|
1 | 1 | { |
2 | 2 | "name": "react-dynamic-star", |
3 | | - "version": "0.0.2", |
| 3 | + "version": "1.0.0", |
4 | 4 | "description": "Single component to generate dynamic star svg", |
5 | 5 | "main": "./dist/rds.umd.js", |
6 | 6 | "module": "./dist/rds.es.js", |
7 | 7 | "types": "./dist/rds.d.ts", |
8 | 8 | "license": "MIT", |
| 9 | + "type": "module", |
9 | 10 | "scripts": { |
10 | 11 | "dev": "vite", |
11 | 12 | "build": "tsc && vite build", |
|
40 | 41 | "peerDependencies": { |
41 | 42 | "react": ">=17.x" |
42 | 43 | }, |
43 | | - "resolutions": { |
44 | | - "@types/react": "17.0.0" |
45 | | - }, |
46 | 44 | "devDependencies": { |
47 | 45 | "@biomejs/biome": "1.9.4", |
48 | 46 | "@swc/core": "^1.9.2", |
49 | 47 | "@swc/jest": "^0.2.37", |
50 | | - "@testing-library/jest-dom": "5.14.1", |
51 | | - "@testing-library/react": "12.1.2", |
52 | | - "@types/jest": "27.0.2", |
53 | | - "@types/node": "16.11.1", |
54 | | - "@types/react": "17.0.0", |
55 | | - "@types/react-dom": "17.0.0", |
56 | | - "@typescript-eslint/eslint-plugin": "5.0.0", |
57 | | - "@typescript-eslint/parser": "5.0.0", |
58 | | - "@vitejs/plugin-react": "1.0.0", |
59 | | - "jest": "27.3.1", |
60 | | - "react": "17.0.2", |
61 | | - "react-dom": "17.0.2", |
62 | | - "typescript": "4.4.4", |
63 | | - "vite": "2.6.4", |
64 | | - "vite-plugin-dts": "0.9.2", |
65 | | - "vite-tsconfig-paths": "3.3.17" |
| 48 | + "@testing-library/dom": "^10.4.0", |
| 49 | + "@testing-library/jest-dom": "^6.6.3", |
| 50 | + "@testing-library/react": "^16.0.1", |
| 51 | + "@types/jest": "^29.5.14", |
| 52 | + "@types/node": "^22.9.0", |
| 53 | + "@types/react": "^18.3.12", |
| 54 | + "@types/react-dom": "^18.3.1", |
| 55 | + "@vitejs/plugin-react": "^4.3.3", |
| 56 | + "jest": "^29.7.0", |
| 57 | + "jest-environment-jsdom": "^29.7.0", |
| 58 | + "react": "^18.3.1", |
| 59 | + "react-dom": "^18.3.1", |
| 60 | + "typescript": "^5.6.3", |
| 61 | + "vite": "^5.4.11", |
| 62 | + "vite-plugin-dts": "^4.3.0", |
| 63 | + "vite-tsconfig-paths": "^5.1.2" |
66 | 64 | } |
67 | 65 | } |
0 commit comments