mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Deps update
This commit is contained in:
parent
93c182f8f9
commit
3a1656ebbb
2 changed files with 8 additions and 9 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
@ -5,7 +5,6 @@
|
|||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "phaser",
|
||||
"version": "3.60.0-beta.4",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
@ -28,7 +27,7 @@
|
|||
"terser-webpack-plugin": "^5.2.5",
|
||||
"typescript": "^4.4.4",
|
||||
"vivid-cli": "^1.1.2",
|
||||
"webpack": "^5.62.1",
|
||||
"webpack": "^5.62.2",
|
||||
"webpack-cli": "^4.9.1",
|
||||
"webpack-shell-plugin": "^0.5.0"
|
||||
}
|
||||
|
@ -3028,9 +3027,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/webpack": {
|
||||
"version": "5.62.1",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.62.1.tgz",
|
||||
"integrity": "sha512-jNLtnWChS2CMZ7vqWtztv0G6fYB5hz11Zsadp5tE7e4/66zVDj7/KUeQZOsOl8Hz5KrLJH1h2eIDl6AnlyE12Q==",
|
||||
"version": "5.62.2",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.62.2.tgz",
|
||||
"integrity": "sha512-GDJymz2MEpfcLoLHQFtV72raCVsuQtlUHeeNixbYh5DkFombEhoLyto3GU8xA42VfRXR7pxrYQ75Sd+YelFe5A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/eslint-scope": "^3.7.0",
|
||||
|
@ -5542,9 +5541,9 @@
|
|||
}
|
||||
},
|
||||
"webpack": {
|
||||
"version": "5.62.1",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.62.1.tgz",
|
||||
"integrity": "sha512-jNLtnWChS2CMZ7vqWtztv0G6fYB5hz11Zsadp5tE7e4/66zVDj7/KUeQZOsOl8Hz5KrLJH1h2eIDl6AnlyE12Q==",
|
||||
"version": "5.62.2",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.62.2.tgz",
|
||||
"integrity": "sha512-GDJymz2MEpfcLoLHQFtV72raCVsuQtlUHeeNixbYh5DkFombEhoLyto3GU8xA42VfRXR7pxrYQ75Sd+YelFe5A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/eslint-scope": "^3.7.0",
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
"terser-webpack-plugin": "^5.2.5",
|
||||
"typescript": "^4.4.4",
|
||||
"vivid-cli": "^1.1.2",
|
||||
"webpack": "^5.62.1",
|
||||
"webpack": "^5.62.2",
|
||||
"webpack-cli": "^4.9.1",
|
||||
"webpack-shell-plugin": "^0.5.0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue