Skip to content

Commit

Permalink
Update babel monorepo to v7.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 29, 2024
1 parent 8576700 commit 7ecfa14
Show file tree
Hide file tree
Showing 5 changed files with 159 additions and 159 deletions.
6 changes: 3 additions & 3 deletions packages/babel-preset-swissquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"build": "node ../../utils/build.mjs"
},
"dependencies": {
"@babel/core": "7.24.4",
"@babel/runtime": "7.24.4",
"@babel/core": "7.24.5",
"@babel/runtime": "7.24.5",
"@swissquote/crafty-commons": "1.25.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/preset-env": "7.24.4",
"@babel/preset-env": "7.24.5",
"@babel/preset-react": "7.24.1",
"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 @@ -16,9 +16,9 @@
"build": "node ../../utils/build.mjs"
},
"dependencies": {
"@babel/core": "7.24.4",
"@babel/core": "7.24.5",
"@babel/helper-module-imports": "7.24.3",
"@babel/runtime": "7.24.4",
"@babel/runtime": "7.24.5",
"@swissquote/babel-preset-swissquote": "1.25.0",
"@swissquote/crafty-commons-gulp": "1.25.0",
"@swissquote/crafty-commons-webpack": "1.25.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 @@ -15,7 +15,7 @@
"lint": "node ../crafty-preset-eslint/src/commands/jsLint.js --preset recommended --preset node src"
},
"dependencies": {
"@babel/core": "7.24.4",
"@babel/core": "7.24.5",
"@babel/plugin-transform-modules-commonjs": "7.24.1",
"@swissquote/crafty": "1.25.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.24.4",
"@babel/core": "7.24.5",
"@swissquote/crafty": "1.25.0",
"@swissquote/crafty-preset-babel": "1.25.0",
"@swissquote/crafty-preset-eslint": "1.25.0",
Expand Down

0 comments on commit 7ecfa14

Please sign in to comment.