Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 7, 2023
1 parent 554ba49 commit 703b69a
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 228 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"version": "0.2.5",
"private": false,
"packageManager": "pnpm@7.28.0",
"packageManager": "pnpm@7.29.0",
"scripts": {
"build": "pnpm -r --filter=\"./packages/**/*\" run build",
"dev": "pnpm -C packages/devtools dev",
Expand All @@ -26,7 +26,7 @@
"@types/wait-on": "^5.3.1",
"@types/which": "^2.0.2",
"@types/ws": "^8.5.4",
"@unocss/eslint-config": "^0.50.3",
"@unocss/eslint-config": "^0.50.4",
"bumpp": "^9.0.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.35.0",
Expand All @@ -37,7 +37,7 @@
"pathe": "^1.1.0",
"simple-git-hooks": "^2.8.1",
"typescript": "^4.9.5",
"unocss": "^0.50.3",
"unocss": "^0.50.4",
"vue-tsc": "^1.2.0"
},
"simple-git-hooks": {
Expand Down
14 changes: 7 additions & 7 deletions packages/devtools-ui-kit/package.json
Expand Up @@ -36,18 +36,18 @@
"@nuxt/devtools": "workspace:*",
"@nuxt/kit": "^3.2.3",
"@nuxtjs/color-mode": "^3.2.0",
"@unocss/core": "^0.50.3",
"@unocss/nuxt": "^0.50.3",
"@unocss/preset-attributify": "^0.50.3",
"@unocss/preset-icons": "^0.50.3",
"@unocss/preset-mini": "^0.50.3",
"@unocss/reset": "^0.50.3",
"@unocss/core": "^0.50.4",
"@unocss/nuxt": "^0.50.4",
"@unocss/preset-attributify": "^0.50.4",
"@unocss/preset-icons": "^0.50.4",
"@unocss/preset-mini": "^0.50.4",
"@unocss/reset": "^0.50.4",
"@vueuse/core": "^9.13.0",
"@vueuse/integrations": "^9.13.0",
"@vueuse/nuxt": "^9.13.0",
"defu": "^6.1.2",
"focus-trap": "^7.3.1",
"unocss": "^0.50.3"
"unocss": "^0.50.4"
},
"devDependencies": {
"nuxt": "^3.2.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/devtools/package.json
Expand Up @@ -72,10 +72,10 @@
"@iconify-json/tabler": "^1.1.64",
"@nuxt/devtools": "workspace:*",
"@nuxtjs/color-mode": "^3.2.0",
"@unocss/nuxt": "^0.50.3",
"@unocss/preset-icons": "^0.50.3",
"@unocss/preset-uno": "^0.50.3",
"@unocss/runtime": "^0.50.3",
"@unocss/nuxt": "^0.50.4",
"@unocss/preset-icons": "^0.50.4",
"@unocss/preset-uno": "^0.50.4",
"@unocss/runtime": "^0.50.4",
"@vueuse/nuxt": "^9.13.0",
"esno": "^0.16.3",
"flatted": "^3.2.7",
Expand All @@ -96,7 +96,7 @@
"splitpanes": "^3.1.5",
"theme-vitesse": "^0.6.3",
"tinyws": "^0.1.0",
"unocss": "^0.50.3",
"unocss": "^0.50.4",
"vanilla-jsoneditor": "^0.15.1",
"vis-data": "^7.1.4",
"vis-network": "^9.1.4",
Expand Down

0 comments on commit 703b69a

Please sign in to comment.