Skip to content

Commit

Permalink
fix: dep update
Browse files Browse the repository at this point in the history
Signed-off-by: prisis <d.bannert@anolilab.de>
  • Loading branch information
prisis committed Dec 22, 2023
1 parent 91c7fb9 commit 9f2d95a
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-class-static-block": "^7.21.0",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/plugin-proposal-export-default-from": "^7.22.17",
"@babel/plugin-proposal-decorators": "^7.23.6",
"@babel/plugin-proposal-export-default-from": "^7.23.3",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
Expand All @@ -73,45 +73,45 @@
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/plugin-syntax-bigint": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.22.5",
"@babel/plugin-transform-block-scoping": "^7.23.0",
"@babel/plugin-transform-classes": "^7.22.15",
"@babel/plugin-transform-computed-properties": "^7.22.5",
"@babel/plugin-transform-destructuring": "^7.23.0",
"@babel/plugin-transform-exponentiation-operator": "^7.22.5",
"@babel/plugin-transform-for-of": "^7.22.15",
"@babel/plugin-transform-jscript": "^7.22.5",
"@babel/plugin-transform-member-expression-literals": "^7.22.5",
"@babel/plugin-transform-parameters": "^7.22.15",
"@babel/plugin-transform-property-literals": "^7.22.5",
"@babel/plugin-transform-property-mutators": "^7.22.15",
"@babel/plugin-transform-shorthand-properties": "^7.22.5",
"@babel/plugin-transform-spread": "^7.22.5",
"@babel/plugin-transform-template-literals": "^7.22.5",
"@babel/preset-env": "^7.23.2",
"@babel/plugin-transform-arrow-functions": "^7.23.3",
"@babel/plugin-transform-block-scoping": "^7.23.4",
"@babel/plugin-transform-classes": "^7.23.5",
"@babel/plugin-transform-computed-properties": "^7.23.3",
"@babel/plugin-transform-destructuring": "^7.23.3",
"@babel/plugin-transform-exponentiation-operator": "^7.23.3",
"@babel/plugin-transform-for-of": "^7.23.6",
"@babel/plugin-transform-jscript": "^7.23.3",
"@babel/plugin-transform-member-expression-literals": "^7.23.3",
"@babel/plugin-transform-parameters": "^7.23.3",
"@babel/plugin-transform-property-literals": "^7.23.3",
"@babel/plugin-transform-property-mutators": "^7.23.3",
"@babel/plugin-transform-shorthand-properties": "^7.23.3",
"@babel/plugin-transform-spread": "^7.23.3",
"@babel/plugin-transform-template-literals": "^7.23.3",
"@babel/preset-env": "^7.23.6",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-polyfill-regenerator": "^0.5.3"
"babel-plugin-polyfill-regenerator": "^0.5.4"
},
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.2",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/plugin-syntax-jsx": "7.22.5",
"@babel/plugin-transform-typescript": "7.22.15",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.2",
"@types/babel__core": "^7.20.3",
"babel-plugin-polyfill-corejs3": "^0.8.6",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@babel/plugin-syntax-jsx": "7.23.3",
"@babel/plugin-transform-typescript": "7.23.6",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@types/babel__core": "^7.20.5",
"babel-plugin-polyfill-corejs3": "^0.8.7",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"core-js": "^3.33.2",
"core-js": "^3.34.0",
"cross-env": "^7.0.3",
"rimraf": "^5.0.5",
"semantic-release": "^22.0.6",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
"semantic-release": "^22.0.12",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
},
"peerDependencies": {
"@babel/core": "^7.16.5",
Expand Down

0 comments on commit 9f2d95a

Please sign in to comment.