@studiokloek/vite-config 0.6.13 → 0.6.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@studiokloek/vite-config",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.14",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Martijn Swart <opensource@studiokloek.nl> (https://studiokloek.nl)",
|
|
6
6
|
"description": "Base Vite config for usage in our projects.",
|
|
@@ -66,13 +66,13 @@
|
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@sveltejs/vite-plugin-svelte": "^1.4.0",
|
|
69
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
70
|
-
"@typescript-eslint/parser": "^5.
|
|
69
|
+
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
70
|
+
"@typescript-eslint/parser": "^5.59.0",
|
|
71
71
|
"@vitejs/plugin-legacy": "^2.3.1",
|
|
72
|
-
"eslint": "^8.
|
|
73
|
-
"eslint-config-prettier": "^8.
|
|
72
|
+
"eslint": "^8.38.0",
|
|
73
|
+
"eslint-config-prettier": "^8.8.0",
|
|
74
74
|
"eslint-formatter-pretty": "^4.1.0",
|
|
75
|
-
"eslint-import-resolver-typescript": "^3.5.
|
|
75
|
+
"eslint-import-resolver-typescript": "^3.5.5",
|
|
76
76
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
77
77
|
"eslint-plugin-import": "^2.27.5",
|
|
78
78
|
"eslint-plugin-prettier": "^4.2.1",
|
|
@@ -81,43 +81,43 @@
|
|
|
81
81
|
"eslint-plugin-unicorn": "^45.0.2",
|
|
82
82
|
"meow": "^11.0.0",
|
|
83
83
|
"npm-run-all": "^4.1.5",
|
|
84
|
-
"postcss": "^8.4.
|
|
84
|
+
"postcss": "^8.4.23",
|
|
85
85
|
"postcss-load-config": "^4.0.1",
|
|
86
|
-
"prettier": "^2.8.
|
|
86
|
+
"prettier": "^2.8.7",
|
|
87
87
|
"prettier-package-json": "^2.8.0",
|
|
88
|
-
"prettier-plugin-svelte": "^2.
|
|
89
|
-
"sass": "^1.
|
|
88
|
+
"prettier-plugin-svelte": "^2.10.0",
|
|
89
|
+
"sass": "^1.62.0",
|
|
90
90
|
"stylelint": "^14.16.1",
|
|
91
|
-
"svelte": "^3.
|
|
92
|
-
"terser": "^5.
|
|
93
|
-
"vite": "v3.2.
|
|
91
|
+
"svelte": "^3.58.0",
|
|
92
|
+
"terser": "^5.17.1",
|
|
93
|
+
"vite": "v3.2.6",
|
|
94
94
|
"vite-plugin-banner": "^0.7.0",
|
|
95
95
|
"vite-plugin-checker": "^0.5.6",
|
|
96
96
|
"vite-plugin-full-reload": "^1.0.5",
|
|
97
97
|
"vite-plugin-handlebars": "naranjamecanica/vite-plugin-handlebars#tmp-release",
|
|
98
98
|
"vite-plugin-html": "3.2.0",
|
|
99
99
|
"vite-plugin-imagemin": "studiokloek/vite-plugin-imagemin#tmp-release",
|
|
100
|
-
"vite-plugin-live-reload": "^3.0.
|
|
101
|
-
"vite-plugin-mkcert": "1.
|
|
100
|
+
"vite-plugin-live-reload": "^3.0.2",
|
|
101
|
+
"vite-plugin-mkcert": "1.14.0",
|
|
102
102
|
"vite-tsconfig-paths": "^3.6.0"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
105
|
"@microsoft/api-extractor": "7.34.4",
|
|
106
|
-
"@rollup/plugin-node-resolve": "^15.0.
|
|
106
|
+
"@rollup/plugin-node-resolve": "^15.0.2",
|
|
107
107
|
"@rollup/plugin-typescript": "^9.0.2",
|
|
108
|
-
"@sveltejs/kit": "^1.
|
|
108
|
+
"@sveltejs/kit": "^1.15.7",
|
|
109
109
|
"@types/ejs": "^3.1.2",
|
|
110
|
-
"@types/estree": "^1.0.
|
|
110
|
+
"@types/estree": "^1.0.1",
|
|
111
111
|
"@types/html-minifier-terser": "^7.0.0",
|
|
112
|
-
"@types/node": "^18.
|
|
113
|
-
"rimraf": "^4.
|
|
114
|
-
"rollup": "^3.
|
|
112
|
+
"@types/node": "^18.15.12",
|
|
113
|
+
"rimraf": "^4.4.1",
|
|
114
|
+
"rollup": "^3.20.6",
|
|
115
115
|
"typescript": "4.8.4",
|
|
116
|
-
"xo": "^0.
|
|
116
|
+
"xo": "^0.54.1"
|
|
117
117
|
},
|
|
118
118
|
"resolutions": {
|
|
119
|
-
"@types/estree": "^1.0.
|
|
120
|
-
"@types/node": "^18.
|
|
121
|
-
"vite": "v3.2.
|
|
119
|
+
"@types/estree": "^1.0.1",
|
|
120
|
+
"@types/node": "^18.15.12",
|
|
121
|
+
"vite": "v3.2.6"
|
|
122
122
|
}
|
|
123
123
|
}
|