Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Jul 30, 2023
1 parent 4738ab2 commit 584cc91
Show file tree
Hide file tree
Showing 6 changed files with 1,032 additions and 418 deletions.
2 changes: 1 addition & 1 deletion examples/react/package.json
Expand Up @@ -17,6 +17,6 @@
"@vitejs/plugin-react": "^4.0.1",
"tslib": "^2.5.3",
"typescript": "5.0.4",
"vite": "^4.3.9"
"vite": "^4.4.7"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Expand Up @@ -14,6 +14,6 @@
"svelte-check": "^3.3.1",
"tslib": "^2.5.3",
"typescript": "5.0.4",
"vite": "^4.3.9"
"vite": "^4.4.7"
}
}
2 changes: 1 addition & 1 deletion examples/ts/package.json
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"tslib": "^2.5.3",
"typescript": "5.0.4",
"vite": "^4.3.9"
"vite": "^4.4.7"
}
}
2 changes: 1 addition & 1 deletion examples/vue/package.json
Expand Up @@ -15,6 +15,6 @@
"@vitejs/plugin-vue-jsx": "^3.0.1",
"tslib": "^2.5.3",
"typescript": "5.0.4",
"vite": "^4.3.9"
"vite": "^4.4.7"
}
}
29 changes: 13 additions & 16 deletions package.json
Expand Up @@ -53,46 +53,43 @@
"typescript"
],
"dependencies": {
"@microsoft/api-extractor": "^7.36.0",
"@microsoft/api-extractor": "^7.36.3",
"@rollup/pluginutils": "^5.0.2",
"@vue/language-core": "^1.8.1",
"@vue/language-core": "^1.8.8",
"debug": "^4.3.4",
"kolorist": "^1.8.0",
"vue-tsc": "^1.8.1"
"vue-tsc": "^1.8.8"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/cli": "^17.6.7",
"@types/debug": "^4.1.8",
"@types/minimist": "^1.2.2",
"@types/node": "^20.3.1",
"@types/node": "^20.4.5",
"@types/prompts": "^2.4.4",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@vexip-ui/commitlint-config": "^0.1.0",
"@vexip-ui/eslint-config": "^0.6.3",
"@vexip-ui/commitlint-config": "^0.2.0",
"@vexip-ui/eslint-config": "^0.8.1",
"@vexip-ui/prettier-config": "^0.2.0",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^11.0.3",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.43.0",
"execa": "^7.1.1",
"eslint": "^8.46.0",
"execa": "^7.2.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"minimist": "^1.2.8",
"pinst": "^3.0.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"prompts": "^2.4.2",
"rimraf": "^5.0.1",
"semver": "^7.5.3",
"semver": "^7.5.4",
"tsx": "^3.12.7",
"typescript": "5.0.4",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.32.2"
"vite": "^4.4.7",
"vitest": "^0.33.0"
},
"peerDependencies": {
"typescript": "*",
Expand Down

0 comments on commit 584cc91

Please sign in to comment.