Skip to content

Commit ac714f4

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

File tree

11 files changed

+63
-63
lines changed

11 files changed

+63
-63
lines changed

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.7",
28+
"@anansi/webpack-config": "21.1.8",
2929
"@babel/core": "7.28.5",
3030
"@babel/node": "7.28.0",
3131
"@types/babel__core": "^7",

examples/coin-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"anansi"
2525
],
2626
"devDependencies": {
27-
"@anansi/babel-preset": "6.2.20",
28-
"@anansi/browserslist-config": "1.7.3",
29-
"@anansi/webpack-config": "21.1.7",
27+
"@anansi/babel-preset": "6.2.21",
28+
"@anansi/browserslist-config": "1.7.4",
29+
"@anansi/webpack-config": "21.1.8",
3030
"@babel/core": "7.28.5",
3131
"@linaria/core": "*",
3232
"@linaria/react": "*",

examples/github-app/package-lock.json

Lines changed: 12 additions & 12 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.97",
34-
"@anansi/babel-preset": "6.2.20",
35-
"@anansi/browserslist-config": "1.7.3",
36-
"@anansi/webpack-config": "21.1.7",
34+
"@anansi/babel-preset": "6.2.21",
35+
"@anansi/browserslist-config": "1.7.4",
36+
"@anansi/webpack-config": "21.1.8",
3737
"@babel/core": "7.28.5",
3838
"@linaria/babel-preset": "5.0.4",
3939
"@linaria/core": "6.3.0",

examples/nextjs/package-lock.json

Lines changed: 3 additions & 3 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.20",
28+
"@anansi/babel-preset": "6.2.21",
2929
"@anansi/browserslist-config": "^1.4.3",
30-
"@anansi/webpack-config": "21.1.7",
30+
"@anansi/webpack-config": "21.1.8",
3131
"@babel/core": "^7.22.15",
3232
"@types/react": "*",
3333
"@types/react-dom": "*",

examples/todo-app/package-lock.json

Lines changed: 12 additions & 12 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"private": true,
2929
"license": "Apache-2.0",
3030
"devDependencies": {
31-
"@anansi/babel-preset": "6.2.20",
32-
"@anansi/browserslist-config": "1.7.3",
33-
"@anansi/webpack-config": "21.1.7",
31+
"@anansi/babel-preset": "6.2.21",
32+
"@anansi/browserslist-config": "1.7.4",
33+
"@anansi/webpack-config": "21.1.8",
3434
"@babel/core": "7.28.5",
3535
"@linaria/core": "6.3.0",
3636
"@linaria/react": "6.3.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
],
5555
"devDependencies": {
5656
"@anansi/babel-preset": "^6.2.19",
57-
"@anansi/browserslist-config": "1.7.3",
57+
"@anansi/browserslist-config": "1.7.4",
5858
"@anansi/eslint-plugin": "1.0.62",
5959
"@anansi/jest-preset": "0.11.29",
6060
"@babel/cli": "7.28.3",

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"webpack": "^5.76.0"
3232
},
3333
"dependencies": {
34-
"@anansi/browserslist-config": "1.7.3",
35-
"@anansi/webpack-config": "21.1.7",
34+
"@anansi/browserslist-config": "1.7.4",
35+
"@anansi/webpack-config": "21.1.8",
3636
"@data-client/endpoint": "workspace:*",
3737
"@data-client/graphql": "workspace:*",
3838
"@data-client/react": "workspace:*",

0 commit comments

Comments
 (0)