chore: move off babel proposals to plugins (#29053)

This commit is contained in:
Pavel Feldman 2024-01-18 17:50:52 -08:00 committed by GitHub
parent b7d22b64e8
commit 4010940315
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 744 additions and 742 deletions

View File

@ -4,11 +4,11 @@
},
"plugins": [
["@babel/plugin-transform-typescript", { "allowDeclareFields": true } ],
"@babel/plugin-proposal-export-namespace-from",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-logical-assignment-operators",
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-transform-export-namespace-from",
"@babel/plugin-transform-class-properties",
"@babel/plugin-transform-logical-assignment-operators",
"@babel/plugin-transform-nullish-coalescing-operator",
"@babel/plugin-transform-optional-chaining",
"@babel/plugin-transform-modules-commonjs"
],
"ignore": [

509
package-lock.json generated
View File

@ -13,16 +13,16 @@
],
"devDependencies": {
"@actions/core": "^1.10.0",
"@babel/cli": "^7.23.0",
"@babel/code-frame": "^7.22.13",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-logical-assignment-operators": "^7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@babel/plugin-transform-typescript": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/cli": "^7.23.4",
"@babel/code-frame": "^7.23.5",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
"@babel/plugin-transform-logical-assignment-operators": "^7.23.4",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
"@babel/plugin-transform-optional-chaining": "^7.23.4",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@types/babel__core": "^7.20.2",
"@types/codemirror": "^5.60.7",
"@types/formidable": "^2.0.4",
@ -452,92 +452,6 @@
"node": ">=6.0.0"
}
},
"node_modules/@babel/plugin-proposal-class-properties": {
"version": "7.18.6",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
"integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
"deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.",
"dev": true,
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.18.6",
"@babel/helper-plugin-utils": "^7.18.6"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-proposal-export-namespace-from": {
"version": "7.18.9",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz",
"integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==",
"deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead.",
"dev": true,
"dependencies": {
"@babel/helper-plugin-utils": "^7.18.9",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-proposal-logical-assignment-operators": {
"version": "7.20.7",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz",
"integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==",
"deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead.",
"dev": true,
"dependencies": {
"@babel/helper-plugin-utils": "^7.20.2",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
"version": "7.18.6",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
"integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
"deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.",
"dev": true,
"dependencies": {
"@babel/helper-plugin-utils": "^7.18.6",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-proposal-optional-chaining": {
"version": "7.21.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz",
"integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==",
"deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.",
"dev": true,
"dependencies": {
"@babel/helper-plugin-utils": "^7.20.2",
"@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-export-namespace-from": {
"version": "7.8.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
@ -614,6 +528,54 @@
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-class-properties": {
"version": "7.23.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz",
"integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==",
"dev": true,
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-export-namespace-from": {
"version": "7.23.4",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz",
"integrity": "sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==",
"dev": true,
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-logical-assignment-operators": {
"version": "7.23.4",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz",
"integrity": "sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==",
"dev": true,
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-modules-commonjs": {
"version": "7.23.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz",
@ -630,6 +592,39 @@
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
"version": "7.23.4",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz",
"integrity": "sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==",
"dev": true,
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-optional-chaining": {
"version": "7.23.4",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz",
"integrity": "sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==",
"dev": true,
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-transform-react-display-name": {
"version": "7.23.3",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.23.3.tgz",
@ -2164,28 +2159,41 @@
"vite": "^4.1.0-beta.0"
}
},
"node_modules/@vitejs/plugin-vue2": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue2/-/plugin-vue2-2.3.1.tgz",
"integrity": "sha512-/ksaaz2SRLN11JQhLdEUhDzOn909WEk99q9t9w+N12GjQCljzv7GyvAbD/p20aBUjHkvpGOoQ+FCOkG+mjDF4A==",
"node_modules/@vitejs/plugin-vue": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.6.2.tgz",
"integrity": "sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw==",
"engines": {
"node": "^14.18.0 || >= 16.0.0"
"node": "^14.18.0 || >=16.0.0"
},
"peerDependencies": {
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0",
"vue": "^2.7.0-0"
"vite": "^4.0.0 || ^5.0.0",
"vue": "^3.2.25"
}
},
"node_modules/@vue/compiler-core": {
"version": "3.2.36",
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.36.tgz",
"integrity": "sha512-bbyZM5hvBicv0PW3KUfVi+x3ylHnfKG7DOn5wM+f2OztTzTjLEyBb/5yrarIYpmnGitVGbjZqDbODyW4iK8hqw==",
"version": "3.4.15",
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.15.tgz",
"integrity": "sha512-XcJQVOaxTKCnth1vCxEChteGuwG6wqnUHxAm1DO3gCz0+uXKaJNx8/digSz4dLALCy8n2lKq24jSUs8segoqIw==",
"peer": true,
"dependencies": {
"@babel/parser": "^7.16.4",
"@vue/shared": "3.2.36",
"@babel/parser": "^7.23.6",
"@vue/shared": "3.4.15",
"entities": "^4.5.0",
"estree-walker": "^2.0.2",
"source-map": "^0.6.1"
"source-map-js": "^1.0.2"
}
},
"node_modules/@vue/compiler-core/node_modules/entities": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
"peer": true,
"engines": {
"node": ">=0.12"
},
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/@vue/compiler-core/node_modules/estree-walker": {
@ -2195,70 +2203,107 @@
"peer": true
},
"node_modules/@vue/compiler-dom": {
"version": "3.2.36",
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.36.tgz",
"integrity": "sha512-tcOTAOiW4s24QLnq+ON6J+GRONXJ+A/mqKCORi0LSlIh8XQlNnlm24y8xIL8la+ZDgkdbjarQ9ZqYSvEja6gVA==",
"version": "3.4.15",
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.15.tgz",
"integrity": "sha512-wox0aasVV74zoXyblarOM3AZQz/Z+OunYcIHe1OsGclCHt8RsRm04DObjefaI82u6XDzv+qGWZ24tIsRAIi5MQ==",
"peer": true,
"dependencies": {
"@vue/compiler-core": "3.2.36",
"@vue/shared": "3.2.36"
"@vue/compiler-core": "3.4.15",
"@vue/shared": "3.4.15"
}
},
"node_modules/@vue/compiler-sfc": {
"version": "2.7.16",
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.16.tgz",
"integrity": "sha512-KWhJ9k5nXuNtygPU7+t1rX6baZeqOYLEforUPjgNDBnLicfHCoi48H87Q8XyLZOrNNsmhuwKqtpDQWjEFe6Ekg==",
"dependencies": {
"@babel/parser": "^7.23.5",
"postcss": "^8.4.14",
"source-map": "^0.6.1"
},
"optionalDependencies": {
"prettier": "^1.18.2 || ^2.0.0"
}
},
"node_modules/@vue/compiler-ssr": {
"version": "3.2.36",
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.36.tgz",
"integrity": "sha512-+KugInUFRvOxEdLkZwE+W43BqHyhBh0jpYXhmqw1xGq2dmE6J9eZ8UUSOKNhdHtQ/iNLWWeK/wPZkVLUf3YGaw==",
"version": "3.4.15",
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.15.tgz",
"integrity": "sha512-LCn5M6QpkpFsh3GQvs2mJUOAlBQcCco8D60Bcqmf3O3w5a+KWS5GvYbrrJBkgvL1BDnTp+e8q0lXCLgHhKguBA==",
"peer": true,
"dependencies": {
"@vue/compiler-dom": "3.2.36",
"@vue/shared": "3.2.36"
}
},
"node_modules/@vue/reactivity-transform": {
"version": "3.2.36",
"resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.36.tgz",
"integrity": "sha512-Jk5o2BhpODC9XTA7o4EL8hSJ4JyrFWErLtClG3NH8wDS7ri9jBDWxI7/549T7JY9uilKsaNM+4pJASLj5dtRwA==",
"peer": true,
"dependencies": {
"@babel/parser": "^7.16.4",
"@vue/compiler-core": "3.2.36",
"@vue/shared": "3.2.36",
"@babel/parser": "^7.23.6",
"@vue/compiler-core": "3.4.15",
"@vue/compiler-dom": "3.4.15",
"@vue/compiler-ssr": "3.4.15",
"@vue/shared": "3.4.15",
"estree-walker": "^2.0.2",
"magic-string": "^0.25.7"
"magic-string": "^0.30.5",
"postcss": "^8.4.33",
"source-map-js": "^1.0.2"
}
},
"node_modules/@vue/reactivity-transform/node_modules/estree-walker": {
"node_modules/@vue/compiler-sfc/node_modules/estree-walker": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
"peer": true
},
"node_modules/@vue/reactivity-transform/node_modules/magic-string": {
"version": "0.25.9",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
"integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
"node_modules/@vue/compiler-sfc/node_modules/magic-string": {
"version": "0.30.5",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.5.tgz",
"integrity": "sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==",
"peer": true,
"dependencies": {
"sourcemap-codec": "^1.4.8"
"@jridgewell/sourcemap-codec": "^1.4.15"
},
"engines": {
"node": ">=12"
}
},
"node_modules/@vue/compiler-ssr": {
"version": "3.4.15",
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.15.tgz",
"integrity": "sha512-1jdeQyiGznr8gjFDadVmOJqZiLNSsMa5ZgqavkPZ8O2wjHv0tVuAEsw5hTdUoUW4232vpBbL/wJhzVW/JwY1Uw==",
"peer": true,
"dependencies": {
"@vue/compiler-dom": "3.4.15",
"@vue/shared": "3.4.15"
}
},
"node_modules/@vue/reactivity": {
"version": "3.4.15",
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.15.tgz",
"integrity": "sha512-55yJh2bsff20K5O84MxSvXKPHHt17I2EomHznvFiJCAZpJTNW8IuLj1xZWMLELRhBK3kkFV/1ErZGHJfah7i7w==",
"peer": true,
"dependencies": {
"@vue/shared": "3.4.15"
}
},
"node_modules/@vue/runtime-core": {
"version": "3.4.15",
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.15.tgz",
"integrity": "sha512-6E3by5m6v1AkW0McCeAyhHTw+3y17YCOKG0U0HDKDscV4Hs0kgNT5G+GCHak16jKgcCDHpI9xe5NKb8sdLCLdw==",
"peer": true,
"dependencies": {
"@vue/reactivity": "3.4.15",
"@vue/shared": "3.4.15"
}
},
"node_modules/@vue/runtime-dom": {
"version": "3.4.15",
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.15.tgz",
"integrity": "sha512-EVW8D6vfFVq3V/yDKNPBFkZKGMFSvZrUQmx196o/v2tHKdwWdiZjYUBS+0Ez3+ohRyF8Njwy/6FH5gYJ75liUw==",
"peer": true,
"dependencies": {
"@vue/runtime-core": "3.4.15",
"@vue/shared": "3.4.15",
"csstype": "^3.1.3"
}
},
"node_modules/@vue/server-renderer": {
"version": "3.4.15",
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.15.tgz",
"integrity": "sha512-3HYzaidu9cHjrT+qGUuDhFYvF/j643bHC6uUN9BgM11DVy+pM6ATsG6uPBLnkwOgs7BpJABReLmpL3ZPAsUaqw==",
"peer": true,
"dependencies": {
"@vue/compiler-ssr": "3.4.15",
"@vue/shared": "3.4.15"
},
"peerDependencies": {
"vue": "3.4.15"
}
},
"node_modules/@vue/shared": {
"version": "3.2.36",
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.36.tgz",
"integrity": "sha512-JtB41wXl7Au3+Nl3gD16Cfpj7k/6aCroZ6BbOiCMFCMvrOpkg/qQUXTso2XowaNqBbnkuGHurLAqkLBxNGc1hQ==",
"version": "3.4.15",
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.15.tgz",
"integrity": "sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g==",
"peer": true
},
"node_modules/@zip.js/zip.js": {
@ -3371,9 +3416,9 @@
}
},
"node_modules/electron-to-chromium": {
"version": "1.4.637",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.637.tgz",
"integrity": "sha512-G7j3UCOukFtxVO1vWrPQUoDk3kL70mtvjc/DC/k2o7lE0wAdq+Vwp1ipagOow+BH0uVztFysLWbkM/RTIrbK3w=="
"version": "1.4.638",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.638.tgz",
"integrity": "sha512-gpmbAG2LbfPKcDaL5m9IKutKjUx4ZRkvGNkgL/8nKqxkXsBVYykVULboWlqCrHsh3razucgDJDuKoWJmGPdItA=="
},
"node_modules/electron/node_modules/@types/node": {
"version": "16.18.71",
@ -6717,13 +6762,6 @@
"node": ">=0.10.0"
}
},
"node_modules/sourcemap-codec": {
"version": "1.4.8",
"resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
"integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
"deprecated": "Please use @jridgewell/sourcemap-codec instead",
"peer": true
},
"node_modules/spawn-command": {
"version": "0.0.2-1",
"resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2-1.tgz",
@ -7195,7 +7233,7 @@
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
"dev": true,
"devOptional": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -7418,13 +7456,24 @@
}
},
"node_modules/vue": {
"version": "2.7.16",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.7.16.tgz",
"integrity": "sha512-4gCtFXaAA3zYZdTp5s4Hl2sozuySsgz4jy1EnpBHNfpMa9dK1ZCG7viqBPCwXtmgc8nHqUsAu3G4gtmXkkY3Sw==",
"deprecated": "Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.",
"version": "3.4.15",
"resolved": "https://registry.npmjs.org/vue/-/vue-3.4.15.tgz",
"integrity": "sha512-jC0GH4KkWLWJOEQjOpkqU1bQsBwf4R1rsFtw5GQJbjHVKWDzO6P0nWWBTmjp1xSemAioDFj1jdaK1qa3DnMQoQ==",
"peer": true,
"dependencies": {
"@vue/compiler-sfc": "2.7.16",
"csstype": "^3.1.0"
"@vue/compiler-dom": "3.4.15",
"@vue/compiler-sfc": "3.4.15",
"@vue/runtime-dom": "3.4.15",
"@vue/server-renderer": "3.4.15",
"@vue/shared": "3.4.15"
},
"peerDependencies": {
"typescript": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/web": {
@ -7937,15 +7986,6 @@
},
"engines": {
"node": ">=16"
},
"peerDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"svelte": "^4.0.0"
},
"peerDependenciesMeta": {
"@sveltejs/vite-plugin-svelte": {
"optional": true
}
}
},
"packages/playwright-ct-svelte/node_modules/@esbuild/android-arm": {
@ -8302,7 +8342,8 @@
},
"packages/playwright-ct-svelte/node_modules/@sveltejs/vite-plugin-svelte": {
"version": "3.0.1",
"license": "MIT",
"resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-3.0.1.tgz",
"integrity": "sha512-CGURX6Ps+TkOovK6xV+Y2rn8JKa8ZPUHPZ/NKgCxAmgBrXReavzFl8aOSCj3kQ1xqT7yGJj53hjcV/gqwDAaWA==",
"dependencies": {
"@sveltejs/vite-plugin-svelte-inspector": "^2.0.0-next.0 || ^2.0.0",
"debug": "^4.3.4",
@ -8322,7 +8363,8 @@
},
"packages/playwright-ct-svelte/node_modules/@sveltejs/vite-plugin-svelte-inspector": {
"version": "2.0.0",
"license": "MIT",
"resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte-inspector/-/vite-plugin-svelte-inspector-2.0.0.tgz",
"integrity": "sha512-gjr9ZFg1BSlIpfZ4PRewigrvYmHWbDrq2uvvPB1AmTWKuM+dI1JXQSUu2pIrYLb/QncyiIGkFDFKTwJ0XqQZZg==",
"dependencies": {
"debug": "^4.3.4"
},
@ -8375,7 +8417,8 @@
},
"packages/playwright-ct-svelte/node_modules/magic-string": {
"version": "0.30.5",
"license": "MIT",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.5.tgz",
"integrity": "sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==",
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.4.15"
},
@ -8485,73 +8528,6 @@
"node": ">=16"
}
},
"packages/playwright-ct-vue/node_modules/@vitejs/plugin-vue": {
"version": "4.2.1",
"license": "MIT",
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"peerDependencies": {
"vite": "^4.0.0",
"vue": "^3.2.25"
}
},
"packages/playwright-ct-vue/node_modules/@vue/compiler-sfc": {
"version": "3.2.36",
"license": "MIT",
"peer": true,
"dependencies": {
"@babel/parser": "^7.16.4",
"@vue/compiler-core": "3.2.36",
"@vue/compiler-dom": "3.2.36",
"@vue/compiler-ssr": "3.2.36",
"@vue/reactivity-transform": "3.2.36",
"@vue/shared": "3.2.36",
"estree-walker": "^2.0.2",
"magic-string": "^0.25.7",
"postcss": "^8.1.10",
"source-map": "^0.6.1"
}
},
"packages/playwright-ct-vue/node_modules/@vue/server-renderer": {
"version": "3.2.36",
"license": "MIT",
"peer": true,
"dependencies": {
"@vue/compiler-ssr": "3.2.36",
"@vue/shared": "3.2.36"
},
"peerDependencies": {
"vue": "3.2.36"
}
},
"packages/playwright-ct-vue/node_modules/estree-walker": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
"peer": true
},
"packages/playwright-ct-vue/node_modules/magic-string": {
"version": "0.25.9",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
"integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
"peer": true,
"dependencies": {
"sourcemap-codec": "^1.4.8"
}
},
"packages/playwright-ct-vue/node_modules/vue": {
"version": "3.2.36",
"license": "MIT",
"peer": true,
"dependencies": {
"@vue/compiler-dom": "3.2.36",
"@vue/compiler-sfc": "3.2.36",
"@vue/runtime-dom": "3.2.36",
"@vue/server-renderer": "3.2.36",
"@vue/shared": "3.2.36"
}
},
"packages/playwright-ct-vue2": {
"name": "@playwright/experimental-ct-vue2",
"version": "1.42.0-next",
@ -8570,6 +8546,41 @@
"node": ">=16"
}
},
"packages/playwright-ct-vue2/node_modules/@vitejs/plugin-vue2": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue2/-/plugin-vue2-2.3.1.tgz",
"integrity": "sha512-/ksaaz2SRLN11JQhLdEUhDzOn909WEk99q9t9w+N12GjQCljzv7GyvAbD/p20aBUjHkvpGOoQ+FCOkG+mjDF4A==",
"engines": {
"node": "^14.18.0 || >= 16.0.0"
},
"peerDependencies": {
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0",
"vue": "^2.7.0-0"
}
},
"packages/playwright-ct-vue2/node_modules/@vue/compiler-sfc": {
"version": "2.7.16",
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.16.tgz",
"integrity": "sha512-KWhJ9k5nXuNtygPU7+t1rX6baZeqOYLEforUPjgNDBnLicfHCoi48H87Q8XyLZOrNNsmhuwKqtpDQWjEFe6Ekg==",
"dependencies": {
"@babel/parser": "^7.23.5",
"postcss": "^8.4.14",
"source-map": "^0.6.1"
},
"optionalDependencies": {
"prettier": "^1.18.2 || ^2.0.0"
}
},
"packages/playwright-ct-vue2/node_modules/vue": {
"version": "2.7.16",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.7.16.tgz",
"integrity": "sha512-4gCtFXaAA3zYZdTp5s4Hl2sozuySsgz4jy1EnpBHNfpMa9dK1ZCG7viqBPCwXtmgc8nHqUsAu3G4gtmXkkY3Sw==",
"deprecated": "Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.",
"dependencies": {
"@vue/compiler-sfc": "2.7.16",
"csstype": "^3.1.0"
}
},
"packages/playwright-firefox": {
"version": "1.42.0-next",
"hasInstallScript": true,

View File

@ -51,16 +51,16 @@
],
"devDependencies": {
"@actions/core": "^1.10.0",
"@babel/cli": "^7.23.0",
"@babel/code-frame": "^7.22.13",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-logical-assignment-operators": "^7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@babel/plugin-transform-typescript": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/cli": "^7.23.4",
"@babel/code-frame": "^7.23.5",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
"@babel/plugin-transform-logical-assignment-operators": "^7.23.4",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
"@babel/plugin-transform-optional-chaining": "^7.23.4",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@types/babel__core": "^7.20.2",
"@types/codemirror": "^5.60.7",
"@types/formidable": "^2.0.4",

View File

@ -35,15 +35,6 @@
"devDependencies": {
"svelte": "^4.2.8"
},
"peerDependencies": {
"svelte": "^4.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0"
},
"peerDependenciesMeta": {
"@sveltejs/vite-plugin-svelte": {
"optional": true
}
},
"bin": {
"playwright": "cli.js"
}

View File

@ -5,34 +5,34 @@ THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
This project incorporates components from the projects listed below. The original copyright notices and the licenses under which Microsoft received such components are set forth below. Microsoft reserves all rights not expressly granted herein, whether by implication, estoppel or otherwise.
- @ampproject/remapping@2.2.1 (https://github.com/ampproject/remapping)
- @babel/code-frame@7.22.13 (https://github.com/babel/babel)
- @babel/code-frame@7.22.5 (https://github.com/babel/babel)
- @babel/compat-data@7.22.20 (https://github.com/babel/babel)
- @babel/core@7.23.2 (https://github.com/babel/babel)
- @babel/generator@7.23.0 (https://github.com/babel/babel)
- @babel/code-frame@7.23.5 (https://github.com/babel/babel)
- @babel/compat-data@7.23.5 (https://github.com/babel/babel)
- @babel/core@7.23.7 (https://github.com/babel/babel)
- @babel/generator@7.23.6 (https://github.com/babel/babel)
- @babel/helper-annotate-as-pure@7.22.5 (https://github.com/babel/babel)
- @babel/helper-compilation-targets@7.22.15 (https://github.com/babel/babel)
- @babel/helper-create-class-features-plugin@7.22.15 (https://github.com/babel/babel)
- @babel/helper-compilation-targets@7.23.6 (https://github.com/babel/babel)
- @babel/helper-create-class-features-plugin@7.23.7 (https://github.com/babel/babel)
- @babel/helper-environment-visitor@7.22.20 (https://github.com/babel/babel)
- @babel/helper-function-name@7.23.0 (https://github.com/babel/babel)
- @babel/helper-hoist-variables@7.22.5 (https://github.com/babel/babel)
- @babel/helper-member-expression-to-functions@7.23.0 (https://github.com/babel/babel)
- @babel/helper-module-imports@7.22.15 (https://github.com/babel/babel)
- @babel/helper-module-transforms@7.23.0 (https://github.com/babel/babel)
- @babel/helper-module-transforms@7.23.3 (https://github.com/babel/babel)
- @babel/helper-optimise-call-expression@7.22.5 (https://github.com/babel/babel)
- @babel/helper-plugin-utils@7.22.5 (https://github.com/babel/babel)
- @babel/helper-replace-supers@7.22.20 (https://github.com/babel/babel)
- @babel/helper-simple-access@7.22.5 (https://github.com/babel/babel)
- @babel/helper-skip-transparent-expression-wrappers@7.22.5 (https://github.com/babel/babel)
- @babel/helper-split-export-declaration@7.22.6 (https://github.com/babel/babel)
- @babel/helper-string-parser@7.22.5 (https://github.com/babel/babel)
- @babel/helper-string-parser@7.23.4 (https://github.com/babel/babel)
- @babel/helper-validator-identifier@7.22.20 (https://github.com/babel/babel)
- @babel/helper-validator-identifier@7.22.5 (https://github.com/babel/babel)
- @babel/helper-validator-option@7.22.15 (https://github.com/babel/babel)
- @babel/helpers@7.23.2 (https://github.com/babel/babel)
- @babel/highlight@7.22.20 (https://github.com/babel/babel)
- @babel/helper-validator-option@7.23.5 (https://github.com/babel/babel)
- @babel/helpers@7.23.8 (https://github.com/babel/babel)
- @babel/highlight@7.22.5 (https://github.com/babel/babel)
- @babel/parser@7.23.0 (https://github.com/babel/babel)
- @babel/highlight@7.23.4 (https://github.com/babel/babel)
- @babel/parser@7.23.6 (https://github.com/babel/babel)
- @babel/plugin-proposal-decorators@7.23.2 (https://github.com/babel/babel)
- @babel/plugin-proposal-explicit-resource-management@7.23.0 (https://github.com/babel/babel)
- @babel/plugin-syntax-async-generators@7.8.4 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators)
@ -43,7 +43,7 @@ This project incorporates components from the projects listed below. The origina
- @babel/plugin-syntax-export-namespace-from@7.8.3 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-namespace-from)
- @babel/plugin-syntax-import-assertions@7.22.5 (https://github.com/babel/babel)
- @babel/plugin-syntax-json-strings@7.8.3 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings)
- @babel/plugin-syntax-jsx@7.22.5 (https://github.com/babel/babel)
- @babel/plugin-syntax-jsx@7.23.3 (https://github.com/babel/babel)
- @babel/plugin-syntax-logical-assignment-operators@7.10.4 (https://github.com/babel/babel)
- @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator)
- @babel/plugin-syntax-numeric-separator@7.10.4 (https://github.com/babel/babel)
@ -51,24 +51,24 @@ This project incorporates components from the projects listed below. The origina
- @babel/plugin-syntax-optional-catch-binding@7.8.3 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding)
- @babel/plugin-syntax-optional-chaining@7.8.3 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining)
- @babel/plugin-syntax-private-property-in-object@7.14.5 (https://github.com/babel/babel)
- @babel/plugin-syntax-typescript@7.22.5 (https://github.com/babel/babel)
- @babel/plugin-transform-class-properties@7.22.5 (https://github.com/babel/babel)
- @babel/plugin-transform-class-static-block@7.22.11 (https://github.com/babel/babel)
- @babel/plugin-transform-dynamic-import@7.22.11 (https://github.com/babel/babel)
- @babel/plugin-transform-export-namespace-from@7.22.11 (https://github.com/babel/babel)
- @babel/plugin-transform-logical-assignment-operators@7.22.11 (https://github.com/babel/babel)
- @babel/plugin-transform-modules-commonjs@7.23.0 (https://github.com/babel/babel)
- @babel/plugin-transform-nullish-coalescing-operator@7.22.11 (https://github.com/babel/babel)
- @babel/plugin-transform-numeric-separator@7.22.11 (https://github.com/babel/babel)
- @babel/plugin-transform-optional-chaining@7.23.0 (https://github.com/babel/babel)
- @babel/plugin-transform-private-methods@7.22.5 (https://github.com/babel/babel)
- @babel/plugin-transform-private-property-in-object@7.22.11 (https://github.com/babel/babel)
- @babel/plugin-transform-react-jsx@7.22.15 (https://github.com/babel/babel)
- @babel/plugin-transform-typescript@7.22.15 (https://github.com/babel/babel)
- @babel/preset-typescript@7.23.2 (https://github.com/babel/babel)
- @babel/plugin-syntax-typescript@7.23.3 (https://github.com/babel/babel)
- @babel/plugin-transform-class-properties@7.23.3 (https://github.com/babel/babel)
- @babel/plugin-transform-class-static-block@7.23.4 (https://github.com/babel/babel)
- @babel/plugin-transform-dynamic-import@7.23.4 (https://github.com/babel/babel)
- @babel/plugin-transform-export-namespace-from@7.23.4 (https://github.com/babel/babel)
- @babel/plugin-transform-logical-assignment-operators@7.23.4 (https://github.com/babel/babel)
- @babel/plugin-transform-modules-commonjs@7.23.3 (https://github.com/babel/babel)
- @babel/plugin-transform-nullish-coalescing-operator@7.23.4 (https://github.com/babel/babel)
- @babel/plugin-transform-numeric-separator@7.23.4 (https://github.com/babel/babel)
- @babel/plugin-transform-optional-chaining@7.23.4 (https://github.com/babel/babel)
- @babel/plugin-transform-private-methods@7.23.3 (https://github.com/babel/babel)
- @babel/plugin-transform-private-property-in-object@7.23.4 (https://github.com/babel/babel)
- @babel/plugin-transform-react-jsx@7.23.4 (https://github.com/babel/babel)
- @babel/plugin-transform-typescript@7.23.6 (https://github.com/babel/babel)
- @babel/preset-typescript@7.23.3 (https://github.com/babel/babel)
- @babel/template@7.22.15 (https://github.com/babel/babel)
- @babel/traverse@7.23.2 (https://github.com/babel/babel)
- @babel/types@7.23.0 (https://github.com/babel/babel)
- @babel/traverse@7.23.7 (https://github.com/babel/babel)
- @babel/types@7.23.6 (https://github.com/babel/babel)
- @jest/expect-utils@29.5.0 (https://github.com/facebook/jest)
- @jest/schemas@29.4.3 (https://github.com/facebook/jest)
- @jest/types@29.5.0 (https://github.com/facebook/jest)
@ -92,9 +92,9 @@ This project incorporates components from the projects listed below. The origina
- anymatch@3.1.3 (https://github.com/micromatch/anymatch)
- binary-extensions@2.2.0 (https://github.com/sindresorhus/binary-extensions)
- braces@3.0.2 (https://github.com/micromatch/braces)
- browserslist@4.22.1 (https://github.com/browserslist/browserslist)
- browserslist@4.22.2 (https://github.com/browserslist/browserslist)
- buffer-from@1.1.2 (https://github.com/LinusU/buffer-from)
- caniuse-lite@1.0.30001541 (https://github.com/browserslist/caniuse-lite)
- caniuse-lite@1.0.30001579 (https://github.com/browserslist/caniuse-lite)
- chalk@2.4.2 (https://github.com/chalk/chalk)
- chalk@4.1.2 (https://github.com/chalk/chalk)
- chokidar@3.5.3 (https://github.com/paulmillr/chokidar)
@ -107,7 +107,7 @@ This project incorporates components from the projects listed below. The origina
- convert-source-map@2.0.0 (https://github.com/thlorenz/convert-source-map)
- debug@4.3.4 (https://github.com/debug-js/debug)
- diff-sequences@29.4.3 (https://github.com/facebook/jest)
- electron-to-chromium@1.4.535 (https://github.com/kilian/electron-to-chromium)
- electron-to-chromium@1.4.638 (https://github.com/kilian/electron-to-chromium)
- enquirer@2.3.6 (https://github.com/enquirer/enquirer)
- escalade@3.1.1 (https://github.com/lukeed/escalade)
- escape-string-regexp@1.0.5 (https://github.com/sindresorhus/escape-string-regexp)
@ -135,7 +135,7 @@ This project incorporates components from the projects listed below. The origina
- lru-cache@5.1.1 (https://github.com/isaacs/node-lru-cache)
- micromatch@4.0.5 (https://github.com/micromatch/micromatch)
- ms@2.1.2 (https://github.com/zeit/ms)
- node-releases@2.0.13 (https://github.com/chicoxyzzy/node-releases)
- node-releases@2.0.14 (https://github.com/chicoxyzzy/node-releases)
- normalize-path@3.0.0 (https://github.com/jonschlinkert/normalize-path)
- picocolors@1.0.0 (https://github.com/alexeyraspopov/picocolors)
- picomatch@2.3.1 (https://github.com/micromatch/picomatch)
@ -362,33 +362,6 @@ Apache License
=========================================
END OF @ampproject/remapping@2.2.1 AND INFORMATION
%% @babel/code-frame@7.22.13 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
Copyright (c) 2014-present Sebastian McKenzie and other contributors
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/code-frame@7.22.13 AND INFORMATION
%% @babel/code-frame@7.22.5 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -416,7 +389,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/code-frame@7.22.5 AND INFORMATION
%% @babel/compat-data@7.22.20 NOTICES AND INFORMATION BEGIN HERE
%% @babel/code-frame@7.23.5 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -441,9 +414,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/compat-data@7.22.20 AND INFORMATION
END OF @babel/code-frame@7.23.5 AND INFORMATION
%% @babel/core@7.23.2 NOTICES AND INFORMATION BEGIN HERE
%% @babel/compat-data@7.23.5 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -468,9 +441,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/core@7.23.2 AND INFORMATION
END OF @babel/compat-data@7.23.5 AND INFORMATION
%% @babel/generator@7.23.0 NOTICES AND INFORMATION BEGIN HERE
%% @babel/core@7.23.7 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -495,7 +468,34 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/generator@7.23.0 AND INFORMATION
END OF @babel/core@7.23.7 AND INFORMATION
%% @babel/generator@7.23.6 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
Copyright (c) 2014-present Sebastian McKenzie and other contributors
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/generator@7.23.6 AND INFORMATION
%% @babel/helper-annotate-as-pure@7.22.5 NOTICES AND INFORMATION BEGIN HERE
=========================================
@ -524,7 +524,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/helper-annotate-as-pure@7.22.5 AND INFORMATION
%% @babel/helper-compilation-targets@7.22.15 NOTICES AND INFORMATION BEGIN HERE
%% @babel/helper-compilation-targets@7.23.6 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -549,9 +549,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/helper-compilation-targets@7.22.15 AND INFORMATION
END OF @babel/helper-compilation-targets@7.23.6 AND INFORMATION
%% @babel/helper-create-class-features-plugin@7.22.15 NOTICES AND INFORMATION BEGIN HERE
%% @babel/helper-create-class-features-plugin@7.23.7 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -576,7 +576,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/helper-create-class-features-plugin@7.22.15 AND INFORMATION
END OF @babel/helper-create-class-features-plugin@7.23.7 AND INFORMATION
%% @babel/helper-environment-visitor@7.22.20 NOTICES AND INFORMATION BEGIN HERE
=========================================
@ -713,7 +713,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/helper-module-imports@7.22.15 AND INFORMATION
%% @babel/helper-module-transforms@7.23.0 NOTICES AND INFORMATION BEGIN HERE
%% @babel/helper-module-transforms@7.23.3 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -738,7 +738,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/helper-module-transforms@7.23.0 AND INFORMATION
END OF @babel/helper-module-transforms@7.23.3 AND INFORMATION
%% @babel/helper-optimise-call-expression@7.22.5 NOTICES AND INFORMATION BEGIN HERE
=========================================
@ -902,7 +902,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/helper-split-export-declaration@7.22.6 AND INFORMATION
%% @babel/helper-string-parser@7.22.5 NOTICES AND INFORMATION BEGIN HERE
%% @babel/helper-string-parser@7.23.4 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -927,7 +927,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/helper-string-parser@7.22.5 AND INFORMATION
END OF @babel/helper-string-parser@7.23.4 AND INFORMATION
%% @babel/helper-validator-identifier@7.22.20 NOTICES AND INFORMATION BEGIN HERE
=========================================
@ -983,7 +983,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/helper-validator-identifier@7.22.5 AND INFORMATION
%% @babel/helper-validator-option@7.22.15 NOTICES AND INFORMATION BEGIN HERE
%% @babel/helper-validator-option@7.23.5 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -1008,9 +1008,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/helper-validator-option@7.22.15 AND INFORMATION
END OF @babel/helper-validator-option@7.23.5 AND INFORMATION
%% @babel/helpers@7.23.2 NOTICES AND INFORMATION BEGIN HERE
%% @babel/helpers@7.23.8 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -1035,34 +1035,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/helpers@7.23.2 AND INFORMATION
%% @babel/highlight@7.22.20 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
Copyright (c) 2014-present Sebastian McKenzie and other contributors
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/highlight@7.22.20 AND INFORMATION
END OF @babel/helpers@7.23.8 AND INFORMATION
%% @babel/highlight@7.22.5 NOTICES AND INFORMATION BEGIN HERE
=========================================
@ -1091,7 +1064,34 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/highlight@7.22.5 AND INFORMATION
%% @babel/parser@7.23.0 NOTICES AND INFORMATION BEGIN HERE
%% @babel/highlight@7.23.4 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
Copyright (c) 2014-present Sebastian McKenzie and other contributors
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/highlight@7.23.4 AND INFORMATION
%% @babel/parser@7.23.6 NOTICES AND INFORMATION BEGIN HERE
=========================================
Copyright (C) 2012-2014 by various contributors (see AUTHORS)
@ -1113,7 +1113,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
=========================================
END OF @babel/parser@7.23.0 AND INFORMATION
END OF @babel/parser@7.23.6 AND INFORMATION
%% @babel/plugin-proposal-decorators@7.23.2 NOTICES AND INFORMATION BEGIN HERE
=========================================
@ -1385,7 +1385,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/plugin-syntax-json-strings@7.8.3 AND INFORMATION
%% @babel/plugin-syntax-jsx@7.22.5 NOTICES AND INFORMATION BEGIN HERE
%% @babel/plugin-syntax-jsx@7.23.3 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -1410,7 +1410,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/plugin-syntax-jsx@7.22.5 AND INFORMATION
END OF @babel/plugin-syntax-jsx@7.23.3 AND INFORMATION
%% @babel/plugin-syntax-logical-assignment-operators@7.10.4 NOTICES AND INFORMATION BEGIN HERE
=========================================
@ -1601,7 +1601,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/plugin-syntax-private-property-in-object@7.14.5 AND INFORMATION
%% @babel/plugin-syntax-typescript@7.22.5 NOTICES AND INFORMATION BEGIN HERE
%% @babel/plugin-syntax-typescript@7.23.3 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -1626,9 +1626,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/plugin-syntax-typescript@7.22.5 AND INFORMATION
END OF @babel/plugin-syntax-typescript@7.23.3 AND INFORMATION
%% @babel/plugin-transform-class-properties@7.22.5 NOTICES AND INFORMATION BEGIN HERE
%% @babel/plugin-transform-class-properties@7.23.3 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -1653,9 +1653,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/plugin-transform-class-properties@7.22.5 AND INFORMATION
END OF @babel/plugin-transform-class-properties@7.23.3 AND INFORMATION
%% @babel/plugin-transform-class-static-block@7.22.11 NOTICES AND INFORMATION BEGIN HERE
%% @babel/plugin-transform-class-static-block@7.23.4 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -1680,9 +1680,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/plugin-transform-class-static-block@7.22.11 AND INFORMATION
END OF @babel/plugin-transform-class-static-block@7.23.4 AND INFORMATION
%% @babel/plugin-transform-dynamic-import@7.22.11 NOTICES AND INFORMATION BEGIN HERE
%% @babel/plugin-transform-dynamic-import@7.23.4 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -1707,9 +1707,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/plugin-transform-dynamic-import@7.22.11 AND INFORMATION
END OF @babel/plugin-transform-dynamic-import@7.23.4 AND INFORMATION
%% @babel/plugin-transform-export-namespace-from@7.22.11 NOTICES AND INFORMATION BEGIN HERE
%% @babel/plugin-transform-export-namespace-from@7.23.4 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -1734,9 +1734,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/plugin-transform-export-namespace-from@7.22.11 AND INFORMATION
END OF @babel/plugin-transform-export-namespace-from@7.23.4 AND INFORMATION
%% @babel/plugin-transform-logical-assignment-operators@7.22.11 NOTICES AND INFORMATION BEGIN HERE
%% @babel/plugin-transform-logical-assignment-operators@7.23.4 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -1761,9 +1761,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/plugin-transform-logical-assignment-operators@7.22.11 AND INFORMATION
END OF @babel/plugin-transform-logical-assignment-operators@7.23.4 AND INFORMATION
%% @babel/plugin-transform-modules-commonjs@7.23.0 NOTICES AND INFORMATION BEGIN HERE
%% @babel/plugin-transform-modules-commonjs@7.23.3 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -1788,9 +1788,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/plugin-transform-modules-commonjs@7.23.0 AND INFORMATION
END OF @babel/plugin-transform-modules-commonjs@7.23.3 AND INFORMATION
%% @babel/plugin-transform-nullish-coalescing-operator@7.22.11 NOTICES AND INFORMATION BEGIN HERE
%% @babel/plugin-transform-nullish-coalescing-operator@7.23.4 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -1815,9 +1815,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/plugin-transform-nullish-coalescing-operator@7.22.11 AND INFORMATION
END OF @babel/plugin-transform-nullish-coalescing-operator@7.23.4 AND INFORMATION
%% @babel/plugin-transform-numeric-separator@7.22.11 NOTICES AND INFORMATION BEGIN HERE
%% @babel/plugin-transform-numeric-separator@7.23.4 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -1842,9 +1842,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/plugin-transform-numeric-separator@7.22.11 AND INFORMATION
END OF @babel/plugin-transform-numeric-separator@7.23.4 AND INFORMATION
%% @babel/plugin-transform-optional-chaining@7.23.0 NOTICES AND INFORMATION BEGIN HERE
%% @babel/plugin-transform-optional-chaining@7.23.4 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -1869,9 +1869,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/plugin-transform-optional-chaining@7.23.0 AND INFORMATION
END OF @babel/plugin-transform-optional-chaining@7.23.4 AND INFORMATION
%% @babel/plugin-transform-private-methods@7.22.5 NOTICES AND INFORMATION BEGIN HERE
%% @babel/plugin-transform-private-methods@7.23.3 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -1896,9 +1896,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/plugin-transform-private-methods@7.22.5 AND INFORMATION
END OF @babel/plugin-transform-private-methods@7.23.3 AND INFORMATION
%% @babel/plugin-transform-private-property-in-object@7.22.11 NOTICES AND INFORMATION BEGIN HERE
%% @babel/plugin-transform-private-property-in-object@7.23.4 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -1923,9 +1923,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/plugin-transform-private-property-in-object@7.22.11 AND INFORMATION
END OF @babel/plugin-transform-private-property-in-object@7.23.4 AND INFORMATION
%% @babel/plugin-transform-react-jsx@7.22.15 NOTICES AND INFORMATION BEGIN HERE
%% @babel/plugin-transform-react-jsx@7.23.4 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -1950,9 +1950,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/plugin-transform-react-jsx@7.22.15 AND INFORMATION
END OF @babel/plugin-transform-react-jsx@7.23.4 AND INFORMATION
%% @babel/plugin-transform-typescript@7.22.15 NOTICES AND INFORMATION BEGIN HERE
%% @babel/plugin-transform-typescript@7.23.6 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -1977,9 +1977,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/plugin-transform-typescript@7.22.15 AND INFORMATION
END OF @babel/plugin-transform-typescript@7.23.6 AND INFORMATION
%% @babel/preset-typescript@7.23.2 NOTICES AND INFORMATION BEGIN HERE
%% @babel/preset-typescript@7.23.3 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -2004,7 +2004,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/preset-typescript@7.23.2 AND INFORMATION
END OF @babel/preset-typescript@7.23.3 AND INFORMATION
%% @babel/template@7.22.15 NOTICES AND INFORMATION BEGIN HERE
=========================================
@ -2033,7 +2033,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/template@7.22.15 AND INFORMATION
%% @babel/traverse@7.23.2 NOTICES AND INFORMATION BEGIN HERE
%% @babel/traverse@7.23.7 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -2058,9 +2058,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/traverse@7.23.2 AND INFORMATION
END OF @babel/traverse@7.23.7 AND INFORMATION
%% @babel/types@7.23.0 NOTICES AND INFORMATION BEGIN HERE
%% @babel/types@7.23.6 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
@ -2085,7 +2085,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF @babel/types@7.23.0 AND INFORMATION
END OF @babel/types@7.23.6 AND INFORMATION
%% @jest/expect-utils@29.5.0 NOTICES AND INFORMATION BEGIN HERE
=========================================
@ -2625,7 +2625,7 @@ THE SOFTWARE.
=========================================
END OF braces@3.0.2 AND INFORMATION
%% browserslist@4.22.1 NOTICES AND INFORMATION BEGIN HERE
%% browserslist@4.22.2 NOTICES AND INFORMATION BEGIN HERE
=========================================
The MIT License (MIT)
@ -2648,7 +2648,7 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF browserslist@4.22.1 AND INFORMATION
END OF browserslist@4.22.2 AND INFORMATION
%% buffer-from@1.1.2 NOTICES AND INFORMATION BEGIN HERE
=========================================
@ -2676,7 +2676,7 @@ SOFTWARE.
=========================================
END OF buffer-from@1.1.2 AND INFORMATION
%% caniuse-lite@1.0.30001541 NOTICES AND INFORMATION BEGIN HERE
%% caniuse-lite@1.0.30001579 NOTICES AND INFORMATION BEGIN HERE
=========================================
Attribution 4.0 International
@ -3074,7 +3074,7 @@ public licenses.
Creative Commons may be contacted at creativecommons.org.
=========================================
END OF caniuse-lite@1.0.30001541 AND INFORMATION
END OF caniuse-lite@1.0.30001579 AND INFORMATION
%% chalk@2.4.2 NOTICES AND INFORMATION BEGIN HERE
=========================================
@ -3336,7 +3336,7 @@ SOFTWARE.
=========================================
END OF diff-sequences@29.4.3 AND INFORMATION
%% electron-to-chromium@1.4.535 NOTICES AND INFORMATION BEGIN HERE
%% electron-to-chromium@1.4.638 NOTICES AND INFORMATION BEGIN HERE
=========================================
Copyright 2018 Kilian Valkhof
@ -3344,7 +3344,7 @@ Permission to use, copy, modify, and/or distribute this software for any purpose
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
=========================================
END OF electron-to-chromium@1.4.535 AND INFORMATION
END OF electron-to-chromium@1.4.638 AND INFORMATION
%% enquirer@2.3.6 NOTICES AND INFORMATION BEGIN HERE
=========================================
@ -3945,7 +3945,7 @@ SOFTWARE.
=========================================
END OF ms@2.1.2 AND INFORMATION
%% node-releases@2.0.13 NOTICES AND INFORMATION BEGIN HERE
%% node-releases@2.0.14 NOTICES AND INFORMATION BEGIN HERE
=========================================
The MIT License
@ -3969,7 +3969,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
=========================================
END OF node-releases@2.0.13 AND INFORMATION
END OF node-releases@2.0.14 AND INFORMATION
%% normalize-path@3.0.0 NOTICES AND INFORMATION BEGIN HERE
=========================================

File diff suppressed because it is too large Load Diff

View File

@ -9,10 +9,10 @@
"generate-license": "node ../../../../utils/generate_third_party_notice.js"
},
"dependencies": {
"@babel/code-frame": "^7.22.13",
"@babel/core": "^7.23.2",
"@babel/code-frame": "^7.23.5",
"@babel/core": "^7.23.7",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/parser": "^7.23.0",
"@babel/parser": "^7.23.6",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/plugin-proposal-explicit-resource-management": "^7.23.0",
"@babel/plugin-syntax-async-generators": "^7.8.4",
@ -20,19 +20,19 @@
"@babel/plugin-syntax-json-strings": "^7.8.3",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-class-static-block": "^7.22.11",
"@babel/plugin-transform-dynamic-import": "^7.22.11",
"@babel/plugin-transform-export-namespace-from": "^7.22.11",
"@babel/plugin-transform-logical-assignment-operators": "^7.22.11",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
"@babel/plugin-transform-numeric-separator": "^7.22.11",
"@babel/plugin-transform-optional-chaining": "^7.23.0",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/preset-typescript": "^7.23.2"
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-class-static-block": "^7.23.4",
"@babel/plugin-transform-dynamic-import": "^7.23.4",
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
"@babel/plugin-transform-logical-assignment-operators": "^7.23.4",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
"@babel/plugin-transform-numeric-separator": "^7.23.4",
"@babel/plugin-transform-optional-chaining": "^7.23.4",
"@babel/plugin-transform-private-methods": "^7.23.3",
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/preset-typescript": "^7.23.3"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.4",

View File

@ -10,7 +10,7 @@ export type HooksConfig = {
beforeMount<HooksConfig>(async ({ app, hooksConfig }) => {
if (hooksConfig?.routing)
app.use(router);
app.use(router as any);
app.component('Button', Button);
console.log(`Before mount: ${JSON.stringify(hooksConfig)}, app: ${!!app}`);
});