Skip to content

Commit a8c10ca

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

File tree

10 files changed

+214
-220
lines changed

10 files changed

+214
-220
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.3"
2626
},
2727
"devDependencies": {
28-
"@anansi/webpack-config": "21.1.14",
28+
"@anansi/webpack-config": "21.1.15",
2929
"@babel/core": "7.29.0",
3030
"@babel/node": "7.29.0",
3131
"@types/babel__core": "^7",
3232
"@types/benchmark": "2.1.5",
3333
"@types/react": "19.2.14",
34-
"webpack": "5.105.3",
34+
"webpack": "5.105.4",
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
@@ -24,9 +24,9 @@
2424
"anansi"
2525
],
2626
"devDependencies": {
27-
"@anansi/babel-preset": "6.2.23",
27+
"@anansi/babel-preset": "6.2.24",
2828
"@anansi/browserslist-config": "1.7.4",
29-
"@anansi/webpack-config": "21.1.14",
29+
"@anansi/webpack-config": "21.1.15",
3030
"@babel/core": "7.29.0",
3131
"@linaria/core": "*",
3232
"@linaria/react": "*",

examples/github-app/package-lock.json

Lines changed: 49 additions & 40 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: 3 additions & 3 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.23",
34+
"@anansi/babel-preset": "6.2.24",
3535
"@anansi/browserslist-config": "1.7.4",
36-
"@anansi/webpack-config": "21.1.14",
36+
"@anansi/webpack-config": "21.1.15",
3737
"@babel/core": "7.29.0",
3838
"@linaria/core": "6.3.0",
3939
"@linaria/react": "6.3.0",
@@ -44,7 +44,7 @@
4444
"@types/react-dom": "19.2.3",
4545
"react-refresh": "0.18.0",
4646
"serve": "14.2.5",
47-
"webpack": "5.105.3",
47+
"webpack": "5.105.4",
4848
"webpack-cli": "6.0.1",
4949
"webpack-dev-server": "5.2.3"
5050
},

examples/nextjs/package-lock.json

Lines changed: 24 additions & 24 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.23",
28+
"@anansi/babel-preset": "6.2.24",
2929
"@anansi/browserslist-config": "^1.4.3",
30-
"@anansi/webpack-config": "21.1.14",
30+
"@anansi/webpack-config": "21.1.15",
3131
"@babel/core": "^7.22.15",
3232
"@types/react": "*",
3333
"@types/react-dom": "*",

0 commit comments

Comments
 (0)