Skip to content

Commit cbb8d56

Browse files
authored
chore(deps): update dev dependencies (#2000)
1 parent f7c60c1 commit cbb8d56

File tree

3 files changed

+277
-272
lines changed

3 files changed

+277
-272
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-21a161fa3-20230609
37-
- 0.0.0-experimental-21a161fa3-20230609
36+
- 18.3.0-canary-613e6f5fc-20230616
37+
- 0.0.0-experimental-613e6f5fc-20230616
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
@@ -126,21 +126,21 @@
126126
"@rollup/plugin-replace": "^5.0.2",
127127
"@rollup/plugin-terser": "^0.4.3",
128128
"@rollup/plugin-typescript": "^11.1.1",
129-
"@testing-library/dom": "^9.3.0",
129+
"@testing-library/dom": "^9.3.1",
130130
"@testing-library/react": "^14.0.0",
131131
"@testing-library/user-event": "^14.4.3",
132132
"@types/babel__core": "^7.20.1",
133-
"@types/react": "^18.2.11",
134-
"@types/react-dom": "^18.2.4",
135-
"@typescript-eslint/eslint-plugin": "^5.59.9",
136-
"@typescript-eslint/parser": "^5.59.9",
137-
"@vitest/coverage-c8": "^0.32.0",
138-
"@vitest/ui": "^0.32.0",
133+
"@types/react": "^18.2.12",
134+
"@types/react-dom": "^18.2.5",
135+
"@typescript-eslint/eslint-plugin": "^5.59.11",
136+
"@typescript-eslint/parser": "^5.59.11",
137+
"@vitest/coverage-c8": "^0.32.2",
138+
"@vitest/ui": "^0.32.2",
139139
"benny": "^3.7.1",
140140
"concurrently": "^8.2.0",
141141
"downlevel-dts": "^0.11.0",
142-
"esbuild": "^0.18.1",
143-
"eslint": "^8.42.0",
142+
"esbuild": "^0.18.4",
143+
"eslint": "^8.43.0",
144144
"eslint-config-prettier": "^8.8.0",
145145
"eslint-import-resolver-alias": "^1.1.2",
146146
"eslint-plugin-import": "^2.27.5",
@@ -162,7 +162,7 @@
162162
"ts-node": "^10.9.1",
163163
"tslib": "^2.5.3",
164164
"typescript": "^5.1.3",
165-
"vitest": "^0.32.0",
165+
"vitest": "^0.32.2",
166166
"wonka": "^6.3.2"
167167
},
168168
"peerDependencies": {

0 commit comments

Comments
 (0)