File tree 7 files changed +2079
-1798
lines changed
7 files changed +2079
-1798
lines changed Original file line number Diff line number Diff line change 90
90
path : ${{ env.CACHE_PATHS_BUILD }}
91
91
key : ${{ env.CACHE_KEY_BUILD }}
92
92
93
- - uses : nwtgck/actions-netlify@v2.0
93
+ - uses : nwtgck/actions-netlify@v2.1
94
94
with :
95
95
publish-dir : ${{ env.PATH_BUILD_DOCS }}
96
96
production-deploy : true
@@ -149,7 +149,7 @@ jobs:
149
149
path : ${{ env.CACHE_PATHS_BUILD }}
150
150
key : ${{ env.CACHE_KEY_BUILD }}
151
151
152
- - uses : nwtgck/actions-netlify@v2.0
152
+ - uses : nwtgck/actions-netlify@v2.1
153
153
with :
154
154
publish-dir : ${{ env.PATH_BUILD_UI }}
155
155
production-deploy : true
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 9
9
},
10
10
"devDependencies" : {
11
11
"@myturborepo/ui" : " workspace:*" ,
12
- "vitepress" : " 1.0.0-beta .1" ,
13
- "vue" : " ^3.3.4 "
12
+ "vitepress" : " 1.6 .1" ,
13
+ "vue" : " ^3.5.13 "
14
14
}
15
15
}
Original file line number Diff line number Diff line change 17
17
"devDependencies" : {
18
18
"@myturborepo/eslint-config-custom" : " workspace:*" ,
19
19
"@release-it/conventional-changelog" : " ^5.1.1" ,
20
- "release-it" : " ^15.10.3 " ,
20
+ "release-it" : " ^15.11.0 " ,
21
21
"turbo" : " latest"
22
22
},
23
23
"engines" : {
24
- "node" : " >=v18.16.0 "
24
+ "node" : " >=18.20.6 "
25
25
},
26
- "packageManager" : " pnpm@7.32.5 "
26
+ "packageManager" : " pnpm@7.33.7 "
27
27
}
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.39.3 " ,
8
- "eslint" : " ^8.41.0 " ,
7
+ "@antfu/eslint-config" : " ^0.43.1 " ,
8
+ "eslint" : " ^8.57.1 " ,
9
9
"eslint-config-turbo" : " latest"
10
10
},
11
11
"devDependencies" : {
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.16.1 " ,
13
+ "@histoire/plugin-vue" : " ^0.17.17 " ,
14
14
"@myturborepo/tsconfig" : " workspace:*" ,
15
- "@vitejs/plugin-vue" : " ^4.2.3 " ,
16
- "@vitest/coverage-c8" : " ^0.31.1 " ,
17
- "@vue/test-utils" : " ^2.3.2 " ,
15
+ "@vitejs/plugin-vue" : " ^4.6.2 " ,
16
+ "@vitest/coverage-c8" : " ^0.33.0 " ,
17
+ "@vue/test-utils" : " ^2.4.6 " ,
18
18
"c8" : " ^7.14.0" ,
19
- "histoire" : " ^0.16.1 " ,
19
+ "histoire" : " ^0.17.17 " ,
20
20
"jsdom" : " ^20.0.3" ,
21
- "vitest" : " ^0.31.1 "
21
+ "vitest" : " ^0.34.6 "
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments