Skip to content

Commit

Permalink
Update babel monorepo to v7.24.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent 9ddd284 commit d0e3af1
Show file tree
Hide file tree
Showing 9 changed files with 662 additions and 654 deletions.
8 changes: 4 additions & 4 deletions package-forks/gulp-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/plugin-transform-arrow-functions": "7.24.6",
"@babel/plugin-transform-block-scoping": "7.24.6",
"@babel/plugin-transform-classes": "7.24.6",
"@babel/core": "7.24.7",
"@babel/plugin-transform-arrow-functions": "7.24.7",
"@babel/plugin-transform-block-scoping": "7.24.7",
"@babel/plugin-transform-classes": "7.24.7",
"ava": "6.1.3",
"c8": "9.1.0",
"vinyl": "3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-preset-swissquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"build": "node ../../utils/build.mjs"
},
"dependencies": {
"@babel/core": "7.24.6",
"@babel/runtime": "7.24.6",
"@babel/core": "7.24.7",
"@babel/runtime": "7.24.7",
"@swissquote/crafty-commons": "1.26.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/preset-react": "7.24.6",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-preset-jest": "29.6.3"
Expand Down
6 changes: 3 additions & 3 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.6",
"@babel/helper-module-imports": "7.24.6",
"@babel/runtime": "7.24.6",
"@babel/core": "7.24.7",
"@babel/helper-module-imports": "7.24.7",
"@babel/runtime": "7.24.7",
"@swissquote/babel-preset-swissquote": "1.26.0",
"@swissquote/crafty-commons-gulp": "1.26.0",
"@swissquote/crafty-commons-webpack": "1.26.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/crafty-preset-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"lint": "node ../crafty-preset-eslint/src/commands/jsLint.js --preset recommended --preset node src"
},
"dependencies": {
"@babel/core": "7.24.6",
"@babel/plugin-transform-modules-commonjs": "7.24.6",
"@babel/core": "7.24.7",
"@babel/plugin-transform-modules-commonjs": "7.24.7",
"@swissquote/crafty": "1.26.0",
"jest-cli": "29.7.0",
"jest-environment-jsdom": "29.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/crafty-preset-postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "node ../../utils/build.mjs"
},
"dependencies": {
"@babel/code-frame": "7.24.6",
"@babel/code-frame": "7.24.7",
"@swissquote/crafty": "1.26.0",
"@swissquote/crafty-commons": "1.26.0",
"@swissquote/crafty-commons-gulp": "1.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/crafty-preset-stylelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "node ../../utils/build.mjs"
},
"dependencies": {
"@babel/code-frame": "7.24.6",
"@babel/code-frame": "7.24.7",
"@swissquote/crafty": "1.26.0",
"@swissquote/crafty-commons": "1.26.0",
"@swissquote/crafty-commons-gulp": "1.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/crafty-preset-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"main": "src/index.js",
"dependencies": {
"@babel/code-frame": "7.24.6",
"@babel/code-frame": "7.24.7",
"@swc/core": "1.5.24",
"@swc/helpers": "0.5.11",
"@swissquote/crafty-commons": "1.26.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"@babel/core": "7.24.7",
"@swissquote/crafty": "1.26.0",
"@swissquote/crafty-preset-babel": "1.26.0",
"@swissquote/crafty-preset-eslint": "1.26.0",
Expand All @@ -31,7 +31,7 @@
"rimraf": "5.0.7"
},
"devDependencies": {
"@babel/plugin-transform-property-literals": "7.24.6",
"@babel/plugin-transform-property-literals": "7.24.7",
"fetch-mock": "9.11.0",
"lodash-es": "4.17.21",
"node-fetch": "3.3.2"
Expand Down
Loading

0 comments on commit d0e3af1

Please sign in to comment.