Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies (unocss-anu) #17

Open
wants to merge 1 commit into
base: unocss-anu
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.60.2",
"unplugin-vue-components": "^0.27.0",
"vitepress": "1.1.4",
"vue": "^3.4.27"
},
"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.60.2",
"nuxt": "3.0.0-rc.12",
"unplugin-vue-components": "^0.22.8"
"unplugin-vue-components": "^0.27.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.60.2"
},
"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.6",
"c8": "^7.14.0",
"histoire": "^0.17.17",
"jsdom": "^20.0.3",
"unocss": "^0.60.2",
"unplugin-vue-components": "^0.27.0",
"vite": "^3.2.10",
"vitest": "^0.34.6"
},
"dependencies": {
"anu-vue": "^0.9.1"
"anu-vue": "^0.15.2"
}
}