Skip to content

Commit

Permalink
chore: remove camelcase
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 6, 2024
1 parent da0b018 commit cc1d8c4
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 100 deletions.
4 changes: 0 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,4 @@
enabled: false,
},
],
ignoreDeps: [
// Pure ESM
'camelcase',
],
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
],
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.25.4",
"@eslint/js": "^9.9.1",
"@eslint/js": "^9.10.0",
"@rollup/plugin-babel": "^6.0.4",
"@types/babel__core": "^7.20.5",
"@types/babel__helper-module-imports": "^7.18.3",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/node": "^20.16.5",
"@types/node": "^22.5.4",
"@vitest/coverage-v8": "^2.0.5",
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^9.5.2",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^4.2.1",
"jsdom": "^25.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/babel-plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"@babel/types": "^7.25.6",
"@vue/babel-helper-vue-transform-on": "workspace:*",
"@vue/babel-plugin-resolve-type": "workspace:*",
"camelcase": "^6.3.0",
"html-tags": "^4.0.0",
"svg-tags": "^1.0.0"
},
Expand Down
Loading

0 comments on commit cc1d8c4

Please sign in to comment.