Skip to content

Commit 36697ee

Browse files
pkg: Update build packages (#3253)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74f1b50 commit 36697ee

File tree

12 files changed

+2847
-2690
lines changed

12 files changed

+2847
-2690
lines changed

examples/benchmark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
},
2727
"devDependencies": {
2828
"@anansi/webpack-config": "^20.0.0",
29-
"@babel/core": "7.25.8",
30-
"@babel/node": "7.25.7",
29+
"@babel/core": "7.25.9",
30+
"@babel/node": "7.25.9",
3131
"@types/babel__core": "^7",
3232
"@types/benchmark": "2.1.5",
3333
"@types/react": "18.3.11",

examples/github-app/package-lock.json

Lines changed: 722 additions & 641 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
@@ -25,10 +25,10 @@
2525
"private": true,
2626
"license": "Apache-2.0",
2727
"devDependencies": {
28-
"@anansi/babel-preset": "6.0.7",
28+
"@anansi/babel-preset": "6.0.8",
2929
"@anansi/browserslist-config": "1.5.1",
30-
"@anansi/webpack-config": "20.0.6",
31-
"@babel/core": "7.25.8",
30+
"@anansi/webpack-config": "20.0.8",
31+
"@babel/core": "7.25.9",
3232
"@linaria/babel-preset": "5.0.4",
3333
"@linaria/core": "6.2.0",
3434
"@linaria/react": "6.2.1",

examples/nextjs/package-lock.json

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

examples/normalizr-github/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@data-client/normalizr": "workspace:^"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "7.25.8",
18-
"@babel/node": "7.25.7",
17+
"@babel/core": "7.25.9",
18+
"@babel/node": "7.25.9",
1919
"@types/babel__core": "^7",
2020
"rollup": "2.79.2",
2121
"rollup-plugin-babel": "^4.4.0",

examples/normalizr-redux/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "7.25.8",
14-
"@babel/node": "7.25.7",
13+
"@babel/core": "7.25.9",
14+
"@babel/node": "7.25.9",
1515
"@data-client/normalizr": "workspace:*",
1616
"@octokit/rest": "19.0.13",
1717
"@types/babel__core": "^7",

examples/normalizr-relationships/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "7.25.8",
14-
"@babel/node": "7.25.7",
13+
"@babel/core": "7.25.9",
14+
"@babel/node": "7.25.9",
1515
"@types/babel__core": "^7",
1616
"mockdate": "^3.0.5",
1717
"rollup": "2.79.2",

examples/todo-app/package-lock.json

Lines changed: 722 additions & 641 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
@@ -25,10 +25,10 @@
2525
"private": true,
2626
"license": "Apache-2.0",
2727
"devDependencies": {
28-
"@anansi/babel-preset": "6.0.7",
28+
"@anansi/babel-preset": "6.0.8",
2929
"@anansi/browserslist-config": "1.5.1",
30-
"@anansi/webpack-config": "20.0.6",
31-
"@babel/core": "7.25.8",
30+
"@anansi/webpack-config": "20.0.8",
31+
"@babel/core": "7.25.9",
3232
"@linaria/babel-preset": "5.0.4",
3333
"@linaria/core": "6.2.0",
3434
"@linaria/react": "6.2.1",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
"extends @anansi/browserslist-config"
4646
],
4747
"devDependencies": {
48-
"@anansi/babel-preset": "6.0.7",
48+
"@anansi/babel-preset": "6.0.8",
4949
"@anansi/browserslist-config": "1.5.1",
5050
"@anansi/eslint-plugin": "1.0.13",
5151
"@anansi/jest-preset": "0.11.8",
52-
"@babel/cli": "7.25.7",
53-
"@babel/core": "7.25.8",
54-
"@babel/node": "7.25.7",
52+
"@babel/cli": "7.25.9",
53+
"@babel/core": "7.25.9",
54+
"@babel/node": "7.25.9",
5555
"@babel/preset-flow": "^7.18.6",
5656
"@changesets/changelog-github": "^0.5.0",
5757
"@changesets/cli": "^2.26.1",

0 commit comments

Comments
 (0)