Skip to content

Commit 45c7517

Browse files
pkg: Update build packages (#3015)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c207aa commit 45c7517

File tree

7 files changed

+76
-76
lines changed

7 files changed

+76
-76
lines changed

examples/github-app/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/github-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"private": true,
2626
"license": "Apache-2.0",
2727
"devDependencies": {
28-
"@anansi/babel-preset": "5.0.6",
28+
"@anansi/babel-preset": "5.0.7",
2929
"@anansi/browserslist-config": "1.5.0",
30-
"@anansi/webpack-config": "19.0.2",
30+
"@anansi/webpack-config": "19.0.3",
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: 24 additions & 24 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"private": true,
2626
"license": "Apache-2.0",
2727
"devDependencies": {
28-
"@anansi/babel-preset": "5.0.6",
28+
"@anansi/babel-preset": "5.0.7",
2929
"@anansi/browserslist-config": "1.5.0",
30-
"@anansi/webpack-config": "19.0.2",
30+
"@anansi/webpack-config": "19.0.3",
3131
"@babel/core": "7.24.4",
3232
"@linaria/babel-preset": "5.0.4",
3333
"@linaria/core": "6.1.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"extends @anansi/browserslist-config"
4545
],
4646
"devDependencies": {
47-
"@anansi/babel-preset": "5.0.6",
47+
"@anansi/babel-preset": "5.0.7",
4848
"@anansi/browserslist-config": "1.5.0",
4949
"@anansi/eslint-plugin": "0.17.6",
5050
"@anansi/jest-preset": "0.11.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": "19.0.2",
35+
"@anansi/webpack-config": "19.0.3",
3636
"@data-client/endpoint": "workspace:*",
3737
"@data-client/graphql": "workspace:*",
3838
"@data-client/hooks": "workspace:*",

0 commit comments

Comments
 (0)