@drivenets/vite-plugin-design-system 0.0.4 → 0.0.5
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/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ yarn add @drivenets/vite-plugin
|
|
|
18
18
|
|
|
19
19
|
To use the plugin, add it to your Vite configuration file (e.g. `vite.config.ts`):
|
|
20
20
|
|
|
21
|
-
```
|
|
21
|
+
```typescript
|
|
22
22
|
import { defineConfig } from 'vite';
|
|
23
23
|
import { vitePluginDesignSystem } from '@drivenets/vite-plugin';
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@drivenets/vite-plugin-design-system",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.cts",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
31
31
|
"eslint": "^9.39.2",
|
|
32
|
-
"memfs": "^4.
|
|
33
|
-
"publint": "^0.3.
|
|
34
|
-
"tsdown": "^0.18.
|
|
32
|
+
"memfs": "^4.56.10",
|
|
33
|
+
"publint": "^0.3.17",
|
|
34
|
+
"tsdown": "^0.18.4",
|
|
35
35
|
"typescript": "^5.9.3",
|
|
36
|
-
"vitest": "^4.0.
|
|
36
|
+
"vitest": "^4.0.18"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"lint": "eslint --max-warnings=0 .",
|