Skip to content

Commit

Permalink
bump Babel 8 to 8.0.0-alpha.12 (#2961)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung authored Sep 17, 2024
1 parent 61d93d1 commit 9291421
Show file tree
Hide file tree
Showing 2 changed files with 869 additions and 1,101 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "8.0.0-alpha.2",
"@babel/eslint-parser": "8.0.0-alpha.2",
"@babel/preset-env": "8.0.0-alpha.2",
"@babel/preset-react": "8.0.0-alpha.2",
"@babel/preset-typescript": "8.0.0-alpha.2",
"@babel/core": "^8.0.0-alpha.12",
"@babel/eslint-parser": "^8.0.0-alpha.12",
"@babel/preset-env": "^8.0.0-alpha.12",
"@babel/preset-react": "^8.0.0-alpha.12",
"@babel/preset-typescript": "^8.0.0-alpha.12",
"@codemirror/lang-javascript": "6.2.1",
"@codemirror/theme-one-dark": "6.1.2",
"@emotion/babel-plugin": "^11.11.0",
Expand All @@ -51,7 +51,7 @@
"@types/react": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"codemirror": "6.0.1",
"cross-env": "^7.0.3",
"eslint": "^8.47.0",
Expand Down Expand Up @@ -81,7 +81,7 @@
"worker-loader": "^3.0.8"
},
"dependencies": {
"@babel/generator": "8.0.0-alpha.2",
"@babel/generator": "^8.0.0-alpha.12",
"@emotion/css": "^11.10.6",
"algoliasearch": "^4.12.0",
"buffer": "^5.7.1",
Expand Down
Loading

0 comments on commit 9291421

Please sign in to comment.