Skip to content

Commit

Permalink
chore(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 25, 2024
1 parent 6158668 commit 5f537a1
Show file tree
Hide file tree
Showing 4 changed files with 1,019 additions and 991 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
"npm": ">=5"
},
"dependencies": {
"@babel/cli": "7.23.9",
"@babel/core": "7.23.9",
"@babel/cli": "7.24.1",
"@babel/core": "7.24.3",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@babel/runtime": "7.23.9",
"@babel/types": "7.23.9",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/preset-env": "7.24.3",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@babel/runtime": "7.24.1",
"@babel/types": "7.24.0",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@types/node": "13.13.52",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-inbrowser-compiler-sucrase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"walkes": "^0.2.1"
},
"devDependencies": {
"@babel/types": "7.23.9",
"@babel/types": "7.24.0",
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
"@rollup/plugin-typescript": "8.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-styleguidist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"npm": ">=6"
},
"dependencies": {
"@babel/runtime": "7.23.9",
"@babel/runtime": "7.24.1",
"@vxna/mini-html-webpack-template": "^1.0.0",
"ast-types": "^0.16.1",
"classnames": "^2.3.1",
Expand Down Expand Up @@ -127,8 +127,8 @@
}
},
"devDependencies": {
"@babel/cli": "7.23.9",
"@babel/core": "7.23.9",
"@babel/cli": "7.24.1",
"@babel/core": "7.24.3",
"@testing-library/react": "11.2.7",
"@types/buble": "0.20.1",
"@types/cli-progress": "1.8.1",
Expand Down
Loading

0 comments on commit 5f537a1

Please sign in to comment.