Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Apr 4, 2020
1 parent 2dd48ac commit b20df7d
Show file tree
Hide file tree
Showing 44 changed files with 1,455 additions and 1,252 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -11,14 +11,14 @@
"url": "https://github.com/nodejs-monorepo-templates/typescript-monorepo/issues"
},
"devDependencies": {
"standard": "^14.3.1",
"tslint": "^6.0.0",
"standard": "^14.3.3",
"tslint": "^6.1.1",
"tslint-config-standard": "^9.0.0",
"typescript": "^3.8.3",
"toolcheck": "^0.1.4",
"tslib": "^1.11.1",
"@types/jest": "^25.1.3",
"@types/node": "^13.7.7",
"@types/jest": "^25.2.1",
"@types/node": "^13.11.0",
"@tools/scripts": "file:./tools/scripts"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hello-world/package.json
Expand Up @@ -14,6 +14,6 @@
},
"dependencies": {
"tslib": "^1.11.1",
"@types/node": "^13.7.7"
"@types/node": "^13.11.0"
}
}
8 changes: 4 additions & 4 deletions packages/hello-world/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/scoped-hello-world/package.json
Expand Up @@ -14,6 +14,6 @@
},
"dependencies": {
"tslib": "^1.11.1",
"@types/node": "^13.7.7"
"@types/node": "^13.11.0"
}
}
8 changes: 4 additions & 4 deletions packages/scoped-hello-world/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b20df7d

Please sign in to comment.