File tree 8 files changed +5243
-2216
lines changed
8 files changed +5243
-2216
lines changed Original file line number Diff line number Diff line change 5
5
using : ' composite'
6
6
steps :
7
7
- name : Install pnpm
8
- uses : pnpm/action-setup@v2.2.4
8
+ uses : pnpm/action-setup@v2.4.1
9
9
10
10
- name : Use Node.js
11
11
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 8
8
"serve" : " vitepress serve pages"
9
9
},
10
10
"devDependencies" : {
11
- "@iconify-json/bx" : " ^1.1.4 " ,
11
+ "@iconify-json/bx" : " ^1.2.1 " ,
12
12
"@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.64.1 " ,
15
+ "unplugin-vue-components" : " ^0.27.4 " ,
16
+ "vitepress" : " 1.5.0 " ,
17
+ "vue" : " ^3.5.13 "
18
18
},
19
19
"dependencies" : {
20
- "anu-vue" : " ^0.9.1 "
20
+ "anu-vue" : " ^0.15.2 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change 12
12
"lint:fix" : " eslint --fix"
13
13
},
14
14
"devDependencies" : {
15
- "@iconify-json/bx" : " ^1.1.4 " ,
15
+ "@iconify-json/bx" : " ^1.2.1 " ,
16
16
"@myturborepo/tsconfig" : " workspace:*" ,
17
17
"@myturborepo/ui" : " workspace:*" ,
18
- "@unocss/nuxt" : " ^0.45.26 " ,
18
+ "@unocss/nuxt" : " ^0.64.1 " ,
19
19
"nuxt" : " 3.0.0-rc.12" ,
20
- "unplugin-vue-components" : " ^0.22.8 "
20
+ "unplugin-vue-components" : " ^0.27.4 "
21
21
},
22
22
"dependencies" : {
23
23
"@myturborepo/common" : " workspace:*" ,
24
- "anu-vue" : " ^0.9.1 "
24
+ "anu-vue" : " ^0.15.2 "
25
25
}
26
26
}
Original file line number Diff line number Diff line change 16
16
"devDependencies" : {
17
17
"@myturborepo/eslint-config-custom" : " workspace:*" ,
18
18
"@release-it/conventional-changelog" : " ^5.1.1" ,
19
- "release-it" : " ^15.5 .0" ,
19
+ "release-it" : " ^15.11 .0" ,
20
20
"turbo" : " latest"
21
21
},
22
22
"engines" : {
23
- "node" : " >=v16.18.0 "
23
+ "node" : " >=16.20.2 "
24
24
},
25
- "packageManager" : " pnpm@7.13.5 "
25
+ "packageManager" : " pnpm@7.33.7 "
26
26
}
Original file line number Diff line number Diff line change 3
3
"private" : true ,
4
4
"devDependencies" : {
5
5
"@myturborepo/tsconfig" : " workspace:*" ,
6
- "typescript" : " ^4.7.4 " ,
7
- "unocss" : " ^0.45.26 "
6
+ "typescript" : " ^4.9.5 " ,
7
+ "unocss" : " ^0.64.1 "
8
8
},
9
9
"dependencies" : {
10
- "anu-vue" : " ^0.9.1 "
10
+ "anu-vue" : " ^0.15.2 "
11
11
}
12
12
}
Original file line number Diff line number Diff line change 4
4
"main" : " index.js" ,
5
5
"private" : true ,
6
6
"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 " ,
9
9
"eslint-config-turbo" : " latest"
10
10
},
11
11
"devDependencies" : {
12
- "typescript" : " ^4.8.4 "
12
+ "typescript" : " ^4.9.5 "
13
13
},
14
14
"publishConfig" : {
15
15
"access" : " public"
Original file line number Diff line number Diff line change 10
10
"test" : " vitest run --coverage"
11
11
},
12
12
"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 " ,
15
15
"@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.64.1 " ,
24
+ "unplugin-vue-components" : " ^0.27.4 " ,
25
+ "vite" : " ^3.2.11 " ,
26
+ "vitest" : " ^0.34.6 "
27
27
},
28
28
"dependencies" : {
29
- "anu-vue" : " ^0.9.1 "
29
+ "anu-vue" : " ^0.15.2 "
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments