Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 27, 2022
1 parent c1cc826 commit d68cb16
Show file tree
Hide file tree
Showing 7 changed files with 581 additions and 853 deletions.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Expand Up @@ -10,13 +10,13 @@
"devDependencies": {
"@iconify-json/bx": "^1.1.4",
"@myturborepo/ui": "workspace:*",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"unocss": "^0.45.26",
"@vitejs/plugin-vue-jsx": "^2.1.0",
"unocss": "^0.46.1",
"unplugin-vue-components": "^0.22.8",
"vitepress": "1.0.0-alpha.21",
"vue": "^3.2.41"
},
"dependencies": {
"anu-vue": "^0.9.1"
"anu-vue": "^0.10.0"
}
}
4 changes: 2 additions & 2 deletions apps/web/package.json
Expand Up @@ -15,12 +15,12 @@
"@iconify-json/bx": "^1.1.4",
"@myturborepo/tsconfig": "workspace:*",
"@myturborepo/ui": "workspace:*",
"@unocss/nuxt": "^0.45.26",
"@unocss/nuxt": "^0.46.1",
"nuxt": "3.0.0-rc.12",
"unplugin-vue-components": "^0.22.8"
},
"dependencies": {
"@myturborepo/common": "workspace:*",
"anu-vue": "^0.9.1"
"anu-vue": "^0.10.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,5 +22,5 @@
"engines": {
"node": ">=v16.18.0"
},
"packageManager": "pnpm@7.13.5"
"packageManager": "pnpm@7.14.0"
}
6 changes: 3 additions & 3 deletions packages/common/package.json
Expand Up @@ -3,10 +3,10 @@
"private": true,
"devDependencies": {
"@myturborepo/tsconfig": "workspace:*",
"typescript": "^4.7.4",
"unocss": "^0.45.26"
"typescript": "^4.8.4",
"unocss": "^0.46.1"
},
"dependencies": {
"anu-vue": "^0.9.1"
"anu-vue": "^0.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Expand Up @@ -5,7 +5,7 @@
"private": true,
"dependencies": {
"@antfu/eslint-config": "^0.27.0",
"eslint": "^8.25.0",
"eslint": "^8.26.0",
"eslint-config-turbo": "latest"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Expand Up @@ -13,19 +13,19 @@
"@histoire/plugin-vue": "^0.11.5",
"@iconify-json/bx": "^1.1.4",
"@myturborepo/tsconfig": "workspace:*",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.0",
"@vitest/coverage-c8": "^0.24.3",
"@vue/test-utils": "^2.1.0",
"@vue/test-utils": "^2.2.0",
"c8": "^7.12.0",
"histoire": "^0.11.5",
"jsdom": "^20.0.1",
"unocss": "^0.45.26",
"unocss": "^0.46.1",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.7",
"vite": "^3.2.0",
"vitest": "^0.24.3"
},
"dependencies": {
"anu-vue": "^0.9.1"
"anu-vue": "^0.10.0"
}
}

0 comments on commit d68cb16

Please sign in to comment.