Skip to content

Commit

Permalink
feat: add TypeScript v4.7 support. Add new sponsor: scrubtheweb
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 25, 2022
1 parent d963c22 commit 1e91aab
Show file tree
Hide file tree
Showing 4 changed files with 912 additions and 742 deletions.
48 changes: 25 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"preversion": "pnpm run lint && pnpm run build",
"version": "pnpm run generate:all && git add .",
"release": "np --no-cleanup --no-yarn --no-tests",
"update:check": "pnpx npm-check-updates -x typescript-*,chalk --dep dev,prod",
"update:commit": "pnpx npm-check-updates -u -x typescript-*,chalk --dep dev,prod && pnpm update && pnpm install"
"update:check": "pnpx npm-check-updates -x typescript-*,chalk,ava --dep dev,prod",
"update:commit": "pnpx npm-check-updates -u -x typescript-*,chalk,ava --dep dev,prod && pnpm update && pnpm install"
},
"keywords": [
"typescript",
Expand All @@ -44,37 +44,37 @@
],
"license": "MIT",
"devDependencies": {
"@types/jsdom": "^16.2.13",
"@types/node": "^16.11.13",
"@types/jsdom": "^16.2.14",
"@types/node": "^17.0.35",
"@types/object-path": "^0.11.1",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@wessberg/rollup-plugin-ts": "^2.0.4",
"@wessberg/ts-config": "^2.0.0",
"@wessberg/ts-config": "^2.0.2",
"ava": "^3.15.0",
"crosspath": "^1.0.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^37.2.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.1",
"helpertypes": "^0.0.18",
"husky": "^7.0.4",
"memfs": "^3.4.0",
"np": "7.6.0",
"npm-check-updates": "^12.0.3",
"pnpm": "^6.24.0",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.2",
"husky": "^8.0.1",
"memfs": "^3.4.3",
"np": "7.6.1",
"npm-check-updates": "^13.0.3",
"pnpm": "^7.1.5",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"rollup": "^2.61.1",
"rollup": "^2.74.1",
"sandhog": "^1.0.43",
"semver": "7.3.5",
"semver": "7.3.7",
"jsdom": "^19.0.0",
"chalk": "^4.1.2",
"standard-changelog": "^2.0.27",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"ts-node": "^10.8.0",
"typescript": "^4.7.2",
"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 @@ -85,7 +85,9 @@
"typescript-4-1-2": "npm:typescript@4.1.2",
"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"
"typescript-4-4-2": "npm:typescript@4.4.2",
"typescript-4-5-4": "npm:typescript@4.5.4",
"typescript-4-6-4": "npm:typescript@4.6.4"
},
"dependencies": {
"object-path": "^0.11.8"
Expand Down
Loading

0 comments on commit 1e91aab

Please sign in to comment.