Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent 7494185 commit f588340
Show file tree
Hide file tree
Showing 7 changed files with 265 additions and 155 deletions.
6 changes: 3 additions & 3 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@
"@babel/plugin-transform-typescript": "7.22.15",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.2",
"@types/babel__core": "^7.20.2",
"babel-plugin-polyfill-corejs3": "^0.8.5",
"@types/babel__core": "^7.20.3",
"babel-plugin-polyfill-corejs3": "^0.8.6",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"core-js": "^3.33.0",
"core-js": "^3.33.1",
"cross-env": "^7.0.3",
"rimraf": "^5.0.5",
"semantic-release": "^22.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config-anolilab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.0",
"browserslist": "4.22.1",
"caniuse-lite": "^1.0.30001549",
"caniuse-lite": "^1.0.30001554",
"cross-env": "^7.0.3",
"rimraf": "^5.0.5",
"semantic-release": "^22.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.0",
"@commitlint/cli": "^17.8.0",
"@commitlint/cli": "^17.8.1",
"rimraf": "^5.0.5",
"tsup": "^7.2.0",
"vitest": "^0.34.6"
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@
},
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.0",
"@arthurgeron/eslint-plugin-react-usememo": "^2.0.1",
"@arthurgeron/eslint-plugin-react-usememo": "^2.1.0",
"@testing-library/dom": "^9.3.3",
"@total-typescript/ts-reset": "^0.5.1",
"@types/confusing-browser-globals": "^1.0.1",
"@types/eslint": "^8.44.4",
"@types/semver": "^7.5.3",
"@types/confusing-browser-globals": "^1.0.2",
"@types/eslint": "^8.44.6",
"@types/semver": "^7.5.4",
"eslint": "^8.51.0",
"eslint-find-rules": "^4.1.0",
"eslint-plugin-babel": "^5.3.1",
Expand Down Expand Up @@ -214,7 +214,7 @@
"rimraf": "^5.0.5",
"semantic-release": "^22.0.5",
"tsup": "^7.2.0",
"type-fest": "^4.4.0",
"type-fest": "^4.5.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,16 @@
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/lint-staged": "^13.2.0",
"@types/shell-quote": "^1.7.2",
"@types/lint-staged": "^13.2.1",
"@types/shell-quote": "^1.7.3",
"@vitest/coverage-v8": "^0.34.6",
"cross-env": "^7.0.3",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"rimraf": "^5.0.5",
"semantic-release": "^22.0.5",
"tsup": "^7.2.0",
"type-fest": "^4.4.0",
"type-fest": "^4.5.0",
"typescript": "5.2.2",
"vitest": "^0.34.6"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/package-json-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"read-pkg-up": "^7.0.1"
},
"devDependencies": {
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@commitlint/core": "^17.8.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@commitlint/core": "^17.8.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.0.0",
"@semantic-release/exec": "^6.0.3",
Expand Down
Loading

0 comments on commit f588340

Please sign in to comment.