mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 22:02:53 -04:00
fix(deps): update dependency camelcase to v5
This commit is contained in:
committed by
Zoltan Kochan
parent
6186890ed4
commit
2ab71dcf68
@@ -32,7 +32,7 @@
|
||||
"@types/camelcase": "^4.1.0",
|
||||
"@types/node": "^9.4.6 || 10",
|
||||
"@types/which": "^1.3.1",
|
||||
"camelcase": "^4.1.0",
|
||||
"camelcase": "^5.0.0",
|
||||
"npm-conf": "^1.1.3",
|
||||
"which": "^1.3.0"
|
||||
},
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
dependencies:
|
||||
'@pnpm/config': 'link:'
|
||||
'@types/camelcase': 4.1.0
|
||||
'@types/node': 10.0.8
|
||||
'@types/which': 1.3.1
|
||||
camelcase: 4.1.0
|
||||
camelcase: 5.0.0
|
||||
npm-conf: 1.1.3
|
||||
which: 1.3.0
|
||||
devDependencies:
|
||||
@@ -476,10 +475,17 @@ packages:
|
||||
resolution:
|
||||
integrity: sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=
|
||||
/camelcase/4.1.0:
|
||||
dev: true
|
||||
engines:
|
||||
node: '>=4'
|
||||
resolution:
|
||||
integrity: sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=
|
||||
/camelcase/5.0.0:
|
||||
dev: false
|
||||
engines:
|
||||
node: '>=6'
|
||||
resolution:
|
||||
integrity: sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==
|
||||
/capture-stack-trace/1.0.0:
|
||||
dev: true
|
||||
engines:
|
||||
@@ -3011,7 +3017,7 @@ specifiers:
|
||||
'@types/node': ^9.4.6 || 10
|
||||
'@types/tape': ^4.2.32
|
||||
'@types/which': ^1.3.1
|
||||
camelcase: ^4.1.0
|
||||
camelcase: ^5.0.0
|
||||
mos: ^2.0.0-alpha.3
|
||||
mos-plugin-readme: ^1.0.4
|
||||
npm-conf: ^1.1.3
|
||||
|
||||
Reference in New Issue
Block a user