Skip to content

Commit

Permalink
pkg: Update build packages (#3259)
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 26, 2024
1 parent f38dc35 commit f34cc43
Show file tree
Hide file tree
Showing 12 changed files with 1,645 additions and 1,342 deletions.
4 changes: 2 additions & 2 deletions examples/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"devDependencies": {
"@anansi/webpack-config": "^20.0.0",
"@babel/core": "7.25.9",
"@babel/node": "7.25.9",
"@babel/core": "7.26.0",
"@babel/node": "7.26.0",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.5",
"@types/react": "18.3.12",
Expand Down
1,002 changes: 589 additions & 413 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.8",
"@anansi/babel-preset": "6.0.9",
"@anansi/browserslist-config": "1.5.1",
"@anansi/webpack-config": "20.0.8",
"@babel/core": "7.25.9",
"@anansi/webpack-config": "20.0.9",
"@babel/core": "7.26.0",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "6.2.0",
"@linaria/react": "6.2.1",
Expand Down
211 changes: 75 additions & 136 deletions examples/nextjs/package-lock.json

Large diffs are not rendered by default.

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

0 comments on commit f34cc43

Please sign in to comment.