Skip to content

Commit

Permalink
chore(dep): typescript v5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Apr 28, 2024
1 parent 5c89604 commit 656df20
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"nano-staged": "^0.8.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.10",
"vite-plugin-vue-devtools": "^7.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/nutui-auto-import-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"license": "MIT",
"devDependencies": {
"rimraf": "^5.0.5",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"vite": "^5.2.10"
}
}
}
4 changes: 2 additions & 2 deletions packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"eslint-config-taro": "3.6.24",
"style-loader": "^4.0.0",
"stylelint": "^16.4.0",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"vue-loader": "^17.4.2",
"webpack": "^5.91.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/nutui-vite-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@types/fs-extra": "^11.0.4",
"@types/markdown-it-container": "^2.0.10",
"tsup": "^8.0.2",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
}
}
}
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions src/sites/doc/components/demo-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"unplugin-vue-components": "^0.26.0",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vue-tsc": "^1.8.27"
}
}
}

0 comments on commit 656df20

Please sign in to comment.