Skip to content

Commit

Permalink
deps(babel): Update to v7.19.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 22, 2022
1 parent d91266a commit 6e05c50
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 130 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"packages/*"
],
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/core": "^7.19.1",
"@moonrepo/cli": "^0.14.1",
"@moonrepo/dev": "workspace:*",
"eslint": "^8.23.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-preset/package.json
Expand Up @@ -36,19 +36,19 @@
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.19.0",
"@babel/plugin-proposal-decorators": "^7.19.1",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "^7.19.0",
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"babel-plugin-conditional-invariant": "^2.0.2",
"babel-plugin-env-constants": "^2.0.2",
"babel-preset-solid": "^1.5.4"
"babel-preset-solid": "^1.5.6"
},
"devDependencies": {
"@babel/core": "^7.19.0"
"@babel/core": "^7.19.1"
},
"funding": {
"type": "ko-fi",
Expand Down

0 comments on commit 6e05c50

Please sign in to comment.