Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Aug 12, 2023
1 parent c0d24b4 commit a7df7fd
Show file tree
Hide file tree
Showing 6 changed files with 358 additions and 364 deletions.
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^4.0.1",
"tslib": "^2.5.3",
"typescript": "5.0.4",
"vite": "^4.4.7"
"typescript": "5.1.6",
"vite": "^4.4.9"
}
}
4 changes: 2 additions & 2 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"svelte": "^3.58.0",
"svelte-check": "^3.3.1",
"tslib": "^2.5.3",
"typescript": "5.0.4",
"vite": "^4.4.7"
"typescript": "5.1.6",
"vite": "^4.4.9"
}
}
4 changes: 2 additions & 2 deletions examples/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"types": "dist/ts-test.d.ts",
"devDependencies": {
"tslib": "^2.5.3",
"typescript": "5.0.4",
"vite": "^4.4.7"
"typescript": "5.1.6",
"vite": "^4.4.9"
}
}
4 changes: 2 additions & 2 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"tslib": "^2.5.3",
"typescript": "5.0.4",
"vite": "^4.4.7"
"typescript": "5.1.6",
"vite": "^4.4.9"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@
"typescript"
],
"dependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@microsoft/api-extractor": "^7.36.4",
"@rollup/pluginutils": "^5.0.2",
"@vue/language-core": "^1.8.8",
"debug": "^4.3.4",
"kolorist": "^1.8.0",
"vue-tsc": "^1.8.8"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/cli": "^17.7.1",
"@types/debug": "^4.1.8",
"@types/minimist": "^1.2.2",
"@types/node": "^20.4.5",
"@types/node": "^20.4.10",
"@types/prompts": "^2.4.4",
"@types/semver": "^7.5.0",
"@vexip-ui/commitlint-config": "^0.2.0",
Expand All @@ -73,7 +73,7 @@
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^11.0.3",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"execa": "^7.2.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
Expand All @@ -86,10 +86,10 @@
"rimraf": "^5.0.1",
"semver": "^7.5.4",
"tsx": "^3.12.7",
"typescript": "5.0.4",
"typescript": "5.1.6",
"unbuild": "^1.2.1",
"vite": "^4.4.7",
"vitest": "^0.33.0"
"vite": "^4.4.9",
"vitest": "^0.34.1"
},
"peerDependencies": {
"typescript": "*",
Expand Down

0 comments on commit a7df7fd

Please sign in to comment.