Skip to content

Commit

Permalink
Update babel monorepo to v7.23.2 (#2195)
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 Oct 16, 2023
1 parent 952eadc commit f83c6f7
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 94 deletions.
8 changes: 4 additions & 4 deletions packages/babel-preset-swissquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"build": "node ../../utils/build.mjs"
},
"dependencies": {
"@babel/core": "7.23.0",
"@babel/runtime": "7.23.1",
"@babel/core": "7.23.2",
"@babel/runtime": "7.23.2",
"@swissquote/crafty-commons": "1.23.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "7.22.15",
"@babel/preset-env": "7.22.20",
"@babel/plugin-transform-runtime": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
Expand Down
4 changes: 2 additions & 2 deletions packages/crafty-preset-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"build": "node ../../utils/build.mjs"
},
"dependencies": {
"@babel/core": "7.23.0",
"@babel/core": "7.23.2",
"@babel/helper-module-imports": "7.22.15",
"@babel/runtime": "7.23.1",
"@babel/runtime": "7.23.2",
"@swissquote/babel-preset-swissquote": "1.23.0",
"@swissquote/crafty-commons-gulp": "1.23.0",
"@swissquote/crafty-commons-webpack": "1.23.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/crafty-preset-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "node ../crafty-preset-eslint/src/commands/jsLint.js --preset recommended --preset node src"
},
"dependencies": {
"@babel/core": "7.23.0",
"@babel/core": "7.23.2",
"@babel/plugin-transform-modules-commonjs": "7.23.0",
"@swissquote/crafty": "1.23.0",
"jest-cli": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:ci": "c8 --clean --temp-directory=coverage_tmp --allowExternal --exclude=\"**/tmp-*\" --exclude=\"**/fixtures/**\" --exclude=\"**/dist/**\" --reporter=text --reporter=lcov --reporter=html ava"
},
"dependencies": {
"@babel/core": "7.23.0",
"@babel/core": "7.23.2",
"@swissquote/crafty": "1.23.0",
"@swissquote/crafty-preset-babel": "1.23.0",
"@swissquote/crafty-preset-eslint": "1.23.0",
Expand Down
Loading

0 comments on commit f83c6f7

Please sign in to comment.