Skip to content

Commit

Permalink
deps(babel): Update to v7.22 latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jul 10, 2023
1 parent f6c8ee3 commit a7535a2
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 132 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.22.5",
"@babel/core": "^7.22.8",
"@moonrepo/cli": "^1.9.0",
"@moonrepo/dev": "workspace:*",
"eslint": "^8.43.0",
Expand Down
8 changes: 4 additions & 4 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.22.5",
"@babel/plugin-proposal-decorators": "^7.22.7",
"@babel/plugin-proposal-export-default-from": "^7.22.5",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "^7.22.5",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"babel-plugin-conditional-invariant": "^3.0.1",
"babel-plugin-env-constants": "^3.0.1",
"babel-preset-solid": "^1.7.4"
"babel-preset-solid": "^1.7.7"
},
"devDependencies": {
"@babel/core": "^7.22.5"
"@babel/core": "^7.22.8"
},
"funding": {
"type": "ko-fi",
Expand Down
Loading

0 comments on commit a7535a2

Please sign in to comment.