Skip to content

Commit

Permalink
feat: support typescript 5.0 (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Mar 19, 2023
1 parent 01169b3 commit 3e15867
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -59,22 +59,22 @@
"postcss-simple-vars": "6.0.3",
"prettier": "2.5.1",
"resolve": "1.20.0",
"rollup-plugin-dts": "5.2.0",
"rollup-plugin-dts": "5.3.0",
"rollup-plugin-hashbang": "2.2.2",
"strip-json-comments": "4.0.0",
"svelte": "3.46.4",
"terser": "^5.16.0",
"ts-essentials": "9.1.2",
"tsconfig-paths": "3.12.0",
"tsup": "6.6.1",
"typescript": "4.9.5",
"typescript": "5.0.2",
"vitest": "0.28.4",
"wait-for-expect": "3.0.2"
},
"peerDependencies": {
"@swc/core": "^1",
"postcss": "^8.4.12",
"typescript": "^4.1.0"
"typescript": ">=4.1.0"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
40 changes: 20 additions & 20 deletions pnpm-lock.yaml

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

1 comment on commit 3e15867

@vercel
Copy link

@vercel vercel bot commented on 3e15867 Mar 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tsup – ./

tsup.egoist.dev
tsup-git-main-egoist.vercel.app
tsup.vercel.app
tsup-egoist.vercel.app

Please sign in to comment.