chore: lock the version
This commit is contained in:
parent
7cd21e6a87
commit
0f140a61b2
5
.npmrc
5
.npmrc
@ -1,5 +1,8 @@
|
|||||||
# China mirror of npm
|
# China mirror of npm
|
||||||
# registry = https://registry.npmmirror.com
|
registry = https://registry.npmmirror.com
|
||||||
|
|
||||||
# 通过该配置兜底解决组件没有类型提示的问题
|
# 通过该配置兜底解决组件没有类型提示的问题
|
||||||
shamefully-hoist = true
|
shamefully-hoist = true
|
||||||
|
|
||||||
|
# 安装依赖时锁定版本号
|
||||||
|
save-exact = true
|
||||||
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@ -663,8 +663,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==}
|
resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==}
|
||||||
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
|
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
|
||||||
|
|
||||||
'@polka/url@1.0.0-next.27':
|
'@polka/url@1.0.0-next.28':
|
||||||
resolution: {integrity: sha512-MU0SYgcrBdSVLu7Tfow3VY4z1odzlaTYRjt3WQ0z8XbjDWReuy+EALt2HdjhrwD2HPiW2GY+KTSw4HLv4C/EOA==}
|
resolution: {integrity: sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==}
|
||||||
|
|
||||||
'@rollup/pluginutils@5.1.0':
|
'@rollup/pluginutils@5.1.0':
|
||||||
resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==}
|
resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==}
|
||||||
@ -3898,7 +3898,7 @@ snapshots:
|
|||||||
|
|
||||||
'@pkgr/core@0.1.1': {}
|
'@pkgr/core@0.1.1': {}
|
||||||
|
|
||||||
'@polka/url@1.0.0-next.27': {}
|
'@polka/url@1.0.0-next.28': {}
|
||||||
|
|
||||||
'@rollup/pluginutils@5.1.0(rollup@4.22.0)':
|
'@rollup/pluginutils@5.1.0(rollup@4.22.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -6442,7 +6442,7 @@ snapshots:
|
|||||||
|
|
||||||
sirv@2.0.4:
|
sirv@2.0.4:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@polka/url': 1.0.0-next.27
|
'@polka/url': 1.0.0-next.28
|
||||||
mrmime: 2.0.0
|
mrmime: 2.0.0
|
||||||
totalist: 3.0.1
|
totalist: 3.0.1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user