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 Apr 11, 2024
1 parent c1cc826 commit eb5f298
Show file tree
Hide file tree
Showing 8 changed files with 4,421 additions and 2,184 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup/action.yaml
Expand Up @@ -5,7 +5,7 @@ runs:
using: 'composite'
steps:
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0

- name: Use Node.js
uses: actions/setup-node@v3
Expand Down
14 changes: 7 additions & 7 deletions apps/docs/package.json
Expand Up @@ -8,15 +8,15 @@
"serve": "vitepress serve pages"
},
"devDependencies": {
"@iconify-json/bx": "^1.1.4",
"@iconify-json/bx": "^1.1.10",
"@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.59.1",
"unplugin-vue-components": "^0.26.0",
"vitepress": "1.1.0",
"vue": "^3.4.21"
},
"dependencies": {
"anu-vue": "^0.9.1"
"anu-vue": "^0.15.2"
}
}
8 changes: 4 additions & 4 deletions apps/web/package.json
Expand Up @@ -12,15 +12,15 @@
"lint:fix": "eslint --fix"
},
"devDependencies": {
"@iconify-json/bx": "^1.1.4",
"@iconify-json/bx": "^1.1.10",
"@myturborepo/tsconfig": "workspace:*",
"@myturborepo/ui": "workspace:*",
"@unocss/nuxt": "^0.45.26",
"@unocss/nuxt": "^0.59.1",
"nuxt": "3.0.0-rc.12",
"unplugin-vue-components": "^0.22.8"
"unplugin-vue-components": "^0.26.0"
},
"dependencies": {
"@myturborepo/common": "workspace:*",
"anu-vue": "^0.9.1"
"anu-vue": "^0.15.2"
}
}
6 changes: 3 additions & 3 deletions package.json
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": ">=16.20.2"
},
"packageManager": "pnpm@7.13.5"
"packageManager": "pnpm@7.33.7"
}
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.9.5",
"unocss": "^0.59.1"
},
"dependencies": {
"anu-vue": "^0.9.1"
"anu-vue": "^0.15.2"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config-custom/package.json
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.43.1",
"eslint": "^8.57.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
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.17.17",
"@iconify-json/bx": "^1.1.10",
"@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.5",
"c8": "^7.14.0",
"histoire": "^0.17.17",
"jsdom": "^20.0.3",
"unocss": "^0.59.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^3.2.10",
"vitest": "^0.34.6"
},
"dependencies": {
"anu-vue": "^0.9.1"
"anu-vue": "^0.15.2"
}
}

0 comments on commit eb5f298

Please sign in to comment.