Skip to content

Commit

Permalink
pkg: Update build packages (#3242)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 97c8737 commit f81737c
Show file tree
Hide file tree
Showing 12 changed files with 932 additions and 1,718 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@anansi/webpack-config": "^20.0.0",
"@babel/core": "7.25.7",
"@babel/core": "7.25.8",
"@babel/node": "7.25.7",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.5",
Expand Down
772 changes: 262 additions & 510 deletions examples/github-app/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "6.0.6",
"@anansi/babel-preset": "6.0.7",
"@anansi/browserslist-config": "1.5.1",
"@anansi/webpack-config": "20.0.4",
"@babel/core": "7.25.7",
"@anansi/webpack-config": "20.0.6",
"@babel/core": "7.25.8",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "6.2.0",
"@linaria/react": "6.2.1",
Expand Down
401 changes: 86 additions & 315 deletions examples/nextjs/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/normalizr-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@data-client/normalizr": "workspace:^"
},
"devDependencies": {
"@babel/core": "7.25.7",
"@babel/core": "7.25.8",
"@babel/node": "7.25.7",
"@types/babel__core": "^7",
"rollup": "2.79.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'"
},
"devDependencies": {
"@babel/core": "7.25.7",
"@babel/core": "7.25.8",
"@babel/node": "7.25.7",
"@data-client/normalizr": "workspace:*",
"@octokit/rest": "19.0.13",
Expand Down
2 changes: 1 addition & 1 deletion examples/normalizr-relationships/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'"
},
"devDependencies": {
"@babel/core": "7.25.7",
"@babel/core": "7.25.8",
"@babel/node": "7.25.7",
"@types/babel__core": "^7",
"mockdate": "^3.0.5",
Expand Down
Loading

0 comments on commit f81737c

Please sign in to comment.