Upgrade typescript and webpack

This commit is contained in:
Richard Davey 2023-03-17 16:05:37 +00:00
parent 6370e16b5d
commit 1ef683fe2c
2 changed files with 17 additions and 17 deletions

30
package-lock.json generated
View file

@ -28,9 +28,9 @@
"remove-files-webpack-plugin": "^1.5.0", "remove-files-webpack-plugin": "^1.5.0",
"source-map": "^0.7.4", "source-map": "^0.7.4",
"terser-webpack-plugin": "^5.3.7", "terser-webpack-plugin": "^5.3.7",
"typescript": "^4.9.5", "typescript": "^5.0.2",
"vivid-cli": "^1.1.2", "vivid-cli": "^1.1.2",
"webpack": "^5.76.1", "webpack": "^5.76.2",
"webpack-cli": "^5.0.1", "webpack-cli": "^5.0.1",
"webpack-shell-plugin": "^0.5.0" "webpack-shell-plugin": "^0.5.0"
} }
@ -3089,16 +3089,16 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.9.5", "version": "5.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
}, },
"engines": { "engines": {
"node": ">=4.2.0" "node": ">=12.20"
} }
}, },
"node_modules/uc.micro": { "node_modules/uc.micro": {
@ -3213,9 +3213,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.76.1", "version": "5.76.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.1.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.2.tgz",
"integrity": "sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==", "integrity": "sha512-Th05ggRm23rVzEOlX8y67NkYCHa9nTNcwHPBhdg+lKG+mtiW7XgggjAeeLnADAe7mLjJ6LUNfgHAuRRh+Z6J7w==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",
@ -5728,9 +5728,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "4.9.5", "version": "5.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"dev": true "dev": true
}, },
"uc.micro": { "uc.micro": {
@ -5819,9 +5819,9 @@
} }
}, },
"webpack": { "webpack": {
"version": "5.76.1", "version": "5.76.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.1.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.2.tgz",
"integrity": "sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==", "integrity": "sha512-Th05ggRm23rVzEOlX8y67NkYCHa9nTNcwHPBhdg+lKG+mtiW7XgggjAeeLnADAe7mLjJ6LUNfgHAuRRh+Z6J7w==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",

View file

@ -90,9 +90,9 @@
"remove-files-webpack-plugin": "^1.5.0", "remove-files-webpack-plugin": "^1.5.0",
"source-map": "^0.7.4", "source-map": "^0.7.4",
"terser-webpack-plugin": "^5.3.7", "terser-webpack-plugin": "^5.3.7",
"typescript": "^4.9.5", "typescript": "^5.0.2",
"vivid-cli": "^1.1.2", "vivid-cli": "^1.1.2",
"webpack": "^5.76.1", "webpack": "^5.76.2",
"webpack-cli": "^5.0.1", "webpack-cli": "^5.0.1",
"webpack-shell-plugin": "^0.5.0" "webpack-shell-plugin": "^0.5.0"
}, },