Skip to content

Commit eb09c79

Browse files
committed
Merge branch 'next'
2 parents 3403c88 + f4cb8a6 commit eb09c79

File tree

55 files changed

+3407
-3776
lines changed

Some content is hidden

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

55 files changed

+3407
-3776
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"workerDirectory": "public"
3737
},
3838
"devDependencies": {
39-
"@types/node": "20.16.11",
40-
"@types/react": "18.3.11",
41-
"@types/react-dom": "18.3.1",
39+
"@types/node": "20.17.11",
40+
"@types/react": "18.3.18",
41+
"@types/react-dom": "18.3.5",
4242
"typescript": "4.9.5"
4343
}
4444
}

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

Lines changed: 17 additions & 17 deletions
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.16.11":
2704-
version: 20.16.11
2705-
resolution: "@types/node@npm:20.16.11"
2703+
"@types/node@npm:*, @types/node@npm:20.17.11":
2704+
version: 20.17.11
2705+
resolution: "@types/node@npm:20.17.11"
27062706
dependencies:
27072707
undici-types: ~6.19.2
2708-
checksum: 68a239e4cff66972c990a89faa052da27d17d9f8d3ee324e9e5899323feaf229b475c1969ae9e189d0c499736fc04e9f20f480613d16b93ce249518dc32707a0
2708+
checksum: 8841a85ce5cbc402d87492527721d32b2c3ab9159a362a6ba05e957807e1991a056df61ce5e58166489d07d90f1ad61516121d6fd4c9e62c5429ce67f4b82d98
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.1":
2755-
version: 18.3.1
2756-
resolution: "@types/react-dom@npm:18.3.1"
2757-
dependencies:
2758-
"@types/react": "*"
2759-
checksum: ad28ecce3915d30dc76adc2a1373fda1745ba429cea290e16c6628df9a05fd80b6403c8e87d78b45e6c60e51df7a67add389ab62b90070fbfdc9bda8307d9953
2754+
"@types/react-dom@npm:18.3.5":
2755+
version: 18.3.5
2756+
resolution: "@types/react-dom@npm:18.3.5"
2757+
peerDependencies:
2758+
"@types/react": ^18.0.0
2759+
checksum: 95c757684f71e761515c5a11299e5feec550c72bb52975487f360e6f0d359b26454c26eaf2ce45dd22748205aa9b2c2fe0abe7005ebcbd233a7615283ac39a7d
27602760
languageName: node
27612761
linkType: hard
27622762

2763-
"@types/react@npm:*, @types/react@npm:18.3.11":
2764-
version: 18.3.11
2765-
resolution: "@types/react@npm:18.3.11"
2763+
"@types/react@npm:18.3.18":
2764+
version: 18.3.18
2765+
resolution: "@types/react@npm:18.3.18"
27662766
dependencies:
27672767
"@types/prop-types": "*"
27682768
csstype: ^3.0.2
2769-
checksum: 6cbf36673b64e758dd61b16c24139d015f58530e0d476777de26ba83f24b55e142fbf64e3b8f6b3c7b05ed9ba548551b2a62d9ffb0f95743d0a368646a619163
2769+
checksum: 5933597bc9f53e282f0438f0bb76d0f0fab60faabe760ea806e05ffe6f5c61b9b4d363e1a03a8fea47c510d493c6cf926cdeeba9f7074fa97b61940c350245e7
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.16.11
10767-
"@types/react": 18.3.11
10768-
"@types/react-dom": 18.3.1
10766+
"@types/node": 20.17.11
10767+
"@types/react": 18.3.18
10768+
"@types/react-dom": 18.3.5
1076910769
react: 18.3.1
1077010770
react-dom: 18.3.1
1077110771
react-scripts: 5.0.1

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

