Skip to content

Commit

Permalink
pkg: Update build packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent a6bf39b commit 89a46c9
Show file tree
Hide file tree
Showing 12 changed files with 755 additions and 749 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.26.0",
"@babel/core": "7.26.7",
"@babel/node": "7.26.0",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.5",
Expand Down
364 changes: 173 additions & 191 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 @@ -28,10 +28,10 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "6.0.12",
"@anansi/babel-preset": "6.1.1",
"@anansi/browserslist-config": "1.6.0",
"@anansi/webpack-config": "20.0.16",
"@babel/core": "7.26.0",
"@anansi/webpack-config": "20.0.17",
"@babel/core": "7.26.7",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "6.2.0",
"@linaria/react": "6.2.1",
Expand Down
318 changes: 159 additions & 159 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.26.0",
"@babel/core": "7.26.7",
"@babel/node": "7.26.0",
"@types/babel__core": "^7"
}
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 @@ -13,7 +13,7 @@
"node": ">=18.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/core": "7.26.7",
"@babel/node": "7.26.0",
"@octokit/rest": "21.1.0",
"@types/babel__core": "^7",
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.26.0",
"@babel/core": "7.26.7",
"@babel/node": "7.26.0",
"@types/babel__core": "^7"
},
Expand Down
Loading

0 comments on commit 89a46c9

Please sign in to comment.