Skip to content

Commit

Permalink
pkg: Update build packages (#3300)
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 6, 2024
1 parent e9005fb commit c1a8bb4
Show file tree
Hide file tree
Showing 8 changed files with 387 additions and 362 deletions.
227 changes: 120 additions & 107 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,9 +25,9 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "6.0.9",
"@anansi/babel-preset": "6.0.10",
"@anansi/browserslist-config": "1.5.1",
"@anansi/webpack-config": "20.0.11",
"@anansi/webpack-config": "20.0.12",
"@babel/core": "7.26.0",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "6.2.0",
Expand All @@ -40,7 +40,7 @@
"@types/uuid": "^10.0.0",
"react-refresh": "0.16.0",
"serve": "14.2.4",
"webpack": "5.96.1",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0"
},
Expand Down
22 changes: 11 additions & 11 deletions examples/nextjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

226 changes: 119 additions & 107 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,9 +25,9 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "6.0.9",
"@anansi/babel-preset": "6.0.10",
"@anansi/browserslist-config": "1.5.1",
"@anansi/webpack-config": "20.0.11",
"@anansi/webpack-config": "20.0.12",
"@babel/core": "7.26.0",
"@linaria/babel-preset": "5.0.4",
"@linaria/core": "6.2.0",
Expand All @@ -37,7 +37,7 @@
"@types/react-dom": "19.0.0",
"@types/uuid": "^10.0.0",
"react-refresh": "0.16.0",
"webpack": "5.96.1",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"extends @anansi/browserslist-config"
],
"devDependencies": {
"@anansi/babel-preset": "6.0.9",
"@anansi/babel-preset": "6.0.10",
"@anansi/browserslist-config": "1.5.1",
"@anansi/eslint-plugin": "1.0.18",
"@anansi/jest-preset": "0.11.8",
"@babel/cli": "7.25.9",
"@babel/cli": "7.26.4",
"@babel/core": "7.26.0",
"@babel/node": "7.26.0",
"@babel/preset-flow": "^7.18.6",
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.5.1",
"@anansi/webpack-config": "20.0.11",
"@anansi/webpack-config": "20.0.12",
"@data-client/endpoint": "workspace:*",
"@data-client/graphql": "workspace:*",
"@data-client/react": "workspace:*",
Expand Down
Loading

0 comments on commit c1a8bb4

Please sign in to comment.