Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
feat: update the pms
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jun 18, 2018
1 parent 9d4b443 commit ae39905
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 17 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"get-folder-size": "^1.0.0",
"load-yaml-file": "^0.1.0",
"mkdirp": "^0.5.1",
"npm": "^5.8.0",
"npm": "^6.1.0",
"path-key": "^2.0.1",
"pnpm": "^1.41.1",
"pnpm": "^2.7.0",
"pretty-bytes": "^4.0.2",
"pretty-ms": "^2.1.0",
"rimraf": "^2.5.4",
"thenify": "^3.2.1",
"write-yaml-file": "^1.0.0",
"yarn": "^1.6.0"
"yarn": "^1.7.0"
},
"devDependencies": {
"standard": "^10.0.2"
Expand Down
38 changes: 24 additions & 14 deletions shrinkwrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ dependencies:
get-folder-size: 1.0.1
load-yaml-file: 0.1.0
mkdirp: 0.5.1
npm: 5.8.0
npm: 6.1.0
path-key: 2.0.1
pnpm: 1.41.1
pnpm: 2.7.0
pretty-bytes: 4.0.2
pretty-ms: 2.1.0
rimraf: 2.6.2
thenify: 3.3.0
write-yaml-file: 1.0.0
yarn: 1.6.0
yarn: 1.7.0
devDependencies:
standard: 10.0.3
packages:
Expand Down Expand Up @@ -1060,14 +1060,15 @@ packages:
dev: true
resolution:
integrity: sha1-yobR/ogoFpsBICCOPchCS524NCw=
/npm/5.8.0:
/npm/6.1.0:
bundledDependencies:
- abbrev
- ansi-regex
- ansicolors
- ansistyles
- aproba
- archy
- byte-size
- cacache
- call-limit
- bluebird
Expand All @@ -1082,6 +1083,7 @@ packages:
- detect-newline
- dezalgo
- editor
- figgy-pudding
- find-npm-prefix
- fs-vacuum
- fs-write-stream-atomic
Expand All @@ -1101,6 +1103,7 @@ packages:
- JSONStream
- lazy-property
- libcipm
- libnpmhook
- libnpx
- lockfile
- lodash._baseindexof
Expand All @@ -1121,13 +1124,16 @@ packages:
- move-concurrently
- nopt
- normalize-package-data
- npm-audit-report
- npm-cache-filename
- npm-lifecycle
- npm-install-checks
- npm-package-arg
- npm-packlist
- npm-pick-manifest
- npm-profile
- npm-registry-client
- npm-registry-fetch
- npm-user-validate
- npmlog
- once
Expand Down Expand Up @@ -1171,9 +1177,13 @@ packages:
- write-file-atomic
- safe-buffer
- worker-farm
- tiny-relative-date
- cli-columns
- node-gyp
- lock-verify
dev: false
resolution:
integrity: sha512-DowXzQwtSWDtbAjuWecuEiismR0VdNEYaL3VxNTYTdW6AGkYxfGk9LUZ/rt6etEyiH4IEk95HkJeGfXE5Rz9xQ==
integrity: sha512-e38cCtJ0lEjLXXpc4twEfj8Xw5hDLolc2Py87ueWnUhJfZ8GA/5RVIeD+XbSr1+aVRGsRsdtLdzUNO63PvQJ1w==
/number-is-nan/1.0.1:
engines:
node: '>=0.10.0'
Expand Down Expand Up @@ -1372,12 +1382,12 @@ packages:
dev: true
resolution:
integrity: sha1-0aIUg/0iu0HlihL6NCGCMUCJfEU=
/pnpm/1.41.1:
/pnpm/2.7.0:
dev: false
engines:
node: '>=4'
node: '>=6'
resolution:
integrity: sha1-7byDCmmRfm3EQZ/fkycizbWnyqI=
integrity: sha1-z684icBBJav6IBFzWNe87HKQL68=
/prelude-ls/1.1.2:
dev: true
engines:
Expand Down Expand Up @@ -1725,14 +1735,14 @@ packages:
dev: false
resolution:
integrity: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
/yarn/1.6.0:
/yarn/1.7.0:
dev: false
engines:
node: '>=4.0.0'
resolution:
integrity: sha1-nOxveYbcI3057HBc502VFV/lXUs=
integrity: sha1-AHa5/eYBDgGVBSamCbxTvBde+SU=
registry: 'https://registry.npmjs.org/'
shrinkwrapMinorVersion: 4
shrinkwrapMinorVersion: 7
shrinkwrapVersion: 3
specifiers:
common-tags: ^1.3.1
Expand All @@ -1741,13 +1751,13 @@ specifiers:
get-folder-size: ^1.0.0
load-yaml-file: ^0.1.0
mkdirp: ^0.5.1
npm: ^5.8.0
npm: ^6.1.0
path-key: ^2.0.1
pnpm: ^1.41.1
pnpm: ^2.7.0
pretty-bytes: ^4.0.2
pretty-ms: ^2.1.0
rimraf: ^2.5.4
standard: ^10.0.2
thenify: ^3.2.1
write-yaml-file: ^1.0.0
yarn: ^1.6.0
yarn: ^1.7.0

0 comments on commit ae39905

Please sign in to comment.