Skip to content

Commit

Permalink
bump Babel 8 to 8.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Sep 12, 2024
1 parent e159676 commit b99311f
Show file tree
Hide file tree
Showing 2 changed files with 868 additions and 853 deletions.
12 changes: 6 additions & 6 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 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 b99311f

Please sign in to comment.