Skip to content

Commit

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

* downgrade types react
  • Loading branch information
dai-shi authored Mar 2, 2024
1 parent c9c091d commit c2ebe39
Show file tree
Hide file tree
Showing 3 changed files with 605 additions and 529 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 @@ -33,8 +33,8 @@ jobs:
- 18.0.0
- 18.1.0
- 18.2.0
- 18.3.0-canary-ba5e6a832-20240208
- 0.0.0-experimental-ba5e6a832-20240208
- 18.3.0-canary-2f8f77602-20240229
- 0.0.0-experimental-2f8f77602-20240229
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
26 changes: 15 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@
"use-sync-external-store": "1.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/helper-module-imports": "^7.22.15",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.9",
"@babel/types": "^7.23.9",
"@babel/preset-env": "^7.24.0",
"@babel/types": "^7.24.0",
"@redux-devtools/extension": "^3.3.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
Expand All @@ -125,20 +125,20 @@
"@testing-library/react": "^14.2.1",
"@types/babel-plugin-macros": "^3.1.3",
"@types/jsdom": "^21.1.6",
"@types/react": "^18.2.55",
"@types/react": "18.2.56",
"@types/react-dom": "^18.2.19",
"@types/use-sync-external-store": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitest/coverage-v8": "0.33.0",
"@vitest/ui": "0.33.0",
"aslemammad-vite-plugin-macro": "^1.0.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-tester": "10.1.0",
"concurrently": "^8.2.2",
"downlevel-dts": "^0.11.0",
"esbuild": "^0.20.0",
"eslint": "^8.56.0",
"esbuild": "^0.20.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -154,15 +154,18 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux": "^5.0.1",
"rollup": "^4.9.6",
"rollup": "^4.12.0",
"rollup-plugin-esbuild": "^6.1.1",
"shx": "^0.3.4",
"ts-expect": "^1.3.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.1.0",
"vite": "^5.1.4",
"vitest": "0.33.0"
},
"resolutions": {
"@types/react": "18.2.56"
},
"peerDependencies": {
"@types/react": ">=16.8",
"react": ">=16.8"
Expand All @@ -174,5 +177,6 @@
"react": {
"optional": true
}
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit c2ebe39

Please sign in to comment.