Skip to content

Commit

Permalink
pkg: Update @anansi/babel-preset to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2024
1 parent 8739d90 commit 04d2ee5
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 92 deletions.
2 changes: 1 addition & 1 deletion examples/coin-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"anansi"
],
"devDependencies": {
"@anansi/babel-preset": "^4.2.15",
"@anansi/babel-preset": "^5.0.0",
"@anansi/browserslist-config": "^1.4.3",
"@anansi/webpack-config": "^18.0.0",
"@babel/core": "^7.22.15",
Expand Down
43 changes: 4 additions & 39 deletions examples/github-app/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "4.5.4",
"@anansi/babel-preset": "5.0.1",
"@anansi/browserslist-config": "1.4.3",
"@anansi/webpack-config": "18.0.2",
"@babel/core": "7.23.7",
Expand Down
43 changes: 4 additions & 39 deletions examples/todo-app/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "4.5.4",
"@anansi/babel-preset": "5.0.1",
"@anansi/browserslist-config": "1.4.3",
"@anansi/webpack-config": "18.0.2",
"@babel/core": "7.23.7",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"extends @anansi/browserslist-config"
],
"devDependencies": {
"@anansi/babel-preset": "4.5.4",
"@anansi/babel-preset": "5.0.1",
"@anansi/browserslist-config": "1.4.3",
"@anansi/eslint-plugin": "0.16.43",
"@anansi/jest-preset": "0.10.24",
Expand Down
16 changes: 6 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,20 +204,16 @@ __metadata:
languageName: node
linkType: hard

"@anansi/babel-preset@npm:4.5.4, @anansi/babel-preset@npm:^4.2.15":
version: 4.5.4
resolution: "@anansi/babel-preset@npm:4.5.4"
"@anansi/babel-preset@npm:5.0.1, @anansi/babel-preset@npm:^5.0.0":
version: 5.0.1
resolution: "@anansi/babel-preset@npm:5.0.1"
dependencies:
"@anansi/ts-utils": "npm:^0.3.6"
"@babel/plugin-proposal-decorators": "npm:^7.23.7"
"@babel/plugin-proposal-export-default-from": "npm:^7.23.3"
"@babel/plugin-proposal-record-and-tuple": "npm:^7.23.3"
"@babel/plugin-syntax-function-bind": "npm:^7.23.3"
"@babel/plugin-transform-class-properties": "npm:^7.23.3"
"@babel/plugin-transform-class-static-block": "npm:^7.23.4"
"@babel/plugin-transform-flow-strip-types": "npm:^7.23.3"
"@babel/plugin-transform-object-assign": "npm:^7.23.3"
"@babel/plugin-transform-private-methods": "npm:^7.23.3"
"@babel/plugin-transform-react-constant-elements": "npm:^7.23.3"
"@babel/plugin-transform-react-inline-elements": "npm:^7.23.3"
"@babel/plugin-transform-runtime": "npm:^7.23.7"
Expand Down Expand Up @@ -266,7 +262,7 @@ __metadata:
optional: true
typescript:
optional: true
checksum: 70f3bb3390358eb8ad1969ec0f0c026621f2e9e9aadeff7c680707f799930b881e94abd47b12e22752c6daf79bd153b74c9ce5f96c1da6320993a10d33088e71
checksum: c0ce9407cf51f7f348e7b4cb02a437e20fdef9fdbdf3eb08ec50a52014b4f915b3829e1f90fe8016077b2c731cda45d7894f7aa4d8f10db84d1152ad813db08c
languageName: node
linkType: hard

Expand Down Expand Up @@ -10267,7 +10263,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "coinbase-lite@workspace:examples/coin-app"
dependencies:
"@anansi/babel-preset": "npm:^4.2.15"
"@anansi/babel-preset": "npm:^5.0.0"
"@anansi/browserslist-config": "npm:^1.4.3"
"@anansi/cli": "npm:^3.0.15"
"@anansi/core": "npm:^0.18.4"
Expand Down Expand Up @@ -25743,7 +25739,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@anansi/babel-preset": "npm:4.5.4"
"@anansi/babel-preset": "npm:5.0.1"
"@anansi/browserslist-config": "npm:1.4.3"
"@anansi/eslint-plugin": "npm:0.16.43"
"@anansi/jest-preset": "npm:0.10.24"
Expand Down

0 comments on commit 04d2ee5

Please sign in to comment.