Skip to content

Commit 7a8e697

Browse files
pkg: Update build packages (#3627)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3866038 commit 7a8e697

File tree

10 files changed

+207
-178
lines changed

10 files changed

+207
-178
lines changed

examples/benchmark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"react": "19.2.0"
2626
},
2727
"devDependencies": {
28-
"@anansi/webpack-config": "21.1.1",
28+
"@anansi/webpack-config": "21.1.2",
2929
"@babel/core": "7.28.5",
3030
"@babel/node": "7.28.0",
3131
"@types/babel__core": "^7",
3232
"@types/benchmark": "2.1.5",
3333
"@types/react": "19.2.5",
34-
"webpack": "5.102.1",
34+
"webpack": "5.103.0",
3535
"webpack-cli": "6.0.1"
3636
}
3737
}

examples/coin-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@anansi/babel-preset": "6.2.19",
2828
"@anansi/browserslist-config": "1.7.3",
29-
"@anansi/webpack-config": "21.1.1",
29+
"@anansi/webpack-config": "21.1.2",
3030
"@babel/core": "7.28.5",
3131
"@linaria/core": "*",
3232
"@linaria/react": "*",
@@ -47,7 +47,7 @@
4747
"@data-client/img": "0.15.1-beta-20251110151417-8913a49d898f6c7d69e1964d68f19daf68565bef",
4848
"@data-client/react": "0.15.0-beta-20251022142546-a457d1596871fb28f1a91f2531cc259db4d55a9c",
4949
"@data-client/rest": "0.15.1-beta-20251110013913-ef632c49a03da67187b6097fe8154893cd930d30",
50-
"core-js": "3.46.0",
50+
"core-js": "3.47.0",
5151
"d3": "7.9.0",
5252
"history": "*",
5353
"react": "19.2.0",

examples/github-app/package-lock.json

Lines changed: 26 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/github-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@anansi/babel-preset": "6.2.19",
3232
"@anansi/browserslist-config": "1.7.3",
33-
"@anansi/webpack-config": "21.1.1",
33+
"@anansi/webpack-config": "21.1.2",
3434
"@babel/core": "7.28.5",
3535
"@linaria/babel-preset": "5.0.4",
3636
"@linaria/core": "6.3.0",
@@ -43,7 +43,7 @@
4343
"@types/uuid": "^10.0.0",
4444
"react-refresh": "0.18.0",
4545
"serve": "14.2.5",
46-
"webpack": "5.102.1",
46+
"webpack": "5.103.0",
4747
"webpack-cli": "6.0.1",
4848
"webpack-dev-server": "5.2.2"
4949
},

examples/test-bundlesize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@anansi/babel-preset": "6.2.19",
2929
"@anansi/browserslist-config": "^1.4.3",
30-
"@anansi/webpack-config": "21.1.1",
30+
"@anansi/webpack-config": "21.1.2",
3131
"@babel/core": "^7.22.15",
3232
"@types/react": "*",
3333
"@types/react-dom": "*",

examples/todo-app/package-lock.json

Lines changed: 26 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/todo-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@anansi/babel-preset": "6.2.19",
3232
"@anansi/browserslist-config": "1.7.3",
33-
"@anansi/webpack-config": "21.1.1",
33+
"@anansi/webpack-config": "21.1.2",
3434
"@babel/core": "7.28.5",
3535
"@linaria/babel-preset": "5.0.4",
3636
"@linaria/core": "6.3.0",
@@ -40,7 +40,7 @@
4040
"@types/react-dom": "19.2.3",
4141
"@types/uuid": "^10.0.0",
4242
"react-refresh": "0.18.0",
43-
"webpack": "5.102.1",
43+
"webpack": "5.103.0",
4444
"webpack-cli": "6.0.1",
4545
"webpack-dev-server": "5.2.2"
4646
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"react-native-screens": "^4.1.0",
100100
"react-test-renderer": "^19.0.0",
101101
"rimraf": "^6.0.0",
102-
"rollup": "4.53.2",
102+
"rollup": "4.53.3",
103103
"typescript": "5.9.3",
104104
"whatwg-fetch": "3.0.0"
105105
},

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@anansi/browserslist-config": "1.7.3",
35-
"@anansi/webpack-config": "21.1.1",
35+
"@anansi/webpack-config": "21.1.2",
3636
"@data-client/endpoint": "workspace:*",
3737
"@data-client/graphql": "workspace:*",
3838
"@data-client/react": "workspace:*",

0 commit comments

Comments
 (0)