File tree Expand file tree Collapse file tree 6 files changed +176
-175
lines changed
__tests__/frameworks/vite/__snapshots__ Expand file tree Collapse file tree 6 files changed +176
-175
lines changed Original file line number Diff line number Diff line change 2121 - name : Checkout
2222 uses : actions/checkout@v3.0.2
2323 - name : Setup Node.js ${{ matrix.node }}
24- uses : actions/setup-node@v3.4.1
24+ uses : actions/setup-node@v3.5.0
2525 with :
2626 node-version : ${{ matrix.node }}
2727 - uses : pnpm/action-setup@v2.2.2
4242 - name : Checkout
4343 uses : actions/checkout@v3.0.2
4444 - name : Setup Node.js
45- uses : actions/setup-node@v3.4.1
45+ uses : actions/setup-node@v3.5.0
4646 - uses : pnpm/action-setup@v2.2.2
4747 with :
4848 version : 7.x.x
6363 repository : fluent-vue/examples
6464 path : examples
6565 - name : Setup Node.js
66- uses : actions/setup-node@v3.4.1
66+ uses : actions/setup-node@v3.5.0
6767 - uses : pnpm/action-setup@v2.2.2
6868 with :
6969 version : 7.x.x
Original file line number Diff line number Diff line change 1+ Subproject commit 173c7eb6b1eed646ad37ffcdbde0e60559daac13
Original file line number Diff line number Diff line change 6767 "unplugin" : " ^0.9.0"
6868 },
6969 "devDependencies" : {
70- "@antfu/eslint-config-ts" : " 0.26.3 " ,
70+ "@antfu/eslint-config-ts" : " 0.27.0 " ,
7171 "@release-it-plugins/lerna-changelog" : " 5.0.0" ,
7272 "@types/node" : " 18.6.1" ,
7373 "@vitejs/plugin-vue" : " 3.1.0" ,
74- "@vitest/coverage-c8" : " 0.23.2 " ,
75- "@vue/compiler-sfc" : " 3.2.39 " ,
76- "eslint" : " 8.23.1 " ,
74+ "@vitest/coverage-c8" : " 0.23.4 " ,
75+ "@vue/compiler-sfc" : " 3.2.40 " ,
76+ "eslint" : " 8.24.0 " ,
7777 "execa" : " 6.1.0" ,
7878 "husky" : " 8.0.1" ,
7979 "lint-staged" : " 13.0.3" ,
8080 "memfs" : " 3.4.7" ,
8181 "release-it" : " 15.4.2" ,
8282 "tsup" : " 6.2.3" ,
83- "typescript" : " 4.8.3 " ,
84- "vite" : " 3.1.2 " ,
85- "vitest" : " 0.23.2 " ,
86- "vue" : " 3.2.39 " ,
83+ "typescript" : " 4.8.4 " ,
84+ "vite" : " 3.1.4 " ,
85+ "vitest" : " 0.23.4 " ,
86+ "vue" : " 3.2.40 " ,
8787 "vue-loader" : " 17.0.0" ,
8888 "webpack" : " 5.74.0"
8989 },
You can’t perform that action at this time.
0 commit comments