Skip to content

Commit c7949d1

Browse files
committedMar 14, 2024·
npm: update dependencies
* Use volar-service-prettier instead of @volar-plugins/prettier * New version of prettier (from 3.0) enables js trailing commas. For the moment keep the previous behavior (no trailing commas)
1 parent 00804bf commit c7949d1

File tree

6 files changed

+787
-1086
lines changed

6 files changed

+787
-1086
lines changed
 

‎.prettierrc.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
module.exports = {
22
singleQuote: true,
3+
trailingComma: 'es5',
34
};

‎package.json

+34-34
Original file line numberDiff line numberDiff line change
@@ -15,55 +15,55 @@
1515
"coverage": "vitest run --coverage"
1616
},
1717
"dependencies": {
18-
"@mdi/font": "^7.1.96",
18+
"@mdi/font": "^7.4.47",
1919
"@twind/core": "^1.1.3",
2020
"@twind/preset-autoprefix": "^1.0.7",
2121
"@twind/preset-tailwind": "^1.1.4",
2222
"@twind/preset-tailwind-forms": "^1.1.2",
23-
"@vueuse/components": "^9.13.0",
24-
"@vueuse/core": "^9.13.0",
25-
"@vueuse/integrations": "^9.13.0",
26-
"@vueuse/shared": "^9.13.0",
27-
"ansi_up": "^5.1.0",
23+
"@vueuse/components": "^10.9.0",
24+
"@vueuse/core": "^10.9.0",
25+
"@vueuse/integrations": "^10.9.0",
26+
"@vueuse/shared": "^10.9.0",
27+
"ansi_up": "^6.0.2",
2828
"anylogger": "^1.0.11",
2929
"anylogger-loglevel": "^1.0.0",
30-
"core-js": "^3.29.1",
31-
"focus-trap": "^7.5.3",
30+
"core-js": "^3.36.0",
31+
"focus-trap": "^7.5.4",
3232
"lodash": "^4.17.21",
33-
"loglevel": "^1.8.1",
34-
"luxon": "^3.3.0",
35-
"reflect-metadata": "^0.1.13",
36-
"tslib": "^2.5.0",
33+
"loglevel": "^1.9.1",
34+
"luxon": "^3.4.4",
35+
"reflect-metadata": "^0.2.1",
36+
"tslib": "^2.6.2",
3737
"typedjson": "^1.8.0",
38-
"universal-cookie": "^4.0.4",
39-
"vue": "^3.2.47",
40-
"vue-router": "^4.1.6"
38+
"universal-cookie": "^7.1.0",
39+
"vue": "^3.4.21",
40+
"vue-router": "^4.3.0"
4141
},
4242
"devDependencies": {
43-
"@types/lodash": "^4.14.191",
44-
"@types/luxon": "^3.2.0",
43+
"@types/lodash": "^4.17.0",
44+
"@types/luxon": "^3.4.2",
4545
"@types/react": "link:stub/types__react",
46-
"@typescript-eslint/eslint-plugin": "^5.55.0",
47-
"@typescript-eslint/parser": "^5.55.0",
46+
"@typescript-eslint/eslint-plugin": "^7.2.0",
47+
"@typescript-eslint/parser": "^7.2.0",
4848
"@vitejs/plugin-vue": "^5.0.4",
4949
"@vitest/coverage-v8": "^1.3.1",
50-
"@volar-plugins/prettier": "^1.2.0",
51-
"@vue/compiler-sfc": "^3.2.47",
52-
"@vue/eslint-config-typescript": "^11.0.2",
53-
"@vue/test-utils": "^2.4.4",
54-
"eslint": "^8.36.0",
55-
"eslint-config-prettier": "^8.7.0",
56-
"eslint-plugin-prettier": "^4.2.1",
57-
"eslint-plugin-vue": "^9.9.0",
58-
"jsdom": "^22.1.0",
59-
"msw": "^2.0.1",
60-
"prettier": "2.8.4",
61-
"sass": "^1.59.2",
62-
"typescript": "^4.9.5",
50+
"@vue/compiler-sfc": "^3.4.21",
51+
"@vue/eslint-config-typescript": "^13.0.0",
52+
"@vue/test-utils": "^2.4.5",
53+
"eslint": "^8.57.0",
54+
"eslint-config-prettier": "^9.1.0",
55+
"eslint-plugin-prettier": "^5.1.3",
56+
"eslint-plugin-vue": "^9.23.0",
57+
"jsdom": "^24.0.0",
58+
"msw": "^2.2.3",
59+
"prettier": "3.2.5",
60+
"sass": "^1.72.0",
61+
"typescript": "^5.4.2",
6362
"vite": "^5.1.6",
6463
"vite-plugin-eslint": "^1.8.1",
6564
"vitest": "^1.3.1",
66-
"vue-router-mock": "^1.0.0",
67-
"vue-tsc": "^1.2.0"
65+
"volar-service-prettier": "^0.0.33",
66+
"vue-router-mock": "^1.1.0",
67+
"vue-tsc": "^2.0.6"
6868
}
6969
}

0 commit comments

Comments
 (0)