Skip to content

Commit

Permalink
chore: update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Oct 21, 2018
1 parent a154b0b commit 5fe8d30
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@pnpm/logger": "2.1.0",
"@types/load-json-file": "2.0.7",
"@types/node": "10.10.1",
"@types/node": "^10.12.0",
"@types/rimraf": "2.0.2",
"@types/tape": "4.2.32",
"json-append": "1.1.1",
Expand All @@ -57,7 +57,7 @@
"tape": "4.9.1",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "3.0.3"
"typescript": "^3.1.3"
},
"mos": {
"plugins": [
Expand Down
17 changes: 11 additions & 6 deletions shrinkwrap.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
dependencies:
'@pnpm/lifecycle': 'link:../__package_previews__/lifecycle/@pnpm/lifecycle'
'@pnpm/read-package-json': 1.0.0
'@pnpm/types': 2.0.0
'@zkochan/npm-lifecycle': 2.1.1
path-exists: 3.0.0
devDependencies:
'@pnpm/logger': 2.1.0
'@types/load-json-file': 2.0.7
'@types/node': 10.10.1
'@types/node': 10.12.0
'@types/rimraf': 2.0.2
'@types/tape': 4.2.32
json-append: 1.1.1
Expand All @@ -18,7 +19,7 @@ devDependencies:
tape: 4.9.1
ts-node: 7.0.1
tslint: 5.11.0
typescript: 3.0.3
typescript: 3.1.3
packages:
/@pnpm/exec/1.1.5:
dependencies:
Expand Down Expand Up @@ -111,6 +112,10 @@ packages:
dev: true
resolution:
integrity: sha512-nzsx28VwfaIykfzMAG9TB3jxF5Nn+1/WMKnmVZc8TsB+LMIVvwUscVn7PAq+LFaY5ng5u4jp5mRROSswo76PPA==
/@types/node/10.12.0:
dev: true
resolution:
integrity: sha512-3TUHC3jsBAB7qVRGxT6lWyYo2v96BMmD2PTcl47H25Lu7UXtFH/2qqmKiVrnel6Ne//0TFYf6uvNX+HW2FRkLQ==
/@types/rimraf/2.0.2:
dependencies:
'@types/glob': 7.1.1
Expand Down Expand Up @@ -3396,13 +3401,13 @@ packages:
dev: true
resolution:
integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
/typescript/3.0.3:
/typescript/3.1.3:
dev: true
engines:
node: '>=4.2.0'
hasBin: true
resolution:
integrity: sha512-kk80vLW9iGtjMnIv11qyxLqZm20UklzuR2tL0QAnDIygIUIemcZMxlMWudl9OOt76H3ntVzcTiddQ1/pAAJMYg==
integrity: sha512-+81MUSyX+BaSo+u2RbozuQk/UWx6hfG0a5gHu4ANEM4sU96XbuIyAB+rWBW1u70c6a5QuZfuYICn3s2UjuHUpA==
/uid-number/0.0.6:
dev: false
resolution:
Expand Down Expand Up @@ -3631,7 +3636,7 @@ specifiers:
'@pnpm/read-package-json': ^1.0.0
'@pnpm/types': ^2.0.0
'@types/load-json-file': 2.0.7
'@types/node': 10.10.1
'@types/node': ^10.12.0
'@types/rimraf': 2.0.2
'@types/tape': 4.2.32
'@zkochan/npm-lifecycle': 2.1.1
Expand All @@ -3645,4 +3650,4 @@ specifiers:
tape: 4.9.1
ts-node: 7.0.1
tslint: 5.11.0
typescript: 3.0.3
typescript: ^3.1.3

0 comments on commit 5fe8d30

Please sign in to comment.