Skip to content

Commit

Permalink
feat: add TypeScript 4.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Oct 20, 2020
1 parent f582738 commit f1d2e28
Show file tree
Hide file tree
Showing 13 changed files with 1,286 additions and 1,076 deletions.
53 changes: 27 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,33 +43,33 @@
],
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"@wessberg/rollup-plugin-ts": "^1.3.2",
"@wessberg/scaffold": "^1.0.30",
"@wessberg/ts-config": "^1.0.16",
"@types/semver": "^7.3.1",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"@wessberg/rollup-plugin-ts": "^1.3.5",
"@wessberg/scaffold": "^1.0.32",
"@wessberg/ts-config": "^1.0.19",
"@types/semver": "^7.3.4",
"@types/node": "^14.14.0",
"@types/object-path": "^0.11.0",
"@types/jsdom": "^16.2.3",
"ava": "^3.11.1",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "^30.2.1",
"find-up": "^4.1.0",
"husky": "^4.2.5",
"@types/jsdom": "^16.2.4",
"ava": "^3.13.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.7.3",
"husky": "^4.3.0",
"np": "5.2.1",
"pnpm": "^5.4.12",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"pnpm": "^5.9.3",
"prettier": "^2.1.2",
"fast-glob": "^3.2.4",
"pretty-quick": "^3.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.23.1",
"rollup": "^2.32.0",
"slash": "^3.0.0",
"semver": "7.3.2",
"standard-changelog": "^2.0.24",
"ts-node": "^8.10.2",
"typescript": "4.0.0-beta",
"ts-node": "^9.0.0",
"typescript": "4.1.0-beta",
"typescript-3-0-1": "npm:typescript@3.0.1",
"typescript-3-1-1": "npm:typescript@3.1.1",
"typescript-3-2-1": "npm:typescript@3.2.1",
Expand All @@ -79,16 +79,17 @@
"typescript-3-6-2": "npm:typescript@3.6.2",
"typescript-3-7-2": "npm:typescript@3.7.2",
"typescript-3-8-3": "npm:typescript@3.8.3",
"typescript-3-9-2": "npm:typescript@3.9.2"
"typescript-3-9-2": "npm:typescript@3.9.2",
"typescript-4-0-3": "npm:typescript@4.0.3"
},
"dependencies": {
"chalk": "^4.1.0",
"object-path": "^0.11.4",
"tslib": "^2.0.1",
"jsdom": "^16.3.0"
"object-path": "^0.11.5",
"tslib": "^2.0.3",
"jsdom": "^16.4.0"
},
"peerDependencies": {
"typescript": "^3.x"
"typescript": ">=3.2.x || >= 4.x"
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
Loading

0 comments on commit f1d2e28

Please sign in to comment.