Skip to content

Commit

Permalink
chore: core-js 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
Xvezda committed Dec 13, 2023
1 parent f536c12 commit 6c26696
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
13 changes: 0 additions & 13 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
{
"presets": [
[
"@babel/preset-env",
{
"loose": true,
"useBuiltIns": "entry",
"corejs": {"version": 3, "proposals": true},
"exclude": [
"@babel/plugin-transform-typeof-symbol"
]
}
]
],
"env": {
"test": {
"plugins": ["@babel/plugin-transform-runtime"]
Expand Down
2 changes: 1 addition & 1 deletion examples/tic-tac-toe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"private": true,
"devDependencies": {
"core-js": "^3.18.1",
"core-js": "^3.34.0",
"parcel": "^2.10.3"
},
"dependencies": {
Expand Down
9 changes: 7 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c26696

Please sign in to comment.