Skip to content

Commit

Permalink
bump to 8.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 9, 2023
1 parent 0f351aa commit 90adfe8
Show file tree
Hide file tree
Showing 2 changed files with 694 additions and 716 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"packageManager": "yarn@3.6.1",
"devDependencies": {
"$repo-utils": "link:./scripts/repo-utils",
"@babel/cli": "8.0.0-alpha.1",
"@babel/core": "8.0.0-alpha.1",
"@babel/cli": "8.0.0-alpha.2",
"@babel/core": "8.0.0-alpha.2",
"@babel/eslint-config-internal": "workspace:^",
"@babel/eslint-parser": "workspace:^",
"@babel/eslint-plugin-development": "workspace:^",
"@babel/eslint-plugin-development-internal": "workspace:^",
"@babel/plugin-transform-dynamic-import": "8.0.0-alpha.1",
"@babel/plugin-transform-export-namespace-from": "8.0.0-alpha.1",
"@babel/plugin-transform-modules-commonjs": "8.0.0-alpha.1",
"@babel/plugin-transform-object-rest-spread": "8.0.0-alpha.1",
"@babel/plugin-transform-runtime": "8.0.0-alpha.1",
"@babel/preset-env": "8.0.0-alpha.1",
"@babel/preset-typescript": "8.0.0-alpha.1",
"@babel/runtime": "8.0.0-alpha.1",
"@babel/plugin-transform-dynamic-import": "8.0.0-alpha.2",
"@babel/plugin-transform-export-namespace-from": "8.0.0-alpha.2",
"@babel/plugin-transform-modules-commonjs": "8.0.0-alpha.2",
"@babel/plugin-transform-object-rest-spread": "8.0.0-alpha.2",
"@babel/plugin-transform-runtime": "8.0.0-alpha.2",
"@babel/preset-env": "8.0.0-alpha.2",
"@babel/preset-typescript": "8.0.0-alpha.2",
"@babel/runtime": "8.0.0-alpha.2",
"@eslint/eslintrc": "^2.1.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.1.0",
Expand Down

0 comments on commit 90adfe8

Please sign in to comment.