Skip to content

Commit

Permalink
consolidate more babel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Feb 25, 2023
1 parent 208e188 commit 8d0ad15
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 874 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,15 @@
"tsc": "tsc --build"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/node": "^7.16.8",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/register": "^7.17.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@babel/register": "^7.21.0",
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.25.2",
"@manypkg/get-packages": "^1.1.3",
Expand All @@ -108,7 +107,7 @@
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"aws-serverless-express": "^3.4.0",
"babel-jest": "^27.0.0",
"babel-jest": "^29.4.3",
"concurrently": "^7.0.0",
"copy": "^0.3.2",
"cors": "^2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-language-service-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"graphql": "^15.5.0 || ^16.0.0"
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@babel/polyfill": "^7.12.1",
"graphql-language-service": "^5.1.1",
"graphql-language-service-server": "^2.9.5",
"yargs": "^16.2.0"
Expand Down
Loading

0 comments on commit 8d0ad15

Please sign in to comment.