vite-plugin-material-symbols 0.8.0 → 0.8.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -28,7 +28,7 @@ the font downloaded by the user.
28
28
  Install the plugin using your favourite package manager, for example:
29
29
 
30
30
  ```shell
31
- yarn add -D vite-plugin-material-symbols
31
+ pnpm add -D vite-plugin-material-symbols
32
32
  ```
33
33
 
34
34
  Add it to the Vite configuration:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-material-symbols",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Selective loading of Material Symbols for production",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@arethetypeswrong/core": "^0.18.2",
42
- "@biomejs/biome": "2.4.7",
42
+ "@biomejs/biome": "2.4.15",
43
43
  "@tsconfig/bun": "^1.0.8",
44
44
  "@types/bun": "^1.2.17",
45
45
  "@types/esquery": "^1.5.4",
@@ -51,7 +51,7 @@
51
51
  "react-dom": "^19.1.0",
52
52
  "semver": "^7.7.2",
53
53
  "tsdown": "^0.21.2",
54
- "typescript": "^5.8.3"
54
+ "typescript": "^6.0.0"
55
55
  },
56
56
  "keywords": [
57
57
  "css",
@@ -68,6 +68,7 @@
68
68
  "icon",
69
69
  "font-icons",
70
70
  "vite",
71
- "vitejs"
71
+ "vitejs",
72
+ "vite-plugin"
72
73
  ]
73
74
  }