Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#892)
Browse files Browse the repository at this point in the history
* chore(deps): update dev dependencies

* revert react types
  • Loading branch information
dai-shi authored May 4, 2024
1 parent 5b12381 commit a7c220e
Show file tree
Hide file tree
Showing 3 changed files with 429 additions and 423 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-multiple-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- 18.1.0
- 18.2.0
- 18.3.1
- 19.0.0-beta-94eed63c49-20240425
- 0.0.0-experimental-94eed63c49-20240425
- 19.0.0-beta-1beb73de0f-20240503
- 0.0.0-experimental-1beb73de0f-20240503
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,29 +109,29 @@
"use-sync-external-store": "1.2.2"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.24.5",
"@babel/helper-module-imports": "^7.24.3",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-typescript": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/types": "^7.24.0",
"@babel/plugin-transform-typescript": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/types": "^7.24.5",
"@redux-devtools/extension": "^3.3.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/react": "^15.0.5",
"@testing-library/react": "^15.0.6",
"@types/babel-plugin-macros": "^3.1.3",
"@types/jsdom": "^21.1.6",
"@types/react": "18.2.56",
"@types/react-dom": "^18.3.0",
"@types/use-sync-external-store": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitest/coverage-v8": "^1.5.2",
"@vitest/ui": "^1.5.2",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"aslemammad-vite-plugin-macro": "^1.0.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-tester": "10.1.0",
Expand All @@ -151,18 +151,18 @@
"json": "^11.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.2.5",
"proxy-memoize": "^2.0.5",
"proxy-memoize": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redux": "^5.0.1",
"rollup": "^4.17.0",
"rollup": "^4.17.2",
"rollup-plugin-esbuild": "^6.1.1",
"shx": "^0.3.4",
"ts-expect": "^1.3.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.2"
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
"resolutions": {
"@types/react": "18.2.56"
Expand Down
Loading

0 comments on commit a7c220e

Please sign in to comment.