Skip to content

Commit

Permalink
deps(babel): Update to v7.23 latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Nov 20, 2023
1 parent e8d170b commit f3e9126
Show file tree
Hide file tree
Showing 4 changed files with 423 additions and 411 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"packages/*"
],
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.3",
"@moonrepo/cli": "^1.16.0",
"@moonrepo/dev": "workspace:*",
"eslint": "^8.52.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/plugin-proposal-export-default-from": "^7.22.17",
"@babel/plugin-proposal-decorators": "^7.23.3",
"@babel/plugin-proposal-export-default-from": "^7.23.3",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"babel-plugin-conditional-invariant": "^3.0.1",
"babel-plugin-env-constants": "^3.0.1",
"babel-preset-solid": "^1.8.4"
},
"devDependencies": {
"@babel/core": "^7.23.2"
"@babel/core": "^7.23.3"
},
"funding": {
"type": "ko-fi",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
},
"devDependencies": {
"@moonrepo/types": "^1.8.0",
"@types/semver": "^7.5.4",
"@types/semver": "^7.5.5",
"@types/vscode": "^1.66.0",
"@vscode/test-electron": "^2.3.6",
"esbuild": "^0.19.5",
Expand Down
Loading

0 comments on commit f3e9126

Please sign in to comment.