Skip to content

Commit

Permalink
Update Babel-related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Mar 21, 2023
1 parent b61f121 commit ab4c1ec
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 1,676 deletions.
11 changes: 4 additions & 7 deletions package.json
Expand Up @@ -62,15 +62,15 @@
"use-latest": "^1.2.1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/core": "^7.21.3",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@changesets/changelog-github": "^0.4.4",
"@changesets/cli": "^2.22.0",
"@preconstruct/cli": "^2.2.2",
"@preconstruct/cli": "^2.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^10.4.9",
"@types/react": "^16.14.35",
Expand Down Expand Up @@ -106,9 +106,6 @@
"browser",
"worker"
]
},
"___experimentalFlags_WILL_CHANGE_IN_PATCH": {
"exports": true
}
}
}

0 comments on commit ab4c1ec

Please sign in to comment.