Skip to content

Commit 86261ae

Browse files
pkg: Update @anansi/webpack-config to v19 (#2998)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d42ef6 commit 86261ae

File tree

8 files changed

+466
-444
lines changed

8 files changed

+466
-444
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": "^18.2.0"
2626
},
2727
"devDependencies": {
28-
"@anansi/webpack-config": "^18.0.0",
28+
"@anansi/webpack-config": "^19.0.0",
2929
"@babel/core": "7.24.4",
3030
"@babel/node": "7.23.9",
3131
"@types/babel__core": "^7",

examples/coin-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@anansi/babel-preset": "^5.0.0",
2525
"@anansi/browserslist-config": "^1.4.3",
26-
"@anansi/webpack-config": "^18.0.0",
26+
"@anansi/webpack-config": "^19.0.0",
2727
"@babel/core": "^7.22.15",
2828
"@linaria/babel-preset": "*",
2929
"@linaria/core": "*",

examples/github-app/package-lock.json

Lines changed: 138 additions & 139 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@anansi/babel-preset": "5.0.5",
2929
"@anansi/browserslist-config": "1.5.0",
30-
"@anansi/webpack-config": "18.1.2",
30+
"@anansi/webpack-config": "19.0.0",
3131
"@babel/core": "7.24.4",
3232
"@linaria/babel-preset": "5.0.4",
3333
"@linaria/core": "6.1.0",

examples/todo-app/package-lock.json

Lines changed: 138 additions & 139 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@anansi/babel-preset": "5.0.5",
2929
"@anansi/browserslist-config": "1.5.0",
30-
"@anansi/webpack-config": "18.1.2",
30+
"@anansi/webpack-config": "19.0.0",
3131
"@babel/core": "7.24.4",
3232
"@linaria/babel-preset": "5.0.4",
3333
"@linaria/core": "6.1.0",

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.5.0",
35-
"@anansi/webpack-config": "18.1.2",
35+
"@anansi/webpack-config": "19.0.0",
3636
"@data-client/endpoint": "workspace:*",
3737
"@data-client/graphql": "workspace:*",
3838
"@data-client/hooks": "workspace:*",

0 commit comments

Comments
 (0)