Skip to content

Commit

Permalink
pkg: Update build packages (#2916)
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 Dec 30, 2023
1 parent 33d6d7d commit e13a25f
Show file tree
Hide file tree
Showing 11 changed files with 447 additions and 434 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": "^17.0.0",
"@babel/core": "7.23.6",
"@babel/core": "7.23.7",
"@babel/node": "7.22.19",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.5",
Expand Down
262 changes: 134 additions & 128 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": "4.5.1",
"@anansi/babel-preset": "4.5.2",
"@anansi/browserslist-config": "1.4.3",
"@anansi/webpack-config": "17.0.2",
"@babel/core": "7.23.6",
"@anansi/webpack-config": "17.0.4",
"@babel/core": "7.23.7",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "6.0.0",
"@linaria/react": "6.0.0",
Expand Down
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.23.6",
"@babel/core": "7.23.7",
"@babel/node": "7.22.19",
"@types/babel__core": "^7",
"rollup": "2.79.1",
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.23.6",
"@babel/core": "7.23.7",
"@babel/node": "7.22.19",
"@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.23.6",
"@babel/core": "7.23.7",
"@babel/node": "7.22.19",
"@types/babel__core": "^7",
"mockdate": "^3.0.5",
Expand Down
262 changes: 134 additions & 128 deletions examples/todo-app/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/todo-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": "4.5.1",
"@anansi/babel-preset": "4.5.2",
"@anansi/browserslist-config": "1.4.3",
"@anansi/webpack-config": "17.0.2",
"@babel/core": "7.23.6",
"@anansi/webpack-config": "17.0.4",
"@babel/core": "7.23.7",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "6.0.0",
"@linaria/react": "6.0.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"extends @anansi/browserslist-config"
],
"devDependencies": {
"@anansi/babel-preset": "4.5.1",
"@anansi/babel-preset": "4.5.2",
"@anansi/browserslist-config": "1.4.3",
"@anansi/eslint-plugin": "0.16.42",
"@anansi/jest-preset": "0.10.24",
"@babel/cli": "7.23.4",
"@babel/core": "7.23.6",
"@babel/core": "7.23.7",
"@babel/node": "7.22.19",
"@babel/preset-flow": "^7.18.6",
"@changesets/changelog-github": "^0.5.0",
Expand All @@ -71,7 +71,7 @@
"benchmark": "^2.1.4",
"conventional-changelog-anansi": "^0.2.0",
"copyfiles": "^2.4.1",
"core-js": "3.34.0",
"core-js": "3.35.0",
"coveralls": "^3.1.0",
"cpy-cli": "5.0.0",
"cross-fetch": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@anansi/browserslist-config": "1.4.3",
"@anansi/webpack-config": "17.0.2",
"@anansi/webpack-config": "17.0.4",
"@data-client/endpoint": "workspace:^",
"@data-client/graphql": "workspace:*",
"@data-client/hooks": "workspace:*",
Expand Down
Loading

0 comments on commit e13a25f

Please sign in to comment.