build(aklive2d): update deps
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"generate": "node aklive2d generate",
|
|
||||||
"dev": "node aklive2d dev",
|
"dev": "node aklive2d dev",
|
||||||
"build": "node aklive2d build",
|
"build": "node aklive2d build",
|
||||||
"build-all": "node aklive2d build-all",
|
"build-all": "node aklive2d build-all",
|
||||||
@@ -32,7 +31,7 @@
|
|||||||
"eslint-plugin-react-hooks": "^4.6.0",
|
"eslint-plugin-react-hooks": "^4.6.0",
|
||||||
"postcss": "^8.4.24",
|
"postcss": "^8.4.24",
|
||||||
"prop-types": "^15.8.1",
|
"prop-types": "^15.8.1",
|
||||||
"rollup": "^3.25.1",
|
"rollup": "^3.25.2",
|
||||||
"sass": "^1.63.6",
|
"sass": "^1.63.6",
|
||||||
"stylelint": "^15.9.0",
|
"stylelint": "^15.9.0",
|
||||||
"stylelint-config-standard": "^30.0.1",
|
"stylelint-config-standard": "^30.0.1",
|
||||||
|
|||||||
16
pnpm-lock.yaml
generated
16
pnpm-lock.yaml
generated
@@ -41,7 +41,7 @@ dependencies:
|
|||||||
devDependencies:
|
devDependencies:
|
||||||
'@perfsee/rollup':
|
'@perfsee/rollup':
|
||||||
specifier: ^1.8.2
|
specifier: ^1.8.2
|
||||||
version: 1.8.2(rollup@3.25.1)
|
version: 1.8.2(rollup@3.25.2)
|
||||||
'@types/react':
|
'@types/react':
|
||||||
specifier: ^18.2.14
|
specifier: ^18.2.14
|
||||||
version: 18.2.14
|
version: 18.2.14
|
||||||
@@ -70,8 +70,8 @@ devDependencies:
|
|||||||
specifier: ^15.8.1
|
specifier: ^15.8.1
|
||||||
version: 15.8.1
|
version: 15.8.1
|
||||||
rollup:
|
rollup:
|
||||||
specifier: ^3.25.1
|
specifier: ^3.25.2
|
||||||
version: 3.25.1
|
version: 3.25.2
|
||||||
sass:
|
sass:
|
||||||
specifier: ^1.63.6
|
specifier: ^1.63.6
|
||||||
version: 1.63.6
|
version: 1.63.6
|
||||||
@@ -491,7 +491,7 @@ packages:
|
|||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@perfsee/rollup@1.8.2(rollup@3.25.1):
|
/@perfsee/rollup@1.8.2(rollup@3.25.2):
|
||||||
resolution: {integrity: sha512-dkvVGh5kyg1UVVzj9l1ogHeIsMMcnTPYYpiKneptbB2v5JzHoh5SugL+bA3QKnExC5A5txrCQuV4ztqX6CxGGQ==}
|
resolution: {integrity: sha512-dkvVGh5kyg1UVVzj9l1ogHeIsMMcnTPYYpiKneptbB2v5JzHoh5SugL+bA3QKnExC5A5txrCQuV4ztqX6CxGGQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
rollup: '>2'
|
rollup: '>2'
|
||||||
@@ -500,7 +500,7 @@ packages:
|
|||||||
'@perfsee/plugin-utils': 1.8.2
|
'@perfsee/plugin-utils': 1.8.2
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
rollup: 3.25.1
|
rollup: 3.25.2
|
||||||
tslib: 2.5.3
|
tslib: 2.5.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- encoding
|
- encoding
|
||||||
@@ -2807,8 +2807,8 @@ packages:
|
|||||||
glob: 7.2.3
|
glob: 7.2.3
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/rollup@3.25.1:
|
/rollup@3.25.2:
|
||||||
resolution: {integrity: sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==}
|
resolution: {integrity: sha512-VLnkxZMDr3jpxgtmS8pQZ0UvhslmF4ADq/9w4erkctbgjCqLW9oa89fJuXEs4ZmgyoF7Dm8rMDKSS5b5u2hHUg==}
|
||||||
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
|
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
@@ -3392,7 +3392,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
esbuild: 0.17.19
|
esbuild: 0.17.19
|
||||||
postcss: 8.4.24
|
postcss: 8.4.24
|
||||||
rollup: 3.25.1
|
rollup: 3.25.2
|
||||||
sass: 1.63.6
|
sass: 1.63.6
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.3.2
|
fsevents: 2.3.2
|
||||||
|
|||||||
Reference in New Issue
Block a user