unplugin-inline-css-modules 0.1.2 → 0.1.3

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 (1) hide show
  1. package/package.json +2 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unplugin-inline-css-modules",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Zero-runtime scoped CSS for any JS framework — write CSS modules inline as tagged templates",
5
5
  "author": "pty1",
6
6
  "license": "MIT",
@@ -137,17 +137,8 @@
137
137
  "dist"
138
138
  ],
139
139
  "dependencies": {
140
- "farm": "link:farm",
141
140
  "magic-string": "^0.30.21",
142
- "nextjs": "link:nextjs",
143
- "nuxt_4": "link:nuxt_4",
144
- "rsbuild": "link:rsbuild",
145
- "solid-start": "link:solid-start",
146
- "sveltekit": "link:sveltekit",
147
- "unplugin": "^3.0.0",
148
- "vite-react": "link:vite-react",
149
- "vite-solid": "link:vite-solid",
150
- "vite-vue": "link:vite-vue"
141
+ "unplugin": "^3.0.0"
151
142
  },
152
143
  "peerDependencies": {
153
144
  "next": "^16.2.1",