Skip to content

Commit 326f5e2

Browse files
pkg: Update build packages (#2996)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e88f80 commit 326f5e2

File tree

11 files changed

+262
-215
lines changed

11 files changed

+262
-215
lines changed

examples/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@anansi/webpack-config": "^18.0.0",
29-
"@babel/core": "7.24.3",
29+
"@babel/core": "7.24.4",
3030
"@babel/node": "7.23.9",
3131
"@types/babel__core": "^7",
3232
"@types/benchmark": "2.1.5",

examples/github-app/package-lock.json

Lines changed: 78 additions & 61 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": "5.0.4",
28+
"@anansi/babel-preset": "5.0.5",
2929
"@anansi/browserslist-config": "1.5.0",
30-
"@anansi/webpack-config": "18.1.1",
31-
"@babel/core": "7.24.3",
30+
"@anansi/webpack-config": "18.1.2",
31+
"@babel/core": "7.24.4",
3232
"@linaria/babel-preset": "5.0.4",
3333
"@linaria/core": "6.1.0",
3434
"@linaria/react": "6.1.0",

examples/normalizr-github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@data-client/normalizr": "workspace:^"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "7.24.3",
17+
"@babel/core": "7.24.4",
1818
"@babel/node": "7.23.9",
1919
"@types/babel__core": "^7",
2020
"rollup": "2.79.1",

examples/normalizr-redux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "7.24.3",
13+
"@babel/core": "7.24.4",
1414
"@babel/node": "7.23.9",
1515
"@data-client/normalizr": "workspace:*",
1616
"@octokit/rest": "19.0.13",

examples/normalizr-relationships/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "7.24.3",
13+
"@babel/core": "7.24.4",
1414
"@babel/node": "7.23.9",
1515
"@types/babel__core": "^7",
1616
"mockdate": "^3.0.5",

0 commit comments

Comments
 (0)