Skip to content

Commit

Permalink
build: upgrade typescript to v5 (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Mar 24, 2023
1 parent efea556 commit 83aa169
Show file tree
Hide file tree
Showing 7 changed files with 839 additions and 865 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@babel/core": "^7.21.0",
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@octokit/openapi-types": "^16.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.15.3",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/web": "^0.0.98",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vitejs/plugin-react": "^3.1.0",
Expand Down Expand Up @@ -95,7 +96,7 @@
"stylelint-scss": "^4.5.0",
"timezone-mock": "^1.3.6",
"tsx": "^3.12.5",
"typescript": "^4.9.5",
"typescript": "^5.0.2",
"vite": "^4.2.0",
"vite-plugin-svgr": "^2.4.0",
"vitest": "^0.29.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"msw": "~1.2.1",
"react-hook-form": "^7.43.5",
"react-router-dom": "^6.9.0",
"typescript": "^4.9.5",
"typescript": "^5.0.2",
"vite": "^4.2.0",
"vite-plugin-svgr": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@bangumi/utils": "workspace:0.0.0",
"@storybook/react": "^6.5.16",
"@types/react": "^18.0.28",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.28",
"js-yaml": "^4.1.0",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"openapi-types": "^12.1.0",
"postcss": "^8.4.21",
"postcss-less": "^6.0.0",
"typescript": "^4.9.5",
"typescript": "^5.0.2",
"vite": "^4.2.0",
"vite-plugin-pages": "^0.29.0",
"vite-plugin-svgr": "^2.4.0"
Expand Down
Loading

0 comments on commit 83aa169

Please sign in to comment.