Skip to content

Commit 1828f2b

Browse files
fix(deps): update all non-major dependencies
1 parent b2d53b9 commit 1828f2b

File tree

50 files changed

+259
-259
lines changed

Some content is hidden

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

50 files changed

+259
-259
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"dependencies": {
66
"@react-spring/web": "*",
7-
"react": "^19.1.0",
8-
"react-dom": "^19.1.0",
7+
"react": "^19.2.0",
8+
"react-dom": "^19.2.0",
99
"react-scripts": "5.0.1"
1010
},
1111
"scripts": {
@@ -36,9 +36,9 @@
3636
"workerDirectory": "public"
3737
},
3838
"devDependencies": {
39-
"@types/node": "22.15.18",
40-
"@types/react": "^19.1.2",
41-
"@types/react-dom": "^19.1.2",
39+
"@types/node": "22.19.1",
40+
"@types/react": "^19.2.6",
41+
"@types/react-dom": "^19.2.3",
4242
"typescript": "4.9.5"
4343
}
4444
}

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

Lines changed: 6 additions & 6 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.22",
13-
"react": "^19.1.0",
14-
"react-dom": "19.1.0"
12+
"next": "14.2.33",
13+
"react": "^19.2.0",
14+
"react-dom": "19.2.0"
1515
},
1616
"devDependencies": {
17-
"@types/node": "22.15.18",
18-
"@types/react": "^19.1.2",
19-
"@types/react-dom": "^19.1.2",
17+
"@types/node": "22.19.1",
18+
"@types/react": "^19.2.6",
19+
"@types/react-dom": "^19.2.3",
2020
"typescript": "4.9.5"
2121
},
2222
"msw": {

.github/publish-ci/node-esm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"dependencies": {
1111
"@react-spring/web": "*",
12-
"react": "^19.1.0",
13-
"react-dom": "19.1.0"
12+
"react": "^19.2.0",
13+
"react-dom": "19.2.0"
1414
},
1515
"devDependencies": {
1616
"resolve-esm": "2.0.3"

.github/publish-ci/node-standard/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@react-spring/web": "*",
11-
"react": "^19.1.0",
12-
"react-dom": "19.1.0"
11+
"react": "^19.2.0",
12+
"react-dom": "19.2.0"
1313
}
1414
}

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
},
1212
"dependencies": {
1313
"@react-spring/web": "*",
14-
"react": "^19.1.0",
15-
"react-dom": "19.1.0"
14+
"react": "^19.2.0",
15+
"react-dom": "19.2.0"
1616
},
1717
"devDependencies": {
18-
"@types/node": "22.15.18",
19-
"@types/react": "^19.1.2",
20-
"@types/react-dom": "^19.1.2",
21-
"@vitejs/plugin-react": "4.3.4",
18+
"@types/node": "22.19.1",
19+
"@types/react": "^19.2.6",
20+
"@types/react-dom": "^19.2.3",
21+
"@vitejs/plugin-react": "4.7.0",
2222
"typescript": "4.9.5",
23-
"vite": "6.0.7"
23+
"vite": "6.4.1"
2424
},
2525
"msw": {
2626
"workerDirectory": "public"

.github/workflows/bundle-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: 20
27+
node-version: 20.19.5
2828
cache: 'yarn'
2929

3030
- name: Install

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup node
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: 20
33+
node-version: 20.19.5
3434
cache: 'yarn'
3535

3636
- name: Install

.github/workflows/experimental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: actions/setup-node@v4
3131
with:
32-
node-version: 20
32+
node-version: 20.19.5
3333
cache: 'yarn'
3434

3535
- name: Install

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/setup-node@v4
5454
if: steps.version.outputs.NEXT_VERSION
5555
with:
56-
node-version: 20
56+
node-version: 20.19.5
5757
cache: 'yarn'
5858

5959
- name: Install

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.15.0
1+
22.21.1

0 commit comments

Comments
 (0)