Skip to content

Commit eeda4b5

Browse files
pkg: Update build packages (#3798)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6564c84 commit eeda4b5

File tree

11 files changed

+148
-407
lines changed

11 files changed

+148
-407
lines changed

examples/benchmark-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"swr": "2.3.6"
3333
},
3434
"devDependencies": {
35-
"@anansi/babel-preset": "6.2.23",
35+
"@anansi/babel-preset": "6.2.25",
3636
"@anansi/browserslist-config": "^1.4.3",
37-
"@anansi/webpack-config": "21.1.14",
37+
"@anansi/webpack-config": "21.1.16",
3838
"@babel/core": "^7.22.15",
3939
"@playwright/test": "1.58.2",
4040
"@types/node": "24.11.0",
@@ -44,7 +44,7 @@
4444
"serve": "14.2.6",
4545
"tsx": "4.19.2",
4646
"typescript": "6.0.1-rc",
47-
"webpack": "5.105.3",
47+
"webpack": "5.105.4",
4848
"webpack-cli": "6.0.1"
4949
},
5050
"browserslist": "extends @anansi/browserslist-config"

examples/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react": "19.2.3"
2626
},
2727
"devDependencies": {
28-
"@anansi/webpack-config": "21.1.15",
28+
"@anansi/webpack-config": "21.1.16",
2929
"@babel/core": "7.29.0",
3030
"@babel/node": "7.29.0",
3131
"@types/babel__core": "^7",

examples/coin-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"anansi"
2525
],
2626
"devDependencies": {
27-
"@anansi/babel-preset": "6.2.24",
27+
"@anansi/babel-preset": "6.2.25",
2828
"@anansi/browserslist-config": "1.7.4",
29-
"@anansi/webpack-config": "21.1.15",
29+
"@anansi/webpack-config": "21.1.16",
3030
"@babel/core": "7.29.0",
3131
"@linaria/core": "*",
3232
"@linaria/react": "*",
@@ -43,11 +43,11 @@
4343
"@anansi/cli": "3.1.103",
4444
"@anansi/core": "0.22.8",
4545
"@anansi/router": "0.10.22",
46-
"@babel/runtime-corejs3": "7.29.0",
46+
"@babel/runtime-corejs3": "7.29.2",
4747
"@data-client/img": "0.15.0",
4848
"@data-client/react": "0.15.7",
4949
"@data-client/rest": "0.15.7",
50-
"core-js": "3.48.0",
50+
"core-js": "3.49.0",
5151
"d3": "7.9.0",
5252
"history": "*",
5353
"react": "19.2.3",

examples/github-app/package-lock.json

Lines changed: 25 additions & 25 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
@@ -31,9 +31,9 @@
3131
"license": "Apache-2.0",
3232
"devDependencies": {
3333
"@anansi/cli": "3.1.103",
34-
"@anansi/babel-preset": "6.2.24",
34+
"@anansi/babel-preset": "6.2.25",
3535
"@anansi/browserslist-config": "1.7.4",
36-
"@anansi/webpack-config": "21.1.15",
36+
"@anansi/webpack-config": "21.1.16",
3737
"@babel/core": "7.29.0",
3838
"@linaria/core": "6.3.0",
3939
"@linaria/react": "6.3.0",

examples/nextjs/package-lock.json

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

examples/test-bundlesize/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"anansi"
2626
],
2727
"devDependencies": {
28-
"@anansi/babel-preset": "6.2.24",
28+
"@anansi/babel-preset": "6.2.25",
2929
"@anansi/browserslist-config": "^1.4.3",
30-
"@anansi/webpack-config": "21.1.15",
30+
"@anansi/webpack-config": "21.1.16",
3131
"@babel/core": "^7.22.15",
3232
"@types/react": "*",
3333
"@types/react-dom": "*",

0 commit comments

Comments
 (0)