Skip to content

Commit

Permalink
chore: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
tangdaoyuan committed Dec 3, 2022
1 parent 717f22b commit 659bdaa
Show file tree
Hide file tree
Showing 7 changed files with 964 additions and 840 deletions.
4 changes: 2 additions & 2 deletions examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"build": "rollup --config rollup.config.ts"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.4",
"rollup": "^2.77.2",
"@rollup/plugin-typescript": "^8.5.0",
"rollup": "^2.79.1",
"typescript": "*",
"unplugin-keep-polite": "workspace: *"
}
Expand Down
5 changes: 2 additions & 3 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
"build": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack-config.json\" webpack"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/webpack": "^5.28.0",
"cross-env": "^7.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"typescript": "^4.9.3",
"unplugin-keep-polite": "workspace: *",
"webpack": "^5.74.0",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
}
}
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,18 @@
"dependencies": {
"impolite-word": "^0.0.5",
"install": "^0.13.0",
"magic-string": "^0.26.2",
"magic-string": "^0.26.7",
"picocolors": "^1.0.0",
"unplugin": "^0.9.0"
"unplugin": "^1.0.0"
},
"devDependencies": {
"@suger-tdy/eslint-config": "^1.1.9",
"@suger-tdy/eslint-config": "^1.1.14",
"@types/node": "^18.11.10",
"bumpp": "^8.2.1",
"eslint": "^8.21.0",
"typescript": "^4.7.4",
"unbuild": "^0.8.0",
"vite": "^3.0.4",
"vitest": "0.23.4"
"eslint": "^8.29.0",
"typescript": "^4.9.3",
"unbuild": "^1.0.1",
"vite": "^3.2.4",
"vitest": "0.25.3"
}
}
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.37"
"vue": "^3.2.45"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.1",
"typescript": "^4.7.4",
"vite": "^3.0.4",
"@vitejs/plugin-vue": "^3.2.0",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vite-plugin-reload": "0.1.1",
"vue-tsc": "1.0.9"
}
Expand Down

0 comments on commit 659bdaa

Please sign in to comment.