Skip to content

Commit e75d9ed

Browse files
fix(deps): update all non-major dependencies
1 parent eb09c79 commit e75d9ed

File tree

48 files changed

+2342
-3601
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2342
-3601
lines changed

.github/publish-ci/cra5/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"workerDirectory": "public"
3737
},
3838
"devDependencies": {
39-
"@types/node": "20.17.11",
40-
"@types/react": "18.3.18",
41-
"@types/react-dom": "18.3.5",
39+
"@types/node": "20.17.30",
40+
"@types/react": "18.3.20",
41+
"@types/react-dom": "18.3.6",
4242
"typescript": "4.9.5"
4343
}
4444
}

.github/publish-ci/cra5/yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -2700,12 +2700,12 @@ __metadata:
27002700
languageName: node
27012701
linkType: hard
27022702

2703-
"@types/node@npm:*, @types/node@npm:20.17.11":
2704-
version: 20.17.11
2705-
resolution: "@types/node@npm:20.17.11"
2703+
"@types/node@npm:*, @types/node@npm:20.17.30":
2704+
version: 20.17.30
2705+
resolution: "@types/node@npm:20.17.30"
27062706
dependencies:
27072707
undici-types: ~6.19.2
2708-
checksum: 8841a85ce5cbc402d87492527721d32b2c3ab9159a362a6ba05e957807e1991a056df61ce5e58166489d07d90f1ad61516121d6fd4c9e62c5429ce67f4b82d98
2708+
checksum: 40253bc4a3f6adc5dc286824c1fc72a398280a7f6e76cfc22a9d68e42c70edb04c4af53c5709030b90d439bb4bbb29ad62e937d0b04ce2019b3297698bad55ef
27092709
languageName: node
27102710
linkType: hard
27112711

@@ -2751,22 +2751,22 @@ __metadata:
27512751
languageName: node
27522752
linkType: hard
27532753

2754-
"@types/react-dom@npm:18.3.5":
2755-
version: 18.3.5
2756-
resolution: "@types/react-dom@npm:18.3.5"
2754+
"@types/react-dom@npm:18.3.6":
2755+
version: 18.3.6
2756+
resolution: "@types/react-dom@npm:18.3.6"
27572757
peerDependencies:
27582758
"@types/react": ^18.0.0
2759-
checksum: 95c757684f71e761515c5a11299e5feec550c72bb52975487f360e6f0d359b26454c26eaf2ce45dd22748205aa9b2c2fe0abe7005ebcbd233a7615283ac39a7d
2759+
checksum: 03434d70eb3213413514303c684fe56672a0e5ac6629be92a34d521f926f9e9eb89dcabf9ff485df485a11244e0f4b47dbb6168f7a6a0b664518c9bafb25711d
27602760
languageName: node
27612761
linkType: hard
27622762

2763-
"@types/react@npm:18.3.18":
2764-
version: 18.3.18
2765-
resolution: "@types/react@npm:18.3.18"
2763+
"@types/react@npm:18.3.20":
2764+
version: 18.3.20
2765+
resolution: "@types/react@npm:18.3.20"
27662766
dependencies:
27672767
"@types/prop-types": "*"
27682768
csstype: ^3.0.2
2769-
checksum: 5933597bc9f53e282f0438f0bb76d0f0fab60faabe760ea806e05ffe6f5c61b9b4d363e1a03a8fea47c510d493c6cf926cdeeba9f7074fa97b61940c350245e7
2769+
checksum: a93a4eec87c671ad9d68eaedaa2aa3688926409802939d2b291800cf926c771eb505a18721174364217ae9e1e8b89d09c1519f06ba1f168271de9f4c832710ea
27702770
languageName: node
27712771
linkType: hard
27722772

@@ -10763,9 +10763,9 @@ __metadata:
1076310763
resolution: "rs-esm-cra@workspace:."
1076410764
dependencies:
1076510765
"@react-spring/web": "*"
10766-
"@types/node": 20.17.11
10767-
"@types/react": 18.3.18
10768-
"@types/react-dom": 18.3.5
10766+
"@types/node": 20.17.30
10767+
"@types/react": 18.3.20
10768+
"@types/react-dom": 18.3.6
1076910769
react: 18.3.1
1077010770
react-dom: 18.3.1
1077110771
react-scripts: 5.0.1

