Skip to content

Commit

Permalink
feat: add TypeScript v4.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Nov 17, 2021
1 parent 59c0415 commit dffc8b7
Show file tree
Hide file tree
Showing 23 changed files with 178 additions and 167 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@babel/runtime": "7.16.3",
"@babel/preset-env": "7.16.4",
"@babel/plugin-transform-runtime": "7.16.4",
"@swc/core": "1.2.108",
"@swc/core": "1.2.110",
"@swc/helpers": "0.2.14",
"ava": "3.15.0",
"babel-preset-minify": "^0.5.1",
Expand All @@ -83,11 +83,11 @@
"pretty-quick": "^3.1.2",
"rimraf": "^3.0.2",
"rollup": "^2.60.0",
"sandhog": "^1.0.42",
"sandhog": "^1.0.43",
"semver": "7.3.5",
"standard-changelog": "^2.0.27",
"ts-node": "10.4.0",
"typescript": "^4.4.4",
"typescript": "^4.5.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 @@ -103,12 +103,12 @@
"@rollup/pluginutils": "^4.1.1",
"@wessberg/stringutil": "^1.0.19",
"browserslist": "^4.18.1",
"browserslist-generator": "^1.0.64",
"browserslist-generator": "^1.0.65",
"chalk": "^4.1.2",
"compatfactory": "^0.0.9",
"compatfactory": "^0.0.12",
"crosspath": "1.0.0",
"magic-string": "^0.25.7",
"ts-clone-node": "^0.3.28",
"ts-clone-node": "^0.3.29",
"tslib": "^2.3.1"
},
"peerDependencies": {
Expand Down

0 comments on commit dffc8b7

Please sign in to comment.