mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Upgrade core-js and Babel (#29554)
GitOrigin-RevId: 259149f10335d98443fa8e6ccc4289d2bb3138dd
This commit is contained in:
1924
package-lock.json
generated
1924
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
"useBuiltIns": "usage",
|
"useBuiltIns": "usage",
|
||||||
// This version must be aligned with the `core-js` version in `package.json`
|
// This version must be aligned with the `core-js` version in `package.json`
|
||||||
"corejs": { "version": "3.41" },
|
"corejs": { "version": "3.46" },
|
||||||
"exclude": [
|
"exclude": [
|
||||||
// Exclude Array.prototype.push polyfill, as it's not needed and affects performance in Chrome
|
// Exclude Array.prototype.push polyfill, as it's not needed and affects performance in Chrome
|
||||||
"es.array.push",
|
"es.array.push",
|
||||||
|
|||||||
@@ -200,12 +200,12 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"5to6-codemod": "^1.8.0",
|
"5to6-codemod": "^1.8.0",
|
||||||
"@ai-sdk/react": "^3.0.2",
|
"@ai-sdk/react": "^3.0.2",
|
||||||
"@babel/core": "^7.26.10",
|
"@babel/core": "^7.28.5",
|
||||||
"@babel/plugin-proposal-decorators": "^7.27.0",
|
"@babel/plugin-proposal-decorators": "^7.28.0",
|
||||||
"@babel/preset-env": "^7.26.9",
|
"@babel/preset-env": "^7.28.5",
|
||||||
"@babel/preset-react": "^7.26.3",
|
"@babel/preset-react": "^7.28.5",
|
||||||
"@babel/preset-typescript": "^7.27.0",
|
"@babel/preset-typescript": "^7.28.5",
|
||||||
"@babel/register": "^7.25.9",
|
"@babel/register": "^7.28.3",
|
||||||
"@codemirror/autocomplete": "github:overleaf/codemirror-autocomplete#6445cd056671c98d12d1c597ba705e11327ec4c5",
|
"@codemirror/autocomplete": "github:overleaf/codemirror-autocomplete#6445cd056671c98d12d1c597ba705e11327ec4c5",
|
||||||
"@codemirror/commands": "^6.9.0",
|
"@codemirror/commands": "^6.9.0",
|
||||||
"@codemirror/lang-markdown": "^6.4.0",
|
"@codemirror/lang-markdown": "^6.4.0",
|
||||||
@@ -290,7 +290,7 @@
|
|||||||
"algoliasearch": "^3.35.1",
|
"algoliasearch": "^3.35.1",
|
||||||
"autoprefixer": "^10.4.16",
|
"autoprefixer": "^10.4.16",
|
||||||
"axios": "^1.8.3",
|
"axios": "^1.8.3",
|
||||||
"babel-loader": "^9.1.3",
|
"babel-loader": "^10.0.0",
|
||||||
"babel-plugin-macros": "^3.1.0",
|
"babel-plugin-macros": "^3.1.0",
|
||||||
"babel-plugin-module-resolver": "^5.0.2",
|
"babel-plugin-module-resolver": "^5.0.2",
|
||||||
"backbone": "^1.6.0",
|
"backbone": "^1.6.0",
|
||||||
@@ -307,7 +307,7 @@
|
|||||||
"confusing-browser-globals": "^1.0.11",
|
"confusing-browser-globals": "^1.0.11",
|
||||||
"cookie-signature": "^1.2.1",
|
"cookie-signature": "^1.2.1",
|
||||||
"copy-webpack-plugin": "^11.0.0",
|
"copy-webpack-plugin": "^11.0.0",
|
||||||
"core-js": "^3.41.0",
|
"core-js": "~3.46.0",
|
||||||
"css-loader": "^6.8.1",
|
"css-loader": "^6.8.1",
|
||||||
"css-minimizer-webpack-plugin": "^5.0.1",
|
"css-minimizer-webpack-plugin": "^5.0.1",
|
||||||
"cypress": "13.13.2",
|
"cypress": "13.13.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user