Skip to content

Commit

Permalink
Update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2023
1 parent 14b6675 commit 1a112f3
Show file tree
Hide file tree
Showing 8 changed files with 153 additions and 168 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.js"
},
"dependencies": {
"@babel/core": "7.22.9",
"@babel/runtime": "7.22.6",
"@babel/core": "7.22.11",
"@babel/runtime": "7.22.11",
"@swissquote/crafty-commons": "1.22.3"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "7.22.9",
"@babel/preset-env": "7.22.9",
"@babel/plugin-transform-runtime": "7.22.10",
"@babel/preset-env": "7.22.10",
"@babel/preset-react": "7.22.5",
"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.js"
},
"dependencies": {
"@babel/core": "7.22.9",
"@babel/core": "7.22.11",
"@babel/helper-module-imports": "7.22.5",
"@babel/runtime": "7.22.6",
"@babel/runtime": "7.22.11",
"@swissquote/babel-preset-swissquote": "1.22.3",
"@swissquote/crafty-commons-gulp": "1.22.3",
"@swissquote/crafty-commons-webpack": "1.22.3",
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 @@ -12,8 +12,8 @@
"lint": "node ../crafty-preset-eslint/src/commands/jsLint.js --preset recommended --preset node src"
},
"dependencies": {
"@babel/core": "7.22.9",
"@babel/plugin-transform-modules-commonjs": "7.22.5",
"@babel/core": "7.22.11",
"@babel/plugin-transform-modules-commonjs": "7.22.11",
"@swissquote/crafty": "1.22.3",
"jest-cli": "29.6.2",
"jest-environment-jsdom": "29.6.2"
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 @@ -13,7 +13,7 @@
"build": "node ../../utils/build.js"
},
"dependencies": {
"@babel/code-frame": "7.22.5",
"@babel/code-frame": "7.22.10",
"@swissquote/crafty": "1.22.3",
"@swissquote/crafty-commons": "1.22.3",
"@swissquote/crafty-commons-gulp": "1.22.3",
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 @@ -13,7 +13,7 @@
"build": "node ../../utils/build.js"
},
"dependencies": {
"@babel/code-frame": "7.22.5",
"@babel/code-frame": "7.22.10",
"@swissquote/crafty": "1.22.3",
"@swissquote/crafty-commons": "1.22.3",
"@swissquote/crafty-commons-gulp": "1.22.3",
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 @@ -13,7 +13,7 @@
},
"main": "src/index.js",
"dependencies": {
"@babel/code-frame": "7.22.5",
"@babel/code-frame": "7.22.10",
"@swc/core": "1.3.75",
"@swc/helpers": "0.5.1",
"@swissquote/crafty-commons": "1.22.3",
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.22.9",
"@babel/core": "7.22.11",
"@swissquote/crafty": "1.22.3",
"@swissquote/crafty-preset-babel": "1.22.3",
"@swissquote/crafty-preset-eslint": "1.22.3",
Expand Down
Loading

0 comments on commit 1a112f3

Please sign in to comment.