Skip to content

Commit

Permalink
deps: upgrade tslib and update to latest TS (#84)
Browse files Browse the repository at this point in the history
closes #71
  • Loading branch information
jasonkuhrt committed Jun 21, 2021
1 parent 96062a4 commit 7d1c18d
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 179 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,32 +52,32 @@
"@types/pluralize": "^0.0.29",
"@types/semver": "^7.3.6",
"@types/strip-ansi": "^5.2.1",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"arg": "^5.0.0",
"cross-env": "^7.0.3",
"dripip": "0.10.0",
"eslint": "^7.27.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-only-warn": "^1.0.2",
"execa": "^5.0.1",
"graphql": "^15.5.0",
"graphql": "^15.5.1",
"graphql-request": "^3.4.0",
"graphql-tag": "^2.12.4",
"jest": "27.0.3",
"jest": "27.0.4",
"jest-watch-typeahead": "0.6.4",
"lodash": "^4.17.21",
"markdown-toc": "^1.2.0",
"nexus": "^1.0.0",
"nodemon": "^2.0.7",
"prettier": "2.3.0",
"prettier": "2.3.1",
"prisma": "2.24.0",
"strip-ansi": "^6",
"ts-jest": "27.0.2",
"ts-jest": "27.0.3",
"ts-node": "^10.0.0",
"type-fest": "^1.2.0",
"typescript": "4.2.x",
"zod": "^3.1.0"
"type-fest": "^1.2.1",
"typescript": "4.3.4",
"zod": "^3.2.0"
},
"prettier": "@prisma-labs/prettier-config",
"peerDependencies": {
Expand All @@ -89,14 +89,14 @@
"debug": "^4.3.1",
"dindist": "^1.0.2",
"fs-jetpack": "^4.1.0",
"graphql-scalars": "^1.9.3",
"graphql-scalars": "^1.10.0",
"kleur": "^4.1.4",
"ono": "^7.1.3",
"pkg-up": "^3.1.0",
"pluralize": "^8.0.0",
"semver": "^7.3.5",
"setset": "^0.0.7",
"tslib": "^2.2.0"
"tslib": "^2.3.0"
},
"nodemonConfig": {
"events": {
Expand Down

0 comments on commit 7d1c18d

Please sign in to comment.