Skip to content

Commit

Permalink
feat: add TypeScript v4.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Jan 10, 2023
1 parent 67bbdd7 commit 590293c
Show file tree
Hide file tree
Showing 16 changed files with 1,136 additions and 743 deletions.
42 changes: 22 additions & 20 deletions package.json
Expand Up @@ -43,36 +43,36 @@
],
"license": "MIT",
"devDependencies": {
"@types/jsdom": "^16.2.15",
"@types/node": "^18.0.6",
"@types/jsdom": "^20.0.1",
"@types/node": "^18.11.18",
"@types/object-path": "^0.11.1",
"@types/semver": "^7.3.10",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@wessberg/ts-config": "^2.0.4",
"@wessberg/prettier-config": "^1.0.0",
"rollup-plugin-ts": "3.0.2",
"rollup-plugin-ts": "3.1.1",
"ava": "^3.15.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.3",
"helpertypes": "^0.0.18",
"husky": "^8.0.1",
"memfs": "^3.4.7",
"np": "7.6.2",
"npm-check-updates": "^16.0.0",
"pnpm": "^7.6.0",
"prettier": "^2.7.1",
"eslint-plugin-jsdoc": "^39.6.4",
"helpertypes": "^0.0.19",
"husky": "^8.0.3",
"memfs": "^3.4.13",
"np": "7.6.3",
"npm-check-updates": "^16.6.2",
"pnpm": "^7.23.0",
"prettier": "^2.8.2",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"rollup": "^2.77.0",
"rollup": "^3.9.1",
"sandhog": "^2.0.2",
"semver": "7.3.7",
"semver": "7.3.8",
"jsdom": "^20.0.0",
"standard-changelog": "^2.0.27",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"typescript": "^4.9.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 @@ -85,7 +85,9 @@
"typescript-4-3-5": "npm:typescript@4.3.5",
"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"
"typescript-4-6-4": "npm:typescript@4.6.4",
"typescript-4-7-2": "npm:typescript@4.7.2",
"typescript-4-8-2": "npm:typescript@4.8.2"
},
"dependencies": {
"ansi-colors": "^4.1.3",
Expand Down

0 comments on commit 590293c

Please sign in to comment.