Skip to content

Commit

Permalink
pkg: Update build packages (#3083)
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 Jun 11, 2024
1 parent b89b10c commit 7b5abf6
Show file tree
Hide file tree
Showing 11 changed files with 2,216 additions and 2,040 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": "^19.0.0",
"@babel/core": "7.24.6",
"@babel/node": "7.24.6",
"@babel/core": "7.24.7",
"@babel/node": "7.24.7",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.5",
"@types/react": "18.3.3",
Expand Down
1,320 changes: 698 additions & 622 deletions examples/github-app/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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": "5.0.9",
"@anansi/babel-preset": "5.0.10",
"@anansi/browserslist-config": "1.5.0",
"@anansi/webpack-config": "19.0.6",
"@babel/core": "7.24.6",
"@anansi/webpack-config": "19.0.7",
"@babel/core": "7.24.7",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "6.2.0",
"@linaria/react": "6.2.1",
Expand All @@ -42,7 +42,7 @@
"@typescript-eslint/parser": "7.10.0",
"react-refresh": "0.14.2",
"serve": "14.2.3",
"webpack": "5.91.0",
"webpack": "5.92.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
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.24.6",
"@babel/node": "7.24.6",
"@babel/core": "7.24.7",
"@babel/node": "7.24.7",
"@types/babel__core": "^7",
"rollup": "2.79.1",
"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.24.6",
"@babel/node": "7.24.6",
"@babel/core": "7.24.7",
"@babel/node": "7.24.7",
"@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.24.6",
"@babel/node": "7.24.6",
"@babel/core": "7.24.7",
"@babel/node": "7.24.7",
"@types/babel__core": "^7",
"mockdate": "^3.0.5",
"rollup": "2.79.1",
Expand Down
Loading

0 comments on commit 7b5abf6

Please sign in to comment.