Skip to content

Commit

Permalink
feat: upgrade typescript to ~5.0.4 (#682)
Browse files Browse the repository at this point in the history
* feat: upgrade typescript to ~5.0.4

* chore: upgrade pnpm version
  • Loading branch information
PeachScript committed Jul 23, 2023
1 parent 6a87756 commit 9f50cf6
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 64 deletions.
7 changes: 3 additions & 4 deletions package.json
Expand Up @@ -42,7 +42,7 @@
]
},
"dependencies": {
"@microsoft/api-extractor": "7.34.3",
"@microsoft/api-extractor": "7.36.3",
"@umijs/babel-preset-umi": "^4.0.70",
"@umijs/bundler-utils": "^4.0.70",
"@umijs/bundler-webpack": "^4.0.70",
Expand All @@ -52,15 +52,14 @@
"@vercel/ncc": "0.33.3",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-module-resolver": "4.1.0",
"babel-plugin-react-require": "3.1.3",
"babel-plugin-transform-define": "2.0.1",
"enhanced-resolve": "5.9.3",
"fast-glob": "3.2.12",
"file-system-cache": "2.0.0",
"loader-runner": "4.2.0",
"minimatch": "3.1.2",
"tsconfig-paths": "4.0.0",
"typescript": "~4.8.4",
"typescript": "~5.0.4",
"typescript-transform-paths": "3.4.6",
"v8-compile-cache": "2.3.0"
},
Expand All @@ -86,7 +85,7 @@
"ts-node": "^10.9.1",
"zx": "^4.3.0"
},
"packageManager": "pnpm@8.6.2",
"packageManager": "pnpm@8.6.9",
"publishConfig": {
"access": "public"
},
Expand Down
115 changes: 55 additions & 60 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f50cf6

Please sign in to comment.