Skip to content

Commit 916cfe0

Browse files
refactor(multi): applied latest changes from master-free-internal
1 parent 033052d commit 916cfe0

File tree

10 files changed

+210
-378
lines changed

10 files changed

+210
-378
lines changed

typescript-version/.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"stylelint",
5959
"touchless",
6060
"triggerer",
61-
"vuetify"
61+
"vuetify",
62+
"nuxt"
6263
],
6364
// Extension: Comment Anchors
6465
"commentAnchors.tags.anchors": {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"type": "commonjs"
3+
}

typescript-version/package.json

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
},
1515
"dependencies": {
1616
"@floating-ui/dom": "1.5.3",
17-
"@vueuse/core": "^10.7.1",
18-
"@vueuse/math": "^10.7.1",
17+
"@vueuse/core": "^10.5.0",
18+
"@vueuse/math": "^10.5.0",
1919
"apexcharts": "3.37.0",
2020
"pinia": "^2.1.7",
2121
"prismjs": "^1.29.0",
2222
"roboto-fontface": "^0.10.0",
23-
"vue": "^3.4.3",
23+
"vue": "^3.3.4",
2424
"vue-flatpickr-component": "11.0.3",
2525
"vue-prism-component": "^2.0.0",
2626
"vue-router": "^4.2.5",
@@ -31,15 +31,15 @@
3131
},
3232
"devDependencies": {
3333
"@antfu/eslint-config-vue": "^0.43.1",
34-
"@antfu/utils": "^0.7.7",
35-
"@iconify-json/mdi": "^1.1.64",
34+
"@antfu/utils": "^0.7.6",
35+
"@iconify-json/mdi": "^1.1.58",
3636
"@iconify/tools": "^4.0.0",
37-
"@iconify/utils": "^2.1.14",
37+
"@iconify/utils": "^2.1.13",
3838
"@iconify/vue": "4.1.1",
39-
"@types/node": "^20.10.6",
39+
"@types/node": "^20.10.3",
4040
"@types/webfontloader": "^1.6.35",
41-
"@typescript-eslint/eslint-plugin": "^6.17.0",
42-
"@typescript-eslint/parser": "^6.17.0",
41+
"@typescript-eslint/eslint-plugin": "^6.8.0",
42+
"@typescript-eslint/parser": "^6.8.0",
4343
"@vitejs/plugin-vue": "^5.0.2",
4444
"@vitejs/plugin-vue-jsx": "^3.0.2",
4545
"eslint": "^8.56.0",
@@ -54,27 +54,29 @@
5454
"eslint-plugin-vue": "^9.19.2",
5555
"postcss-html": "^1.5.0",
5656
"postcss-scss": "^4.0.9",
57-
"sass": "^1.69.7",
57+
"sass": "^1.69.4",
5858
"stylelint": "15.11.0",
5959
"stylelint-codeguide": "0.3.2",
6060
"stylelint-config-idiomatic-order": "9.0.0",
6161
"stylelint-config-standard-scss": "11.1.0",
6262
"stylelint-use-logical-spec": "5.0.0",
6363
"tsx": "^4.7.0",
64-
"type-fest": "^4.9.0",
64+
"type-fest": "^4.8.3",
6565
"typescript": "^5.3.3",
66-
"unplugin-auto-import": "^0.17.3",
66+
"unplugin-auto-import": "^0.17.2",
6767
"unplugin-vue-components": "^0.26.0",
68-
"vite": "^5.0.10",
68+
"vite": "^5.0.5",
6969
"vite-plugin-vue-layouts": "^0.11.0",
7070
"vite-plugin-vuetify": "2.0.1",
7171
"vite-svg-loader": "^5.1.0",
72-
"vue-tsc": "^1.8.27"
72+
"vue-tsc": "^1.8.24"
7373
},
7474
"resolutions": {
75+
"apexcharts": "^3",
7576
"stylelint-order": "6.0.3"
7677
},
7778
"overrides": {
79+
"apexcharts": "^3",
7880
"stylelint-order": "6.0.3"
7981
},
8082
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)