Skip to content

Commit

Permalink
Update babel monorepo (#228)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent aa350a6 commit 462d51d
Show file tree
Hide file tree
Showing 5 changed files with 623 additions and 525 deletions.
2 changes: 1 addition & 1 deletion demo/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@babel/core": "^7.0.0",
"@babel/core": "^7.26.0",
"@comet/admin": "^7.7.0",
"@comet/admin-icons": "^7.7.0",
"@comet/admin-rte": "^7.7.0",
Expand Down
2 changes: 1 addition & 1 deletion demo/campaign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/core": "^7.26.0",
"@comet/cli": "^7.7.0",
"@comet/eslint-config": "^7.7.0",
"@formatjs/cli": "^4.8.4",
Expand Down
2 changes: 1 addition & 1 deletion demo/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ts-node": "^10.9.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/core": "^7.26.0",
"@comet/cli": "^7.7.0",
"@comet/eslint-config": "^7.7.0",
"@formatjs/cli": "^4.8.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"devDependencies": {
"@apollo/client": "^3.11.8",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@comet/admin": "^7.7.0",
"@comet/admin-babel-preset": "^7.7.0",
"@comet/admin-date-time": "^7.7.0",
Expand Down
Loading

0 comments on commit 462d51d

Please sign in to comment.