mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 00:24:34 +01:00
Fix some npm deprecated warnings
This commit is contained in:
parent
046bd4f042
commit
a2df0b0b12
1782
package-lock.json
generated
1782
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -14,9 +14,9 @@
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
"@babel/core": "^7.14.6",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "^7.22.10",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@babel/plugin-transform-class-properties": "^7.18.6",
|
||||
"@babel/preset-env": "^7.23.3",
|
||||
"@babel/preset-typescript": "^7.14.5",
|
||||
"@custom-elements-manifest/analyzer": "^0.8.4",
|
||||
"@interactjs/interactjs": "^1.10.11",
|
||||
|
@ -137,7 +137,7 @@ const config = {
|
||||
},
|
||||
plugins: [
|
||||
['@babel/plugin-proposal-decorators', {legacy: true}],
|
||||
['@babel/plugin-proposal-class-properties', {loose: false}]
|
||||
['@babel/plugin-transform-class-properties', {loose: false}]
|
||||
],
|
||||
presets: [
|
||||
['@babel/preset-typescript', {
|
||||
|
Loading…
Reference in New Issue
Block a user