Skip to content

Commit e9dfb69

Browse files
chore(deps): update all non-major dependencies
1 parent c1cc826 commit e9dfb69

File tree

8 files changed

+5335
-2224
lines changed

8 files changed

+5335
-2224
lines changed

.github/workflows/setup/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
using: 'composite'
66
steps:
77
- name: Install pnpm
8-
uses: pnpm/action-setup@v2.2.4
8+
uses: pnpm/action-setup@v2.4.1
99

1010
- name: Use Node.js
1111
uses: actions/setup-node@v3

apps/docs/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"serve": "vitepress serve pages"
99
},
1010
"devDependencies": {
11-
"@iconify-json/bx": "^1.1.4",
11+
"@iconify-json/bx": "^1.2.1",
1212
"@myturborepo/ui": "workspace:*",
13-
"@vitejs/plugin-vue-jsx": "^2.0.1",
14-
"unocss": "^0.45.26",
15-
"unplugin-vue-components": "^0.22.8",
16-
"vitepress": "1.0.0-alpha.21",
17-
"vue": "^3.2.41"
13+
"@vitejs/plugin-vue-jsx": "^2.1.1",
14+
"unocss": "^0.65.1",
15+
"unplugin-vue-components": "^0.27.5",
16+
"vitepress": "1.5.0",
17+
"vue": "^3.5.13"
1818
},
1919
"dependencies": {
20-
"anu-vue": "^0.9.1"
20+
"anu-vue": "^0.15.2"
2121
}
2222
}

apps/web/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"lint:fix": "eslint --fix"
1313
},
1414
"devDependencies": {
15-
"@iconify-json/bx": "^1.1.4",
15+
"@iconify-json/bx": "^1.2.1",
1616
"@myturborepo/tsconfig": "workspace:*",
1717
"@myturborepo/ui": "workspace:*",
18-
"@unocss/nuxt": "^0.45.26",
18+
"@unocss/nuxt": "^0.65.1",
1919
"nuxt": "3.0.0-rc.12",
20-
"unplugin-vue-components": "^0.22.8"
20+
"unplugin-vue-components": "^0.27.5"
2121
},
2222
"dependencies": {
2323
"@myturborepo/common": "workspace:*",
24-
"anu-vue": "^0.9.1"
24+
"anu-vue": "^0.15.2"
2525
}
2626
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"devDependencies": {
1717
"@myturborepo/eslint-config-custom": "workspace:*",
1818
"@release-it/conventional-changelog": "^5.1.1",
19-
"release-it": "^15.5.0",
19+
"release-it": "^15.11.0",
2020
"turbo": "latest"
2121
},
2222
"engines": {
23-
"node": ">=v16.18.0"
23+
"node": ">=16.20.2"
2424
},
25-
"packageManager": "pnpm@7.13.5"
25+
"packageManager": "pnpm@7.33.7"
2626
}

packages/common/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"private": true,
44
"devDependencies": {
55
"@myturborepo/tsconfig": "workspace:*",
6-
"typescript": "^4.7.4",
7-
"unocss": "^0.45.26"
6+
"typescript": "^4.9.5",
7+
"unocss": "^0.65.1"
88
},
99
"dependencies": {
10-
"anu-vue": "^0.9.1"
10+
"anu-vue": "^0.15.2"
1111
}
1212
}

packages/eslint-config-custom/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"main": "index.js",
55
"private": true,
66
"dependencies": {
7-
"@antfu/eslint-config": "^0.27.0",
8-
"eslint": "^8.25.0",
7+
"@antfu/eslint-config": "^0.43.1",
8+
"eslint": "^8.57.1",
99
"eslint-config-turbo": "latest"
1010
},
1111
"devDependencies": {
12-
"typescript": "^4.8.4"
12+
"typescript": "^4.9.5"
1313
},
1414
"publishConfig": {
1515
"access": "public"

packages/ui/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
"test": "vitest run --coverage"
1111
},
1212
"devDependencies": {
13-
"@histoire/plugin-vue": "^0.11.5",
14-
"@iconify-json/bx": "^1.1.4",
13+
"@histoire/plugin-vue": "^0.17.17",
14+
"@iconify-json/bx": "^1.2.1",
1515
"@myturborepo/tsconfig": "workspace:*",
16-
"@vitejs/plugin-vue": "^3.1.2",
17-
"@vitejs/plugin-vue-jsx": "^2.0.1",
18-
"@vitest/coverage-c8": "^0.24.3",
19-
"@vue/test-utils": "^2.1.0",
20-
"c8": "^7.12.0",
21-
"histoire": "^0.11.5",
22-
"jsdom": "^20.0.1",
23-
"unocss": "^0.45.26",
24-
"unplugin-vue-components": "^0.22.8",
25-
"vite": "^3.1.7",
26-
"vitest": "^0.24.3"
16+
"@vitejs/plugin-vue": "^3.2.0",
17+
"@vitejs/plugin-vue-jsx": "^2.1.1",
18+
"@vitest/coverage-c8": "^0.33.0",
19+
"@vue/test-utils": "^2.4.6",
20+
"c8": "^7.14.0",
21+
"histoire": "^0.17.17",
22+
"jsdom": "^20.0.3",
23+
"unocss": "^0.65.1",
24+
"unplugin-vue-components": "^0.27.5",
25+
"vite": "^3.2.11",
26+
"vitest": "^0.34.6"
2727
},
2828
"dependencies": {
29-
"anu-vue": "^0.9.1"
29+
"anu-vue": "^0.15.2"
3030
}
3131
}

0 commit comments

Comments
 (0)