File tree Expand file tree Collapse file tree 3 files changed +241
-218
lines changed Expand file tree Collapse file tree 3 files changed +241
-218
lines changed Original file line number Diff line number Diff line change 2121 - name : Checkout
2222 uses : actions/checkout@v4.1.7
2323 - name : Setup Node.js ${{ matrix.node }}
24- uses : actions/setup-node@v4.0.3
24+ uses : actions/setup-node@v4.0.4
2525 with :
2626 node-version : ${{ matrix.node }}
2727 - uses : pnpm/action-setup@v4.0.0
4141 - name : Checkout
4242 uses : actions/checkout@v4.1.7
4343 - name : Setup Node.js
44- uses : actions/setup-node@v4.0.3
44+ uses : actions/setup-node@v4.0.4
4545 - uses : pnpm/action-setup@v4.0.0
4646 with :
4747 run_install : true
6161 repository : fluent-vue/examples
6262 path : examples
6363 - name : Setup Node.js
64- uses : actions/setup-node@v4.0.3
64+ uses : actions/setup-node@v4.0.4
6565 - uses : pnpm/action-setup@v4.0.0
6666
6767 - name : Test
Original file line number Diff line number Diff line change 22 "name" : " unplugin-fluent-vue" ,
33 "type" : " module" ,
44 "version" : " 1.3.1" ,
5- "packageManager" : " pnpm@9.10 .0" ,
5+ "packageManager" : " pnpm@9.11 .0" ,
66 "description" : " unplugin for fluent-vue. Adds support for custom blocks in Vue SFC and external ftl files." ,
77 "author" : {
88 "name" : " Ivan Demchuk" ,
111111 },
112112 "devDependencies" : {
113113 "@antfu/eslint-config" : " ^3.6.0" ,
114- "@nuxt/kit" : " ^3.13.1 " ,
115- "@nuxt/schema" : " ^3.13.1 " ,
114+ "@nuxt/kit" : " ^3.13.2 " ,
115+ "@nuxt/schema" : " ^3.13.2 " ,
116116 "@release-it-plugins/lerna-changelog" : " 7.0.0" ,
117117 "@types/node" : " 20.16.5" ,
118- "@vitejs/plugin-vue" : " 5.1.3 " ,
119- "@vitest/coverage-istanbul" : " ^2.1.0 " ,
120- "@vue/compiler-sfc" : " 3.5.4 " ,
118+ "@vitejs/plugin-vue" : " 5.1.4 " ,
119+ "@vitest/coverage-istanbul" : " ^2.1.1 " ,
120+ "@vue/compiler-sfc" : " 3.5.7 " ,
121121 "dotenv-cli" : " 7.4.2" ,
122122 "eslint" : " 9.10.0" ,
123- "execa" : " 9.3.1 " ,
123+ "execa" : " 9.4.0 " ,
124124 "husky" : " 9.1.6" ,
125125 "lint-staged" : " 15.2.10" ,
126- "memfs" : " 4.11.1 " ,
126+ "memfs" : " 4.12.0 " ,
127127 "release-it" : " 17.6.0" ,
128- "tsup" : " 8.2.4 " ,
128+ "tsup" : " 8.3.0 " ,
129129 "typescript" : " 5.6.2" ,
130- "vite" : " 5.4.4 " ,
131- "vitest" : " 2.1.0 " ,
132- "vue" : " 3.5.4 " ,
130+ "vite" : " 5.4.7 " ,
131+ "vitest" : " 2.1.1 " ,
132+ "vue" : " 3.5.7 " ,
133133 "vue-loader" : " 17.4.2" ,
134134 "webpack" : " 5.94.0"
135135 },
You can’t perform that action at this time.
0 commit comments