|
3 | 3 | "version": "1.1.0", |
4 | 4 | "description": "Mangles the classnames generated by postcss-modules in vite", |
5 | 5 | "type": "module", |
6 | | - "packageManager": "pnpm@9.0.6", |
| 6 | + "packageManager": "pnpm@9.11.0", |
7 | 7 | "main": "./dist/index.cjs", |
8 | 8 | "module": "./dist/index.mjs", |
9 | | - "types": "./dist/types/index.d.ts", |
| 9 | + "types": "./dist/index.d.ts", |
10 | 10 | "files": [ |
11 | 11 | "dist" |
12 | 12 | ], |
13 | 13 | "exports": { |
14 | 14 | ".": { |
15 | 15 | "import": "./dist/index.mjs", |
16 | 16 | "require": "./dist/index.cjs", |
17 | | - "types": "./dist/types/index.d.ts" |
| 17 | + "types": "./dist/index.d.ts" |
18 | 18 | } |
19 | 19 | }, |
20 | 20 | "keywords": [ |
|
32 | 32 | }, |
33 | 33 | "repository": { |
34 | 34 | "type": "git", |
35 | | - "url": "git+https://github.com/Simonwep/vite-plugin-optimize-css-modules.git" |
| 35 | + "url": "git+https://github.com/simonwep/vite-plugin-optimize-css-modules.git" |
36 | 36 | }, |
37 | 37 | "bugs": { |
38 | | - "url": "https://github.com/Simonwep/vite-plugin-optimize-css-modules/issues" |
| 38 | + "url": "https://github.com/simonwep/vite-plugin-optimize-css-modules/issues" |
39 | 39 | }, |
40 | | - "homepage": "https://github.com/Simonwep/vite-plugin-optimize-css-modules", |
| 40 | + "homepage": "https://github.com/simonwep/vite-plugin-optimize-css-modules", |
41 | 41 | "peerDependencies": { |
42 | | - "vite": "^5.0.0 || ^4.0.0 || ^3.0.0 || ^2.0.0" |
| 42 | + "vite": "^6.0.0 || ^5.0.0 || ^4.0.0 || ^3.0.0 || ^2.0.0" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@rollup/plugin-typescript": "11.1.6", |
46 | | - "rollup": "4.18.0", |
47 | | - "tslib": "2.6.3", |
48 | | - "typescript": "5.5.3" |
| 45 | + "@rollup/plugin-typescript": "12.1.1", |
| 46 | + "rollup": "4.28.1", |
| 47 | + "tslib": "2.8.1", |
| 48 | + "typescript": "5.7.2" |
49 | 49 | } |
50 | 50 | } |
0 commit comments