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 Jul 17, 2023
1 parent c1cc826 commit 8108aba
Show file tree
Hide file tree
Showing 7 changed files with 3,145 additions and 1,969 deletions.
14 changes: 7 additions & 7 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"serve": "vitepress serve pages"
},
"devDependencies": {
"@iconify-json/bx": "^1.1.4",
"@iconify-json/bx": "^1.1.6",
"@myturborepo/ui": "workspace:*",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"unocss": "^0.45.26",
"unplugin-vue-components": "^0.22.8",
"vitepress": "1.0.0-alpha.21",
"vue": "^3.2.41"
"@vitejs/plugin-vue-jsx": "^2.1.1",
"unocss": "^0.53.5",
"unplugin-vue-components": "^0.25.1",
"vitepress": "1.0.0-beta.5",
"vue": "^3.3.4"
},
"dependencies": {
"anu-vue": "^0.9.1"
"anu-vue": "^0.15.2"
}
}
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"lint:fix": "eslint --fix"
},
"devDependencies": {
"@iconify-json/bx": "^1.1.4",
"@iconify-json/bx": "^1.1.6",
"@myturborepo/tsconfig": "workspace:*",
"@myturborepo/ui": "workspace:*",
"@unocss/nuxt": "^0.45.26",
"@unocss/nuxt": "^0.53.5",
"nuxt": "3.0.0-rc.12",
"unplugin-vue-components": "^0.22.8"
"unplugin-vue-components": "^0.25.1"
},
"dependencies": {
"@myturborepo/common": "workspace:*",
"anu-vue": "^0.9.1"
"anu-vue": "^0.15.2"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"devDependencies": {
"@myturborepo/eslint-config-custom": "workspace:*",
"@release-it/conventional-changelog": "^5.1.1",
"release-it": "^15.5.0",
"release-it": "^15.11.0",
"turbo": "latest"
},
"engines": {
"node": ">=v16.18.0"
"node": ">=v16.20.1"
},
"packageManager": "pnpm@7.13.5"
"packageManager": "pnpm@7.33.4"
}
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"private": true,
"devDependencies": {
"@myturborepo/tsconfig": "workspace:*",
"typescript": "^4.7.4",
"unocss": "^0.45.26"
"typescript": "^4.9.5",
"unocss": "^0.53.5"
},
"dependencies": {
"anu-vue": "^0.9.1"
"anu-vue": "^0.15.2"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"main": "index.js",
"private": true,
"dependencies": {
"@antfu/eslint-config": "^0.27.0",
"eslint": "^8.25.0",
"@antfu/eslint-config": "^0.39.8",
"eslint": "^8.45.0",
"eslint-config-turbo": "latest"
},
"devDependencies": {
"typescript": "^4.8.4"
"typescript": "^4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
28 changes: 14 additions & 14 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"test": "vitest run --coverage"
},
"devDependencies": {
"@histoire/plugin-vue": "^0.11.5",
"@iconify-json/bx": "^1.1.4",
"@histoire/plugin-vue": "^0.16.1",
"@iconify-json/bx": "^1.1.6",
"@myturborepo/tsconfig": "workspace:*",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vitest/coverage-c8": "^0.24.3",
"@vue/test-utils": "^2.1.0",
"c8": "^7.12.0",
"histoire": "^0.11.5",
"jsdom": "^20.0.1",
"unocss": "^0.45.26",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.7",
"vitest": "^0.24.3"
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"@vitest/coverage-c8": "^0.33.0",
"@vue/test-utils": "^2.4.0",
"c8": "^7.14.0",
"histoire": "^0.16.2",
"jsdom": "^20.0.3",
"unocss": "^0.53.5",
"unplugin-vue-components": "^0.25.1",
"vite": "^3.2.7",
"vitest": "^0.33.0"
},
"dependencies": {
"anu-vue": "^0.9.1"
"anu-vue": "^0.15.2"
}
}
Loading

0 comments on commit 8108aba

Please sign in to comment.