Skip to content

Commit

Permalink
chore: 更新 typescript 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
koppthe committed Sep 26, 2024
1 parent 050d59b commit ca66ca0
Show file tree
Hide file tree
Showing 7 changed files with 4,117 additions and 3,986 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"ts-node": "^10.9.1",
"typescript": "^5.4.5",
"typescript": "~5.4.5",
"vitest": "^1.6.0"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"webpack-chain": "^6.5.1",
"esbuild": "~0.19.5",
"solid-js": "^1.8.16",
"typescript": "^5.3.3",
"typescript": "~5.4.5",
"vite": "^4.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-h5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"react-test-renderer": "^18.2.0",
"rollup": "^3.29.4",
"rollup-plugin-node-externals": "^5.0.0",
"rollup-plugin-ts": "^3.0.2",
"rollup-plugin-ts": "^3.4.5",
"@rollup/plugin-node-resolve": "^15.2.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-platform-harmony/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"rollup": "^3.29.4",
"rollup-plugin-copy": "workspace:*",
"rollup-plugin-node-externals": "^5.0.0",
"rollup-plugin-ts": "^3.0.2",
"rollup-plugin-ts": "^3.4.5",
"solid-js": "^1.8.16",
"tslib": "^2.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"@vue/runtime-core": "^3.4.23",
"lodash": "^4.17.21",
"react": "^18.2.0",
"rollup-plugin-ts": "^3.0.2"
"rollup-plugin-ts": "^3.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/taro-transformer-wx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint-plugin-taro": "^2.2.19",
"lodash": "^4.17.21",
"prettier": "^2.8.8",
"typescript": "^5.4.5"
"typescript": "~5.4.5"
},
"devDependencies": {
"@types/babel__core": "^7.20.5",
Expand Down
Loading

0 comments on commit ca66ca0

Please sign in to comment.