Skip to content

Commit

Permalink
fix: update minimum version of Babel packages (#6390)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish authored May 15, 2023
1 parent ff40409 commit 9de3c4b
Show file tree
Hide file tree
Showing 5 changed files with 587 additions and 422 deletions.
6 changes: 6 additions & 0 deletions .changeset/update-babel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@remix-run/dev": patch
"@remix-run/eslint-config": patch
---

Update minimum version of Babel dependencies to avoid errors parsing decorators
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"postinstall": "patch-package"
},
"dependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-proposal-export-namespace-from": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/core": "^7.21.8",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@changesets/cli": "^2.25.2",
"@mcansh/remark-definition-links": "2.4.1",
"@octokit/core": "^3.6.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/remix-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"remix": "dist/cli.js"
},
"dependencies": {
"@babel/core": "^7.18.6",
"@babel/generator": "^7.18.6",
"@babel/parser": "^7.18.6",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/plugin-syntax-typescript": "^7.20.0",
"@babel/preset-env": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/traverse": "^7.18.6",
"@babel/types": "^7.20.2",
"@babel/core": "^7.21.8",
"@babel/generator": "^7.21.5",
"@babel/parser": "^7.21.8",
"@babel/plugin-syntax-jsx": "^7.21.4",
"@babel/plugin-syntax-typescript": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@babel/traverse": "^7.21.5",
"@babel/types": "^7.21.5",
"@npmcli/package-json": "^2.0.0",
"@remix-run/server-runtime": "1.16.0",
"@vanilla-extract/integration": "^6.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/remix-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"settings"
],
"dependencies": {
"@babel/core": "^7.21.3",
"@babel/eslint-parser": "^7.21.3",
"@babel/core": "^7.21.8",
"@babel/eslint-parser": "^7.21.8",
"@babel/preset-react": "^7.18.6",
"@rushstack/eslint-patch": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
Expand Down
Loading

0 comments on commit 9de3c4b

Please sign in to comment.