Skip to content

Commit 382a790

Browse files
authored
chore(deps): update dev dependencies (#1973)
1 parent 43e70c3 commit 382a790

File tree

3 files changed

+803
-758
lines changed

3 files changed

+803
-758
lines changed

.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-aef7ce554-20230503
37-
- 0.0.0-experimental-aef7ce554-20230503
36+
- 18.3.0-canary-e1ad4aa36-20230601
37+
- 0.0.0-experimental-e1ad4aa36-20230601
3838
steps:
3939
- uses: actions/checkout@v2
4040
- uses: actions/setup-node@v2

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -113,56 +113,56 @@
113113
},
114114
"homepage": "https://github.com/pmndrs/jotai",
115115
"devDependencies": {
116-
"@babel/core": "^7.21.8",
117-
"@babel/plugin-transform-react-jsx": "^7.21.5",
118-
"@babel/plugin-transform-typescript": "^7.21.3",
119-
"@babel/preset-env": "^7.21.5",
120-
"@babel/template": "^7.20.7",
121-
"@babel/types": "^7.21.5",
116+
"@babel/core": "^7.22.1",
117+
"@babel/plugin-transform-react-jsx": "^7.22.3",
118+
"@babel/plugin-transform-typescript": "^7.22.3",
119+
"@babel/preset-env": "^7.22.4",
120+
"@babel/template": "^7.21.9",
121+
"@babel/types": "^7.22.4",
122122
"@redux-devtools/extension": "^3.2.5",
123123
"@rollup/plugin-alias": "^5.0.0",
124124
"@rollup/plugin-babel": "^6.0.3",
125-
"@rollup/plugin-node-resolve": "^15.0.2",
125+
"@rollup/plugin-node-resolve": "^15.1.0",
126126
"@rollup/plugin-replace": "^5.0.2",
127-
"@rollup/plugin-terser": "^0.4.1",
128-
"@rollup/plugin-typescript": "^11.1.0",
129-
"@testing-library/dom": "^9.2.0",
127+
"@rollup/plugin-terser": "^0.4.3",
128+
"@rollup/plugin-typescript": "^11.1.1",
129+
"@testing-library/dom": "^9.3.0",
130130
"@testing-library/react": "^14.0.0",
131131
"@testing-library/user-event": "^14.4.3",
132-
"@types/babel__core": "^7.20.0",
133-
"@types/react": "^18.2.5",
134-
"@types/react-dom": "^18.2.3",
135-
"@typescript-eslint/eslint-plugin": "^5.59.2",
136-
"@typescript-eslint/parser": "^5.59.2",
137-
"@vitest/coverage-c8": "^0.31.0",
138-
"@vitest/ui": "^0.31.0",
132+
"@types/babel__core": "^7.20.1",
133+
"@types/react": "^18.2.8",
134+
"@types/react-dom": "^18.2.4",
135+
"@typescript-eslint/eslint-plugin": "^5.59.8",
136+
"@typescript-eslint/parser": "^5.59.8",
137+
"@vitest/coverage-c8": "^0.31.4",
138+
"@vitest/ui": "^0.31.4",
139139
"benny": "^3.7.1",
140-
"concurrently": "^8.0.1",
140+
"concurrently": "^8.1.0",
141141
"downlevel-dts": "^0.11.0",
142-
"esbuild": "^0.17.18",
143-
"eslint": "^8.39.0",
142+
"esbuild": "^0.17.19",
143+
"eslint": "^8.42.0",
144144
"eslint-config-prettier": "^8.8.0",
145145
"eslint-import-resolver-alias": "^1.1.2",
146146
"eslint-plugin-import": "^2.27.5",
147147
"eslint-plugin-prettier": "^4.2.1",
148148
"eslint-plugin-react": "^7.32.2",
149149
"eslint-plugin-react-hooks": "^4.6.0",
150-
"eslint-plugin-vitest": "^0.1.5",
151-
"jsdom": "^22.0.0",
150+
"eslint-plugin-vitest": "^0.2.5",
151+
"jsdom": "^22.1.0",
152152
"json": "^11.0.0",
153153
"prettier": "^2.8.8",
154154
"react": "^18.2.0",
155155
"react-dom": "^18.2.0",
156156
"redux": "^4.2.1",
157-
"rollup": "^3.21.4",
157+
"rollup": "^3.23.0",
158158
"rollup-plugin-esbuild": "^5.0.0",
159159
"rxjs": "^7.8.1",
160160
"shx": "^0.3.4",
161161
"ts-expect": "^1.3.0",
162162
"ts-node": "^10.9.1",
163-
"tslib": "^2.5.0",
164-
"typescript": "^5.0.4",
165-
"vitest": "^0.31.0",
163+
"tslib": "^2.5.3",
164+
"typescript": "^5.1.3",
165+
"vitest": "^0.31.4",
166166
"wonka": "^6.3.2"
167167
},
168168
"peerDependencies": {

0 commit comments

Comments
 (0)