Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent 27fd74a commit 56d0c4f
Show file tree
Hide file tree
Showing 10 changed files with 448 additions and 497 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"gen:vue-apis": "tsx ./scripts/vue-api-manifest.ts"
},
"devDependencies": {
"@antfu/eslint-config": "2.21.1",
"@antfu/eslint-config": "2.21.2",
"@antfu/ni": "^0.21.12",
"@arethetypeswrong/cli": "^0.15.3",
"@clack/prompts": "^0.7.0",
Expand Down Expand Up @@ -110,8 +110,8 @@
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.9",
"tsup": "^8.1.0",
"tsx": "^4.15.7",
"turbo": "^2.0.5",
"tsx": "^4.16.0",
"turbo": "^2.0.6",
"typescript": "^5.5.2",
"unbuild": "^2.0.0",
"unocss": "^0.61.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/applet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@vue/devtools-ui": "workspace:^",
"lodash-es": "^4.17.21",
"perfect-debounce": "^1.0.0",
"shiki": "^1.9.1",
"shiki": "^1.10.0",
"splitpanes": "^3.1.5",
"vue-virtual-scroller": "2.0.0-beta.8"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"fast-deep-equal": "^3.1.3",
"fuse.js": "^7.0.0",
"minimatch": "^9.0.5",
"shiki": "^1.9.1",
"shiki": "^1.10.0",
"splitpanes": "^3.1.5",
"vis-network": "^9.1.9",
"vite-hot-client": "^0.2.3",
Expand All @@ -58,7 +58,7 @@
"sass": "^1.77.6",
"simple-git-hooks": "^2.11.1",
"unocss": "^0.61.0",
"unplugin": "^1.10.1",
"unplugin": "^1.11.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/devtools-kit/src/core/component/state/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ export function getInspectorStateValueType(value, raw = true) {
}
else if (
type === 'boolean'
|| type === 'number'
|| value === INFINITY
|| value === NEGATIVE_INFINITY
|| value === NAN
|| type === 'number'
|| value === INFINITY
|| value === NEGATIVE_INFINITY
|| value === NAN
) {
return 'literal'
}
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools-kit/src/core/component/state/is.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export function isPrimitive(data: unknown) {
const type = typeof data
return (
type === 'string'
|| type === 'number'
|| type === 'boolean'
|| type === 'number'
|| type === 'boolean'
)
}

Expand Down
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"tsx": "^4.15.7",
"tsx": "^4.16.0",
"unbuild": "^2.0.0",
"vue": "^3.4.31"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/applet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"@tresjs/core": "^4.0.2",
"@vueuse/core": "^10.11.0",
"pinia": "^2.1.7",
"three": "^0.165.0",
"three": "^0.166.0",
"unplugin-auto-import": "^0.17.6",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@types/three": "^0.165.0",
"@types/three": "^0.166.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/devtools-applet": "workspace:*",
"@vue/devtools-core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite"
},
"dependencies": {
"@tanstack/vue-query": "^5.48.2",
"@tanstack/vue-query": "^5.49.1",
"@vueuse/core": "^10.11.0",
"element-plus": "^2.7.6",
"pinia": "^2.1.7",
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@tanstack/vue-query-devtools": "^5.48.2",
"@tanstack/vue-query-devtools": "^5.49.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/devtools": "workspace:^",
"sass": "^1.77.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vue/cli-service": "~5.0.8",
"@vue/devtools": "workspace:*",
"@vue/devtools-api": "workspace:*",
"eslint": "^9.5.0",
"eslint": "^9.6.0",
"eslint-plugin-vue": "^9.26.0"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 56d0c4f

Please sign in to comment.