|
37 | 37 | "license": "MIT", |
38 | 38 | "scripts": { |
39 | 39 | "build": "tsup", |
40 | | - "dist": "cross-env NODE_ENV=production npm run build", |
| 40 | + "dist": "npm run clean && cross-env NODE_ENV=production npm run build", |
41 | 41 | "lint": "eslint .", |
42 | 42 | "format:check": "prettier --check .", |
43 | 43 | "format:fix": "prettier --write .", |
|
49 | 49 | "install.5": "npm --no-save install @fortawesome/[email protected] @fortawesome/[email protected]", |
50 | 50 | "install.6": "npm --no-save install @fortawesome/[email protected] @fortawesome/[email protected]", |
51 | 51 | "install.7": "npm --no-save install @fortawesome/[email protected] @fortawesome/[email protected]", |
52 | | - "clean": "rm -rf dist" |
| 52 | + "clean": "rimraf dist" |
53 | 53 | }, |
54 | 54 | "dependencies": { |
55 | 55 | "semver": "^7.7.2" |
|
64 | 64 | "@babel/preset-env": "^7.28.0", |
65 | 65 | "@babel/preset-react": "^7.27.1", |
66 | 66 | "@babel/preset-typescript": "^7.27.1", |
67 | | - "@eslint/js": "^9.32.0", |
| 67 | + "@eslint/js": "^9.33.0", |
68 | 68 | "@fortawesome/fontawesome-svg-core": "^7.0.0", |
69 | 69 | "@fortawesome/free-brands-svg-icons": "^7.0.0", |
70 | 70 | "@fortawesome/free-solid-svg-icons": "^7.0.0", |
71 | 71 | "@testing-library/dom": "^10.4.1", |
72 | 72 | "@testing-library/jest-dom": "^6.6.4", |
73 | 73 | "@testing-library/react": "^16.3.0", |
74 | 74 | "@types/jest": "^30.0.0", |
75 | | - "@types/react": "^19.1.9", |
| 75 | + "@types/react": "^19.1.10", |
76 | 76 | "@types/react-dom": "^19.1.7", |
77 | 77 | "@types/semver": "^7.7.0", |
78 | | - "browserslist": "^4.25.1", |
79 | | - "caniuse-lite": "^1.0.30001731", |
| 78 | + "browserslist": "^4.25.2", |
| 79 | + "caniuse-lite": "^1.0.30001734", |
80 | 80 | "cross-env": "^10.0.0", |
81 | | - "eslint": "^9.32.0", |
| 81 | + "eslint": "^9.33.0", |
82 | 82 | "eslint-config-prettier": "^10.1.8", |
83 | 83 | "eslint-plugin-import": "^2.32.0", |
84 | 84 | "eslint-plugin-jest": "^29.0.1", |
85 | 85 | "eslint-plugin-jsx-a11y": "^6.10.2", |
86 | | - "eslint-plugin-prettier": "^5.5.3", |
| 86 | + "eslint-plugin-prettier": "^5.5.4", |
87 | 87 | "eslint-plugin-react": "^7.37.5", |
88 | 88 | "eslint-plugin-react-hooks": "^5.2.0", |
89 | | - "eslint-plugin-testing-library": "^7.6.3", |
| 89 | + "eslint-plugin-testing-library": "^7.6.6", |
90 | 90 | "eslint-plugin-unicorn": "^60.0.0", |
91 | 91 | "globals": "^16.3.0", |
92 | 92 | "husky": "^9.1.7", |
|
96 | 96 | "pretty-quick": "^4.2.2", |
97 | 97 | "react": "^19.1.1", |
98 | 98 | "react-dom": "^19.1.1", |
| 99 | + "rimraf": "^6.0.1", |
99 | 100 | "ts-jest": "^29.4.1", |
100 | 101 | "ts-node": "^10.9.2", |
101 | 102 | "tsup": "^8.5.0", |
102 | 103 | "typescript": "^5.9.2", |
103 | | - "typescript-eslint": "^8.39.0" |
| 104 | + "typescript-eslint": "^8.39.1" |
104 | 105 | }, |
105 | 106 | "files": [ |
106 | 107 | "./dist", |
107 | | - "CHANGELOG.md", |
108 | | - "CODE_OF_CONDUCT.md", |
109 | | - "CONTRIBUTING.md", |
110 | | - "DEVELOPMENT.md", |
111 | | - "LICENSE.txt", |
112 | | - "README.md", |
113 | | - "UPGRADING.md" |
| 108 | + "./CHANGELOG.md", |
| 109 | + "./CODE_OF_CONDUCT.md", |
| 110 | + "./CONTRIBUTING.md", |
| 111 | + "./DEVELOPMENT.md", |
| 112 | + "./LICENSE.txt", |
| 113 | + "./README.md", |
| 114 | + "./UPGRADING.md" |
114 | 115 | ], |
115 | 116 | "browserslist": [ |
116 | 117 | "> 1%", |
117 | | - "last 2 versions", |
118 | | - "ie > 10" |
| 118 | + "last 2 versions" |
119 | 119 | ], |
120 | 120 | "husky": { |
121 | 121 | "hooks": { |
|
0 commit comments