Skip to content

Commit 182d135

Browse files
chore: bump rimraf, vite to next major release (#3375)
- Updated all of the `package.json` files to bump `rimraf` to the latest major version - Also updated `playground` to use the latest major version of `vite` and its plugin - Also removed the `extraverse` and `extraverse-fb` libraries since it wasn't used by anything explicitly in the playground
1 parent f2eccc4 commit 182d135

26 files changed

+3046
-2077
lines changed

package-lock.json

Lines changed: 1238 additions & 1203 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"@typescript-eslint/parser": "^5.48.1",
3030
"dts-cli": "^1.6.3",
3131
"eslint": "^8.31.0",
32-
"eslint-plugin-import": "^2.26.0",
33-
"eslint-plugin-jsx-a11y": "^6.6.1",
34-
"eslint-plugin-react": "^7.31.11",
32+
"eslint-plugin-import": "^2.27.4",
33+
"eslint-plugin-jsx-a11y": "^6.7.1",
34+
"eslint-plugin-react": "^7.32.0",
3535
"eslint-plugin-react-hooks": "^4.6.0",
3636
"husky": "^8.0.3",
3737
"jest-environment-jsdom": "^27.5.1",
38-
"lerna": "^6.4.0",
38+
"lerna": "^6.4.1",
3939
"lint-staged": "^13.1.0",
40-
"nx": "^15.4.5",
40+
"nx": "^15.5.1",
4141
"prettier": "^2.8.2",
4242
"ts-jest": "^27.1.5",
4343
"tslib": "^2.4.1",

packages/antd/package-lock.json

Lines changed: 91 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/antd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"react": "^17.0.2",
6565
"react-dom": "^17.0.2",
6666
"react-test-renderer": "^17.0.2",
67-
"rimraf": "^3.0.2"
67+
"rimraf": "^4.0.4"
6868
},
6969
"repository": {
7070
"type": "git",

0 commit comments

Comments
 (0)