Skip to content

Commit 36b4a89

Browse files
authored
chore(deps): update dev dependencies (#2372)
1 parent fdc2324 commit 36b4a89

3 files changed

Lines changed: 286 additions & 297 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-b2d637128-20240123
37-
- 0.0.0-experimental-b2d637128-20240123
36+
- 18.3.0-canary-247738465-20240130
37+
- 0.0.0-experimental-247738465-20240130
3838
steps:
3939
- uses: actions/checkout@v2
4040
- uses: actions/setup-node@v2

package.json

Lines changed: 10 additions & 10 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.7",
116+
"@babel/core": "^7.23.9",
117117
"@babel/plugin-transform-react-jsx": "^7.23.4",
118118
"@babel/plugin-transform-typescript": "^7.23.6",
119-
"@babel/preset-env": "^7.23.8",
120-
"@babel/template": "^7.22.15",
121-
"@babel/types": "^7.23.6",
119+
"@babel/preset-env": "^7.23.9",
120+
"@babel/template": "^7.23.9",
121+
"@babel/types": "^7.23.9",
122122
"@redux-devtools/extension": "^3.3.0",
123123
"@rollup/plugin-alias": "^5.1.0",
124124
"@rollup/plugin-babel": "^6.0.4",
@@ -127,28 +127,28 @@
127127
"@rollup/plugin-terser": "^0.4.4",
128128
"@rollup/plugin-typescript": "^11.1.6",
129129
"@testing-library/dom": "^9.3.4",
130-
"@testing-library/react": "^14.1.2",
130+
"@testing-library/react": "^14.2.0",
131131
"@testing-library/user-event": "14.4.3",
132132
"@types/babel__core": "^7.20.5",
133-
"@types/node": "^20.11.6",
133+
"@types/node": "^20.11.13",
134134
"@types/react": "^18.2.48",
135135
"@types/react-dom": "^18.2.18",
136-
"@typescript-eslint/eslint-plugin": "^6.19.1",
137-
"@typescript-eslint/parser": "^6.19.1",
136+
"@typescript-eslint/eslint-plugin": "^6.20.0",
137+
"@typescript-eslint/parser": "^6.20.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.19.12",
143+
"esbuild": "^0.20.0",
144144
"eslint": "^8.56.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",
149149
"eslint-plugin-react": "^7.33.2",
150150
"eslint-plugin-react-hooks": "^4.6.0",
151-
"eslint-plugin-vitest": "^0.3.20",
151+
"eslint-plugin-vitest": "^0.3.21",
152152
"jsdom": "^24.0.0",
153153
"json": "^11.0.0",
154154
"prettier": "^3.2.4",

0 commit comments

Comments
 (0)