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 Apr 12, 2022
1 parent ea0dbca commit c387ff7
Show file tree
Hide file tree
Showing 2 changed files with 1,160 additions and 1,039 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"version": "pnpm run preversion && pnpm run generate:all && git add .",
"release": "np --no-cleanup --no-yarn --no-tests",
"update:check": "pnpx npm-check-updates -x typescript-* --dep dev,prod",
"update:commit": "pnpx npm-check-updates -u -x typescript-*,chalk --dep dev,prod && pnpm update && pnpm install"
"update:commit": "pnpx npm-check-updates -u -x typescript-*,ava,chalk --dep dev,prod && pnpm update && pnpm install"
},
"keywords": [
"rollup",
Expand Down Expand Up @@ -50,44 +50,43 @@
"license": "MIT",
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@types/babel__core": "^7.1.18",
"@types/node": "^17.0.7",
"@types/prettier": "^2.4.2",
"@types/babel__core": "^7.1.19",
"@types/node": "^17.0.23",
"@types/prettier": "^2.6.0",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@wessberg/ts-config": "^2.0.0",
"@babel/core": "7.16.7",
"@babel/runtime": "7.16.7",
"@babel/preset-env": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.7",
"@swc/core": "1.2.126",
"@swc/helpers": "0.3.2",
"@babel/core": "7.17.9",
"@babel/runtime": "7.17.9",
"@babel/preset-env": "7.16.11",
"@babel/plugin-transform-runtime": "7.17.0",
"@swc/core": "1.2.165",
"@swc/helpers": "0.3.8",
"ava": "3.15.0",
"babel-preset-minify": "^0.5.1",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.5.1",
"fast-glob": "^3.2.7",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.2.0",
"helpertypes": "^0.0.18",
"husky": "^7.0.4",
"memfs": "^3.4.1",
"np": "7.6.0",
"npm-check-updates": "12.1.0",
"pnpm": "^6.24.4",
"prettier": "^2.5.1",
"np": "7.6.1",
"npm-check-updates": "12.5.9",
"pnpm": "^6.32.6",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"rollup": "^2.62.0",
"rollup": "^2.70.1",
"sandhog": "^1.0.43",
"semver": "7.3.5",
"semver": "7.3.7",
"standard-changelog": "^2.0.27",
"ts-node": "10.4.0",
"typescript": "^4.5.4",
"ts-node": "10.7.0",
"typescript": "^4.6.3",
"typescript-3-4-1": "npm:[email protected]",
"typescript-3-5-1": "npm:[email protected]",
"typescript-3-6-2": "npm:[email protected]",
Expand All @@ -98,18 +97,19 @@
"typescript-4-1-2": "npm:[email protected]",
"typescript-4-2-4": "npm:[email protected]",
"typescript-4-3-5": "npm:[email protected]",
"typescript-4-4-2": "npm:[email protected]"
"typescript-4-4-2": "npm:[email protected]",
"typescript-4-5-4": "npm:[email protected]"
},
"dependencies": {
"@rollup/pluginutils": "^4.1.2",
"@rollup/pluginutils": "^4.2.0",
"@wessberg/stringutil": "^1.0.19",
"browserslist": "^4.19.1",
"browserslist": "^4.20.2",
"browserslist-generator": "^1.0.65",
"chalk": "4.1.2",
"compatfactory": "^0.0.12",
"compatfactory": "^0.0.13",
"crosspath": "1.0.0",
"magic-string": "^0.25.7",
"ts-clone-node": "^0.3.30",
"magic-string": "^0.26.1",
"ts-clone-node": "^0.3.32",
"tslib": "^2.3.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit c387ff7

Please sign in to comment.