Skip to content

Commit 8ed8636

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

File tree

8 files changed

+407
-401
lines changed

8 files changed

+407
-401
lines changed

examples/github-app/package-lock.json

Lines changed: 123 additions & 119 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
@@ -28,9 +28,9 @@
2828
"private": true,
2929
"license": "Apache-2.0",
3030
"devDependencies": {
31-
"@anansi/babel-preset": "6.1.8",
32-
"@anansi/browserslist-config": "1.7.0",
33-
"@anansi/webpack-config": "20.0.20",
31+
"@anansi/babel-preset": "6.2.0",
32+
"@anansi/browserslist-config": "1.7.2",
33+
"@anansi/webpack-config": "20.0.22",
3434
"@babel/core": "7.26.9",
3535
"@linaria/babel-preset": "5.0.4",
3636
"@linaria/core": "6.2.0",

examples/nextjs/package-lock.json

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

examples/todo-app/package-lock.json

Lines changed: 120 additions & 119 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.1.8",
32-
"@anansi/browserslist-config": "1.7.0",
33-
"@anansi/webpack-config": "20.0.20",
31+
"@anansi/babel-preset": "6.2.0",
32+
"@anansi/browserslist-config": "1.7.2",
33+
"@anansi/webpack-config": "20.0.22",
3434
"@babel/core": "7.26.9",
3535
"@linaria/babel-preset": "5.0.4",
3636
"@linaria/core": "6.2.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"extends @anansi/browserslist-config"
5050
],
5151
"devDependencies": {
52-
"@anansi/babel-preset": "6.1.8",
53-
"@anansi/browserslist-config": "1.7.0",
52+
"@anansi/babel-preset": "6.2.0",
53+
"@anansi/browserslist-config": "1.7.2",
5454
"@anansi/eslint-plugin": "1.0.28",
5555
"@anansi/jest-preset": "0.11.14",
5656
"@babel/cli": "7.26.4",

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.0",
35-
"@anansi/webpack-config": "20.0.20",
34+
"@anansi/browserslist-config": "1.7.2",
35+
"@anansi/webpack-config": "20.0.22",
3636
"@data-client/endpoint": "workspace:*",
3737
"@data-client/graphql": "workspace:*",
3838
"@data-client/react": "workspace:*",

0 commit comments

Comments
 (0)