Upgraded TypeScript and Webpack

This commit is contained in:
Richard Davey 2023-03-31 14:13:51 +01:00
parent fa0240872c
commit 8ac4db645e
2 changed files with 16 additions and 16 deletions

28
package-lock.json generated
View file

@ -28,9 +28,9 @@
"remove-files-webpack-plugin": "^1.5.0",
"source-map": "^0.7.4",
"terser-webpack-plugin": "^5.3.7",
"typescript": "^5.0.2",
"typescript": "^5.0.3",
"vivid-cli": "^1.1.2",
"webpack": "^5.76.3",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"webpack-shell-plugin": "^0.5.0"
}
@ -3092,9 +3092,9 @@
}
},
"node_modules/typescript": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz",
"integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -3216,9 +3216,9 @@
}
},
"node_modules/webpack": {
"version": "5.76.3",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.3.tgz",
"integrity": "sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==",
"version": "5.77.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.77.0.tgz",
"integrity": "sha512-sbGNjBr5Ya5ss91yzjeJTLKyfiwo5C628AFjEa6WSXcZa4E+F57om3Cc8xLb1Jh0b243AWuSYRf3dn7HVeFQ9Q==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.3",
@ -5731,9 +5731,9 @@
"dev": true
},
"typescript": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
"integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz",
"integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==",
"dev": true
},
"uc.micro": {
@ -5822,9 +5822,9 @@
}
},
"webpack": {
"version": "5.76.3",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.3.tgz",
"integrity": "sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==",
"version": "5.77.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.77.0.tgz",
"integrity": "sha512-sbGNjBr5Ya5ss91yzjeJTLKyfiwo5C628AFjEa6WSXcZa4E+F57om3Cc8xLb1Jh0b243AWuSYRf3dn7HVeFQ9Q==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.3",

View file

@ -91,9 +91,9 @@
"remove-files-webpack-plugin": "^1.5.0",
"source-map": "^0.7.4",
"terser-webpack-plugin": "^5.3.7",
"typescript": "^5.0.2",
"typescript": "^5.0.3",
"vivid-cli": "^1.1.2",
"webpack": "^5.76.3",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"webpack-shell-plugin": "^0.5.0"
},