Skip to content

Commit

Permalink
feat: add TypeScript v4.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 11, 2022
1 parent 3a6ecdb commit 7072df7
Show file tree
Hide file tree
Showing 2 changed files with 918 additions and 719 deletions.
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"preversion": "pnpm run lint && pnpm run build",
"version": "pnpm run preversion && pnpm run generate:all && git add .",
"release": "np --no-cleanup --no-yarn",
"update:check": "pnpx npm-check-updates -x typescript-* --dep dev,prod",
"update:commit": "pnpx npm-check-updates -u -x typescript-* --dep dev,prod && pnpm update && pnpm install"
"update:check": "pnpx npm-check-updates -x typescript-*,ava --dep dev,prod",
"update:commit": "pnpx npm-check-updates -u -x typescript-*,ava --dep dev,prod && pnpm update && pnpm install"
},
"keywords": [
"DI",
Expand Down Expand Up @@ -51,32 +51,32 @@
],
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.9",
"@types/prettier": "^2.4.2",
"@types/node": "^17.0.32",
"@types/prettier": "^2.6.0",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@wessberg/ts-config": "^1.1.3",
"rollup-plugin-ts": "^2.0.4",
"semver": "^7.3.5",
"ava": "^3.15.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^37.0.3",
"husky": "^7.0.4",
"np": "^7.5.0",
"pnpm": "^6.22.2",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.2",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@wessberg/ts-config": "^2.0.0",
"rollup-plugin-ts": "^2.0.7",
"semver": "^7.3.7",
"ava": "3.15.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.2.9",
"husky": "^8.0.1",
"np": "^7.6.1",
"pnpm": "^7.0.1",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"rollup": "^2.60.0",
"rollup": "^2.72.1",
"sandhog": "^1.0.43",
"standard-changelog": "^2.0.27",
"crosspath": "^1.0.0",
"ts-node": "^10.4.0",
"npm-check-updates": "^12.0.2",
"typescript": "^4.5.2",
"ts-node": "^10.7.0",
"npm-check-updates": "^12.5.11",
"typescript": "^4.6.4",
"typescript-3-4-1": "npm:typescript@3.4.1",
"typescript-3-5-1": "npm:typescript@3.5.1",
"typescript-3-6-2": "npm:typescript@3.6.2",
Expand All @@ -88,11 +88,12 @@
"typescript-4-2-4": "npm:typescript@4.2.4",
"typescript-4-3-5": "npm:typescript@4.3.5",
"typescript-4-4-2": "npm:typescript@4.4.2",
"tslib": "^2.3.1"
"typescript-4-5-3": "npm:typescript@4.5.3",
"tslib": "^2.4.0"
},
"dependencies": {
"ts-evaluator": "^0.1.0",
"compatfactory": "^0.0.12"
"compatfactory": "^0.0.13"
},
"peerDependencies": {
"typescript": ">=3.x || >= 4.x"
Expand Down
Loading

0 comments on commit 7072df7

Please sign in to comment.