Lines changed: 4 additions & 4 deletions
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.15",
12+
"next": "14.2.22",
1313
"react": "18.3.1",
1414
"react-dom": "18.3.1"
1515
},
1616
"devDependencies": {
17-
"@types/node": "20.16.11",
18-
"@types/react": "18.3.11",
19-
"@types/react-dom": "18.3.1",
17+
"@types/node": "20.17.11",
18+
"@types/react": "18.3.18",
19+
"@types/react-dom": "18.3.5",
2020
"typescript": "4.9.5"
2121
},
2222
"msw": {

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

Lines changed: 63 additions & 63 deletions
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.15":
9-
version: 14.2.15
10-
resolution: "@next/env@npm:14.2.15"
11-
checksum: bf794604ee62e86ca092120c790815c0caf367009966baa14e75dbd8454a59df524327539d5febc7da42841c3bf6a10443ae0f95280599352a8def56291857fd
8+
"@next/env@npm:14.2.22":
9+
version: 14.2.22
10+
resolution: "@next/env@npm:14.2.22"
11+
checksum: 57e033c5c77f5784f7610a7f25b93cc7a72c7bd036f2be78bb27822e7400275dad92bd6a195ca179ee2f8b9401adc6927e7a4e98d1aa5252ac6edbc66956ece6
1212
languageName: node
1313
linkType: hard
1414

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

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

29-
"@next/swc-linux-arm64-gnu@npm:14.2.15":
30-
version: 14.2.15
31-
resolution: "@next/swc-linux-arm64-gnu@npm:14.2.15"
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"
3232
conditions: os=linux & cpu=arm64 & libc=glibc
3333
languageName: node
3434
linkType: hard
3535

36-
"@next/swc-linux-arm64-musl@npm:14.2.15":
37-
version: 14.2.15
38-
resolution: "@next/swc-linux-arm64-musl@npm:14.2.15"
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"
3939
conditions: os=linux & cpu=arm64 & libc=musl
4040
languageName: node
4141
linkType: hard
4242

43-
"@next/swc-linux-x64-gnu@npm:14.2.15":
44-
version: 14.2.15
45-
resolution: "@next/swc-linux-x64-gnu@npm:14.2.15"
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"
4646
conditions: os=linux & cpu=x64 & libc=glibc
4747
languageName: node
4848
linkType: hard
4949

50-
"@next/swc-linux-x64-musl@npm:14.2.15":
51-
version: 14.2.15
52-
resolution: "@next/swc-linux-x64-musl@npm:14.2.15"
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"
5353
conditions: os=linux & cpu=x64 & libc=musl
5454
languageName: node
5555
linkType: hard
5656

57-
"@next/swc-win32-arm64-msvc@npm:14.2.15":
58-
version: 14.2.15
59-
resolution: "@next/swc-win32-arm64-msvc@npm:14.2.15"
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"
6060
conditions: os=win32 & cpu=arm64
6161
languageName: node
6262
linkType: hard
6363

64-
"@next/swc-win32-ia32-msvc@npm:14.2.15":
65-
version: 14.2.15
66-
resolution: "@next/swc-win32-ia32-msvc@npm:14.2.15"
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"
6767
conditions: os=win32 & cpu=ia32
6868
languageName: node
6969
linkType: hard
7070

71-
"@next/swc-win32-x64-msvc@npm:14.2.15":
72-
version: 14.2.15
73-
resolution: "@next/swc-win32-x64-msvc@npm:14.2.15"
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"
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.16.11":
163-
version: 20.16.11
164-
resolution: "@types/node@npm:20.16.11"
162+
"@types/node@npm:20.17.11":
163+
version: 20.17.11
164+
resolution: "@types/node@npm:20.17.11"
165165
dependencies:
166166
undici-types: ~6.19.2
167-
checksum: 68a239e4cff66972c990a89faa052da27d17d9f8d3ee324e9e5899323feaf229b475c1969ae9e189d0c499736fc04e9f20f480613d16b93ce249518dc32707a0
167+
checksum: 8841a85ce5cbc402d87492527721d32b2c3ab9159a362a6ba05e957807e1991a056df61ce5e58166489d07d90f1ad61516121d6fd4c9e62c5429ce67f4b82d98
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.1":
179-
version: 18.3.1
180-
resolution: "@types/react-dom@npm:18.3.1"
181-
dependencies:
182-
"@types/react": "*"
183-
checksum: ad28ecce3915d30dc76adc2a1373fda1745ba429cea290e16c6628df9a05fd80b6403c8e87d78b45e6c60e51df7a67add389ab62b90070fbfdc9bda8307d9953
178+
"@types/react-dom@npm:18.3.5":
179+
version: 18.3.5
180+
resolution: "@types/react-dom@npm:18.3.5"
181+
peerDependencies:
182+
"@types/react": ^18.0.0
183+
checksum: 95c757684f71e761515c5a11299e5feec550c72bb52975487f360e6f0d359b26454c26eaf2ce45dd22748205aa9b2c2fe0abe7005ebcbd233a7615283ac39a7d
184184
languageName: node
185185
linkType: hard
186186

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

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

261-
"next@npm:14.2.15":
262-
version: 14.2.15
263-
resolution: "next@npm:14.2.15"
261+
"next@npm:14.2.22":
262+
version: 14.2.22
263+
resolution: "next@npm:14.2.22"
264264
dependencies:
265-
"@next/env": 14.2.15
266-
"@next/swc-darwin-arm64": 14.2.15
267-
"@next/swc-darwin-x64": 14.2.15
268-
"@next/swc-linux-arm64-gnu": 14.2.15
269-
"@next/swc-linux-arm64-musl": 14.2.15
270-
"@next/swc-linux-x64-gnu": 14.2.15
271-
"@next/swc-linux-x64-musl": 14.2.15
272-
"@next/swc-win32-arm64-msvc": 14.2.15
273-
"@next/swc-win32-ia32-msvc": 14.2.15
274-
"@next/swc-win32-x64-msvc": 14.2.15
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
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: bed22817ea82c679e78c1f1e6530991ae89f3c51d547a876dddcda4a3b34cbb970af7c714793e1a1f0a1974859ccc97e10b5aceb61e9807ea94318116e8e7dd6
315+
checksum: 83817d674b63051e4407f9b33c13a81125826272bb3112d43d3e26cbb8be583260e98ecaa7777db4bbfc1d2f875a1a693e971c114658b07fd74783f37d03e338
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.16.11
364-
"@types/react": 18.3.11
365-
"@types/react-dom": 18.3.1
366-
next: 14.2.15
363+
"@types/node": 20.17.11
364+
"@types/react": 18.3.18
365+
"@types/react-dom": 18.3.5
366+
next: 14.2.22
367367
react: 18.3.1
368368
react-dom: 18.3.1
369369
typescript: 4.9.5

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

Lines changed: 5 additions & 5 deletions
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.16.11",
19-
"@types/react": "18.3.11",
20-
"@types/react-dom": "18.3.1",
21-
"@vitejs/plugin-react": "4.3.2",
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",
2222
"typescript": "4.9.5",
23-
"vite": "5.4.8"
23+
"vite": "6.0.7"
2424
},
2525
"msw": {
2626
"workerDirectory": "public"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy