mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Deps updatre
This commit is contained in:
parent
fc08015f92
commit
e114be8de0
2 changed files with 16 additions and 16 deletions
28
package-lock.json
generated
28
package-lock.json
generated
|
@ -15,8 +15,8 @@
|
|||
"@types/offscreencanvas": "^2019.7.0",
|
||||
"@types/source-map": "^0.5.7",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"dts-dom": "^3.6.0",
|
||||
"eslint": "^8.31.0",
|
||||
"dts-dom": "^3.7.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-plugin-es5": "^1.5.0",
|
||||
"exports-loader": "^4.0.0",
|
||||
"fs-extra": "^11.1.0",
|
||||
|
@ -934,9 +934,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/dts-dom": {
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/dts-dom/-/dts-dom-3.6.0.tgz",
|
||||
"integrity": "sha512-on5jxTgt+A6r0Zyyz6ZRHXaAO7J1VPnOd6+AmvI1vH440AlAZZNc5rUHzgPuTjGlrVr1rOWQYNl7ZJK6rDohbw==",
|
||||
"version": "3.7.0",
|
||||
"resolved": "https://registry.npmjs.org/dts-dom/-/dts-dom-3.7.0.tgz",
|
||||
"integrity": "sha512-WnmiiHfhtcYS+DyGd2Rq3J6QA3ATVBdKtlrhutc/VzQVFoBgNDm+gnYc5gZizsXAI0xQ2frZntT5IJFeB2qQIg==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/electron-to-chromium": {
|
||||
|
@ -1016,9 +1016,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint": {
|
||||
"version": "8.31.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.31.0.tgz",
|
||||
"integrity": "sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==",
|
||||
"version": "8.32.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.32.0.tgz",
|
||||
"integrity": "sha512-nETVXpnthqKPFyuY2FNjz/bEd6nbosRgKbkgS/y1C7LJop96gYHWpiguLecMHQ2XCPxn77DS0P+68WzG6vkZSQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@eslint/eslintrc": "^1.4.1",
|
||||
|
@ -4161,9 +4161,9 @@
|
|||
}
|
||||
},
|
||||
"dts-dom": {
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/dts-dom/-/dts-dom-3.6.0.tgz",
|
||||
"integrity": "sha512-on5jxTgt+A6r0Zyyz6ZRHXaAO7J1VPnOd6+AmvI1vH440AlAZZNc5rUHzgPuTjGlrVr1rOWQYNl7ZJK6rDohbw==",
|
||||
"version": "3.7.0",
|
||||
"resolved": "https://registry.npmjs.org/dts-dom/-/dts-dom-3.7.0.tgz",
|
||||
"integrity": "sha512-WnmiiHfhtcYS+DyGd2Rq3J6QA3ATVBdKtlrhutc/VzQVFoBgNDm+gnYc5gZizsXAI0xQ2frZntT5IJFeB2qQIg==",
|
||||
"dev": true
|
||||
},
|
||||
"electron-to-chromium": {
|
||||
|
@ -4222,9 +4222,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"eslint": {
|
||||
"version": "8.31.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.31.0.tgz",
|
||||
"integrity": "sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==",
|
||||
"version": "8.32.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.32.0.tgz",
|
||||
"integrity": "sha512-nETVXpnthqKPFyuY2FNjz/bEd6nbosRgKbkgS/y1C7LJop96gYHWpiguLecMHQ2XCPxn77DS0P+68WzG6vkZSQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@eslint/eslintrc": "^1.4.1",
|
||||
|
|
|
@ -77,8 +77,8 @@
|
|||
"@types/offscreencanvas": "^2019.7.0",
|
||||
"@types/source-map": "^0.5.7",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"dts-dom": "^3.6.0",
|
||||
"eslint": "^8.31.0",
|
||||
"dts-dom": "^3.7.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-plugin-es5": "^1.5.0",
|
||||
"exports-loader": "^4.0.0",
|
||||
"fs-extra": "^11.1.0",
|
||||
|
|
Loading…
Reference in a new issue