.github/publish-ci/next/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
},
1010
"dependencies": {
1111
"@react-spring/web": "0.0.0-nightly-f50b673-20230330070501",
12-
"next": "14.2.22",
12+
"next": "14.2.28",
1313
"react": "18.3.1",
1414
"react-dom": "18.3.1"
1515
},
1616
"devDependencies": {
17-
"@types/node": "20.17.11",
18-
"@types/react": "18.3.18",
19-
"@types/react-dom": "18.3.5",
17+
"@types/node": "20.17.30",
18+
"@types/react": "18.3.20",
19+
"@types/react-dom": "18.3.6",
2020
"typescript": "4.9.5"
2121
},
2222
"msw": {

.github/publish-ci/next/yarn.lock

+61-61
Original file line numberDiff line numberDiff line change
@@ -5,72 +5,72 @@ __metadata:
55
version: 6
66
cacheKey: 8
77

8-
"@next/env@npm:14.2.22":
9-
version: 14.2.22
10-
resolution: "@next/env@npm:14.2.22"
11-
checksum: 57e033c5c77f5784f7610a7f25b93cc7a72c7bd036f2be78bb27822e7400275dad92bd6a195ca179ee2f8b9401adc6927e7a4e98d1aa5252ac6edbc66956ece6
8+
"@next/env@npm:14.2.28":
9+
version: 14.2.28
10+
resolution: "@next/env@npm:14.2.28"
11+
checksum: 42f8c349b1eb0af0ad4ce689a63399c2297becb23084bf757cea8e078488e34c5501accfb51abd0218f884141fc8da977b25fe679a559f05d89a12f6ec390765
1212
languageName: node
1313
linkType: hard
1414

15-
"@next/swc-darwin-arm64@npm:14.2.22":
16-
version: 14.2.22
17-
resolution: "@next/swc-darwin-arm64@npm:14.2.22"
15+
"@next/swc-darwin-arm64@npm:14.2.28":
16+
version: 14.2.28
17+
resolution: "@next/swc-darwin-arm64@npm:14.2.28"
1818
conditions: os=darwin & cpu=arm64
1919
languageName: node
2020
linkType: hard
2121

22-
"@next/swc-darwin-x64@npm:14.2.22":
23-
version: 14.2.22
24-
resolution: "@next/swc-darwin-x64@npm:14.2.22"
22+
"@next/swc-darwin-x64@npm:14.2.28":
23+
version: 14.2.28
24+
resolution: "@next/swc-darwin-x64@npm:14.2.28"
2525
conditions: os=darwin & cpu=x64
2626
languageName: node
2727
linkType: hard
2828

29-
"@next/swc-linux-arm64-gnu@npm:14.2.22":
30-
version: 14.2.22
31-
resolution: "@next/swc-linux-arm64-gnu@npm:14.2.22"
29+
"@next/swc-linux-arm64-gnu@npm:14.2.28":
30+
version: 14.2.28
31+
resolution: "@next/swc-linux-arm64-gnu@npm:14.2.28"
3232
conditions: os=linux & cpu=arm64 & libc=glibc
3333
languageName: node
3434
linkType: hard
3535

36-
"@next/swc-linux-arm64-musl@npm:14.2.22":
37-
version: 14.2.22
38-
resolution: "@next/swc-linux-arm64-musl@npm:14.2.22"
36+
"@next/swc-linux-arm64-musl@npm:14.2.28":
37+
version: 14.2.28
38+
resolution: "@next/swc-linux-arm64-musl@npm:14.2.28"
3939
conditions: os=linux & cpu=arm64 & libc=musl
4040
languageName: node
4141
linkType: hard
4242

43-
"@next/swc-linux-x64-gnu@npm:14.2.22":
44-
version: 14.2.22
45-
resolution: "@next/swc-linux-x64-gnu@npm:14.2.22"
43+
"@next/swc-linux-x64-gnu@npm:14.2.28":
44+
version: 14.2.28
45+
resolution: "@next/swc-linux-x64-gnu@npm:14.2.28"
4646
conditions: os=linux & cpu=x64 & libc=glibc
4747
languageName: node
4848
linkType: hard
4949

50-
"@next/swc-linux-x64-musl@npm:14.2.22":
51-
version: 14.2.22
52-
resolution: "@next/swc-linux-x64-musl@npm:14.2.22"
50+
"@next/swc-linux-x64-musl@npm:14.2.28":
51+
version: 14.2.28
52+
resolution: "@next/swc-linux-x64-musl@npm:14.2.28"
5353
conditions: os=linux & cpu=x64 & libc=musl
5454
languageName: node
5555
linkType: hard
5656

57-
"@next/swc-win32-arm64-msvc@npm:14.2.22":
58-
version: 14.2.22
59-
resolution: "@next/swc-win32-arm64-msvc@npm:14.2.22"
57+
"@next/swc-win32-arm64-msvc@npm:14.2.28":
58+
version: 14.2.28
59+
resolution: "@next/swc-win32-arm64-msvc@npm:14.2.28"
6060
conditions: os=win32 & cpu=arm64
6161
languageName: node
6262
linkType: hard
6363

64-
"@next/swc-win32-ia32-msvc@npm:14.2.22":
65-
version: 14.2.22
66-
resolution: "@next/swc-win32-ia32-msvc@npm:14.2.22"
64+
"@next/swc-win32-ia32-msvc@npm:14.2.28":
65+
version: 14.2.28
66+
resolution: "@next/swc-win32-ia32-msvc@npm:14.2.28"
6767
conditions: os=win32 & cpu=ia32
6868
languageName: node
6969
linkType: hard
7070

71-
"@next/swc-win32-x64-msvc@npm:14.2.22":
72-
version: 14.2.22
73-
resolution: "@next/swc-win32-x64-msvc@npm:14.2.22"
71+
"@next/swc-win32-x64-msvc@npm:14.2.28":
72+
version: 14.2.28
73+
resolution: "@next/swc-win32-x64-msvc@npm:14.2.28"
7474
conditions: os=win32 & cpu=x64
7575
languageName: node
7676
linkType: hard
@@ -159,12 +159,12 @@ __metadata:
159159
languageName: node
160160
linkType: hard
161161

162-
"@types/node@npm:20.17.11":
163-
version: 20.17.11
164-
resolution: "@types/node@npm:20.17.11"
162+
"@types/node@npm:20.17.30":
163+
version: 20.17.30
164+
resolution: "@types/node@npm:20.17.30"
165165
dependencies:
166166
undici-types: ~6.19.2
167-
checksum: 8841a85ce5cbc402d87492527721d32b2c3ab9159a362a6ba05e957807e1991a056df61ce5e58166489d07d90f1ad61516121d6fd4c9e62c5429ce67f4b82d98
167+
checksum: 40253bc4a3f6adc5dc286824c1fc72a398280a7f6e76cfc22a9d68e42c70edb04c4af53c5709030b90d439bb4bbb29ad62e937d0b04ce2019b3297698bad55ef
168168
languageName: node
169169
linkType: hard
170170

@@ -175,22 +175,22 @@ __metadata:
175175
languageName: node
176176
linkType: hard
177177

178-
"@types/react-dom@npm:18.3.5":
179-
version: 18.3.5
180-
resolution: "@types/react-dom@npm:18.3.5"
178+
"@types/react-dom@npm:18.3.6":
179+
version: 18.3.6
180+
resolution: "@types/react-dom@npm:18.3.6"
181181
peerDependencies:
182182
"@types/react": ^18.0.0
183-
checksum: 95c757684f71e761515c5a11299e5feec550c72bb52975487f360e6f0d359b26454c26eaf2ce45dd22748205aa9b2c2fe0abe7005ebcbd233a7615283ac39a7d
183+
checksum: 03434d70eb3213413514303c684fe56672a0e5ac6629be92a34d521f926f9e9eb89dcabf9ff485df485a11244e0f4b47dbb6168f7a6a0b664518c9bafb25711d
184184
languageName: node
185185
linkType: hard
186186

187-
"@types/react@npm:18.3.18":
188-
version: 18.3.18
189-
resolution: "@types/react@npm:18.3.18"
187+
"@types/react@npm:18.3.20":
188+
version: 18.3.20
189+
resolution: "@types/react@npm:18.3.20"
190190
dependencies:
191191
"@types/prop-types": "*"
192192
csstype: ^3.0.2
193-
checksum: 5933597bc9f53e282f0438f0bb76d0f0fab60faabe760ea806e05ffe6f5c61b9b4d363e1a03a8fea47c510d493c6cf926cdeeba9f7074fa97b61940c350245e7
193+
checksum: a93a4eec87c671ad9d68eaedaa2aa3688926409802939d2b291800cf926c771eb505a18721174364217ae9e1e8b89d09c1519f06ba1f168271de9f4c832710ea
194194
languageName: node
195195
linkType: hard
196196

@@ -258,20 +258,20 @@ __metadata:
258258
languageName: node
259259
linkType: hard
260260

261-
"next@npm:14.2.22":
262-
version: 14.2.22
263-
resolution: "next@npm:14.2.22"
261+
"next@npm:14.2.28":
262+
version: 14.2.28
263+
resolution: "next@npm:14.2.28"
264264
dependencies:
265-
"@next/env": 14.2.22
266-
"@next/swc-darwin-arm64": 14.2.22
267-
"@next/swc-darwin-x64": 14.2.22
268-
"@next/swc-linux-arm64-gnu": 14.2.22
269-
"@next/swc-linux-arm64-musl": 14.2.22
270-
"@next/swc-linux-x64-gnu": 14.2.22
271-
"@next/swc-linux-x64-musl": 14.2.22
272-
"@next/swc-win32-arm64-msvc": 14.2.22
273-
"@next/swc-win32-ia32-msvc": 14.2.22
274-
"@next/swc-win32-x64-msvc": 14.2.22
265+
"@next/env": 14.2.28
266+
"@next/swc-darwin-arm64": 14.2.28
267+
"@next/swc-darwin-x64": 14.2.28
268+
"@next/swc-linux-arm64-gnu": 14.2.28
269+
"@next/swc-linux-arm64-musl": 14.2.28
270+
"@next/swc-linux-x64-gnu": 14.2.28
271+
"@next/swc-linux-x64-musl": 14.2.28
272+
"@next/swc-win32-arm64-msvc": 14.2.28
273+
"@next/swc-win32-ia32-msvc": 14.2.28
274+
"@next/swc-win32-x64-msvc": 14.2.28
275275
"@swc/helpers": 0.5.5
276276
busboy: 1.6.0
277277
caniuse-lite: ^1.0.30001579
@@ -312,7 +312,7 @@ __metadata:
312312
optional: true
313313
bin:
314314
next: dist/bin/next
315-
checksum: 83817d674b63051e4407f9b33c13a81125826272bb3112d43d3e26cbb8be583260e98ecaa7777db4bbfc1d2f875a1a693e971c114658b07fd74783f37d03e338
315+
checksum: 11b8a5eed9416a63d4881169833e969c5ae7e265805c644c9d1e7f95306ebbac61f5151a2c91b4e07e2eec75af336a0d571fa080a6898eca466952374b0c4be5
316316
languageName: node
317317
linkType: hard
318318

@@ -360,10 +360,10 @@ __metadata:
360360
resolution: "root-workspace-0b6124@workspace:."
361361
dependencies:
362362
"@react-spring/web": 0.0.0-nightly-f50b673-20230330070501
363-
"@types/node": 20.17.11
364-
"@types/react": 18.3.18
365-
"@types/react-dom": 18.3.5
366-
next: 14.2.22
363+
"@types/node": 20.17.30
364+
"@types/react": 18.3.20
365+
"@types/react-dom": 18.3.6
366+
next: 14.2.28
367367
react: 18.3.1
368368
react-dom: 18.3.1
369369
typescript: 4.9.5

.github/publish-ci/vite/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"react-dom": "18.3.1"
1616
},
1717
"devDependencies": {
18-
"@types/node": "20.17.11",
19-
"@types/react": "18.3.18",
20-
"@types/react-dom": "18.3.5",
21-
"@vitejs/plugin-react": "4.3.4",
18+
"@types/node": "20.17.30",
19+
"@types/react": "18.3.20",
20+
"@types/react-dom": "18.3.6",
21+
"@vitejs/plugin-react": "4.4.0",
2222
"typescript": "4.9.5",
23-
"vite": "6.0.7"
23+
"vite": "6.3.2"
2424
},
2525
"msw": {
2626
"workerDirectory": "public"

0 commit comments

Comments
 (0)