Skip to content

Commit 1b699bc

Browse files
authored
chore(deps): update dependencies (#2456)
* chore(deps): update dependencies * revert types/react * downgrade react canary&experimental
1 parent 09fc0e2 commit 1b699bc

3 files changed

Lines changed: 523 additions & 537 deletions

File tree

.github/workflows/test-multiple-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- 18.0.0
3434
- 18.1.0
3535
- 18.2.0
36-
- 18.3.0-canary-3bcd2de01-20240227
37-
- 0.0.0-experimental-3bcd2de01-20240227
36+
- 18.3.0-canary-56e20051c-20240311
37+
- 0.0.0-experimental-56e20051c-20240311
3838
steps:
3939
- uses: actions/checkout@v2
4040
- uses: actions/setup-node@v2

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@
113113
},
114114
"homepage": "https://github.com/pmndrs/jotai",
115115
"devDependencies": {
116-
"@babel/core": "^7.23.9",
116+
"@babel/core": "^7.24.0",
117117
"@babel/plugin-transform-react-jsx": "^7.23.4",
118118
"@babel/plugin-transform-typescript": "^7.23.6",
119-
"@babel/preset-env": "^7.23.9",
120-
"@babel/template": "^7.23.9",
121-
"@babel/types": "^7.23.9",
119+
"@babel/preset-env": "^7.24.0",
120+
"@babel/template": "^7.24.0",
121+
"@babel/types": "^7.24.0",
122122
"@redux-devtools/extension": "^3.3.0",
123123
"@rollup/plugin-alias": "^5.1.0",
124124
"@rollup/plugin-babel": "^6.0.4",
@@ -130,40 +130,40 @@
130130
"@testing-library/react": "^14.2.1",
131131
"@testing-library/user-event": "14.4.3",
132132
"@types/babel__core": "^7.20.5",
133-
"@types/node": "^20.11.21",
133+
"@types/node": "^20.11.27",
134134
"@types/react": "18.2.56",
135-
"@types/react-dom": "^18.2.19",
136-
"@typescript-eslint/eslint-plugin": "^7.1.0",
137-
"@typescript-eslint/parser": "^7.1.0",
135+
"@types/react-dom": "^18.2.22",
136+
"@typescript-eslint/eslint-plugin": "^7.2.0",
137+
"@typescript-eslint/parser": "^7.2.0",
138138
"@vitest/coverage-v8": "0.33.0",
139139
"@vitest/ui": "0.33.0",
140140
"benny": "^3.7.1",
141141
"concurrently": "^8.2.2",
142142
"downlevel-dts": "^0.11.0",
143-
"esbuild": "^0.20.1",
143+
"esbuild": "^0.20.2",
144144
"eslint": "^8.57.0",
145145
"eslint-config-prettier": "^9.1.0",
146146
"eslint-import-resolver-alias": "^1.1.2",
147147
"eslint-plugin-import": "^2.29.1",
148148
"eslint-plugin-prettier": "^5.1.3",
149-
"eslint-plugin-react": "^7.33.2",
149+
"eslint-plugin-react": "^7.34.0",
150150
"eslint-plugin-react-hooks": "^4.6.0",
151-
"eslint-plugin-vitest": "^0.3.22",
151+
"eslint-plugin-vitest": "^0.3.26",
152152
"jsdom": "^24.0.0",
153153
"json": "^11.0.0",
154154
"prettier": "^3.2.5",
155155
"react": "^18.2.0",
156156
"react-dom": "^18.2.0",
157157
"redux": "^5.0.1",
158-
"rollup": "^4.12.0",
158+
"rollup": "^4.13.0",
159159
"rollup-plugin-banner2": "^1.2.2",
160160
"rollup-plugin-esbuild": "^6.1.1",
161161
"rxjs": "^7.8.1",
162162
"shx": "^0.3.4",
163163
"ts-expect": "^1.3.0",
164164
"ts-node": "^10.9.2",
165165
"tslib": "^2.6.2",
166-
"typescript": "^5.3.3",
166+
"typescript": "^5.4.2",
167167
"vitest": "0.33.0",
168168
"wonka": "^6.3.4"
169169
},

0 commit comments

Comments
 (0)