|
1 | 1 | { |
2 | 2 | "name": "@schubergphilis/sbp-frontend-style", |
3 | | - "version": "1.8.0", |
| 3 | + "version": "1.8.1-3", |
4 | 4 | "license": "MIT", |
5 | 5 | "type": "module", |
6 | 6 | "types": "./dist/index.d.ts", |
|
19 | 19 | "url": "git://github.com/schubergphilis/sbp-frontend-style.git" |
20 | 20 | }, |
21 | 21 | "scripts": { |
22 | | - "predev": "yarn prebuild", |
| 22 | + "predev": "pnpm prebuild", |
23 | 23 | "dev": "vite --port 3005", |
24 | 24 | "prebuild": "node --trace-warnings component-list.js", |
25 | 25 | "lint": "eslint ./src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
26 | 26 | "preview": "vite preview", |
27 | 27 | "clean": "rimraf dist", |
28 | | - "build": "yarn clean && rollup -c", |
| 28 | + "build": "pnpm clean && rollup -c", |
29 | 29 | "release": "standard-version", |
30 | 30 | "test": "jest --coverage --colors --silent --verbose --watchAll=false", |
31 | 31 | "test:debug": "jest --watchAll --coverage --color --detectOpenHandles --silent false --verbose true --debug", |
|
34 | 34 | "test:clear": "jest --clearCache" |
35 | 35 | }, |
36 | 36 | "peerDependencies": { |
37 | | - "react": "^19.1.1", |
38 | | - "react-dom": "^19.1.1" |
| 37 | + "react": "^19.2.3", |
| 38 | + "react-dom": "^19.2.3" |
39 | 39 | }, |
40 | 40 | "dependencies": { |
41 | | - "styled-components": "^6.1.19" |
| 41 | + "styled-components": "^6.3.5" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@eslint/compat": "^1.3.2", |
45 | | - "@eslint/eslintrc": "^3.3.1", |
46 | | - "@eslint/js": "^9.35.0", |
47 | | - "@inrupt/jest-jsdom-polyfills": "^4.0.5", |
48 | | - "@reduxjs/toolkit": "^2.9.0", |
49 | | - "@rollup/plugin-commonjs": "^28.0.6", |
50 | | - "@rollup/plugin-node-resolve": "^16.0.1", |
| 44 | + "@eslint/compat": "^2.0.1", |
| 45 | + "@eslint/eslintrc": "^3.3.3", |
| 46 | + "@eslint/js": "^9.39.2", |
| 47 | + "@inrupt/jest-jsdom-polyfills": "^4.0.8", |
| 48 | + "@reduxjs/toolkit": "^2.11.2", |
| 49 | + "@rollup/plugin-commonjs": "^29.0.0", |
| 50 | + "@rollup/plugin-node-resolve": "^16.0.3", |
51 | 51 | "@rollup/plugin-sucrase": "^5.0.2", |
52 | 52 | "@rollup/plugin-typescript": "^11.1.2", |
53 | 53 | "@testing-library/dom": "^10.4.1", |
54 | | - "@testing-library/jest-dom": "^6.8.0", |
55 | | - "@testing-library/react": "^16.3.0", |
| 54 | + "@testing-library/jest-dom": "^6.9.1", |
| 55 | + "@testing-library/react": "^16.3.1", |
56 | 56 | "@testing-library/user-event": "^14.6.1", |
57 | 57 | "@types/jest": "^30.0.0", |
58 | | - "@types/node": "^24.3.1", |
59 | | - "@types/react": "^19.1.12", |
60 | | - "@types/react-dom": "^19.1.9", |
| 58 | + "@types/node": "^25.0.6", |
| 59 | + "@types/react": "^19.2.8", |
| 60 | + "@types/react-dom": "^19.2.3", |
61 | 61 | "@types/react-redux": "^7.1.34", |
62 | 62 | "@types/react-syntax-highlighter": "^15.5.13", |
63 | | - "@types/styled-components": "^5.1.34", |
64 | | - "@typescript-eslint/eslint-plugin": "^8.43.0", |
65 | | - "@typescript-eslint/parser": "^8.43.0", |
66 | | - "@vitejs/plugin-react": "^5.0.2", |
67 | | - "@vitejs/plugin-react-swc": "^4.0.1", |
| 63 | + "@types/styled-components": "^5.1.36", |
| 64 | + "@typescript-eslint/eslint-plugin": "^8.52.0", |
| 65 | + "@typescript-eslint/parser": "^8.52.0", |
| 66 | + "@vitejs/plugin-react": "^5.1.2", |
| 67 | + "@vitejs/plugin-react-swc": "^4.2.2", |
68 | 68 | "directory-tree": "^3.5.2", |
69 | | - "eslint": "9.35.0", |
70 | | - "eslint-config-prettier": "10.1.5", |
| 69 | + "eslint": "9.39.2", |
| 70 | + "eslint-config-prettier": "10.1.8", |
71 | 71 | "eslint-plugin-prettier": "5.5.4", |
72 | 72 | "eslint-plugin-react": "^7.37.5", |
73 | | - "eslint-plugin-react-hooks": "^5.2.0", |
74 | | - "eslint-plugin-react-refresh": "^0.4.20", |
75 | | - "globals": "^16.3.0", |
76 | | - "html-react-parser": "^5.2.6", |
77 | | - "jest": "^30.1.3", |
78 | | - "jest-environment-jsdom": "^30.1.2", |
79 | | - "jest-environment-node": "^30.1.2", |
80 | | - "prettier": "^3.6.2", |
81 | | - "prettier-plugin-organize-imports": "^4.2.0", |
82 | | - "react": "^19.1.1", |
83 | | - "react-dom": "^19.1.1", |
| 73 | + "eslint-plugin-react-hooks": "^7.0.1", |
| 74 | + "eslint-plugin-react-refresh": "^0.4.26", |
| 75 | + "globals": "^17.0.0", |
| 76 | + "html-react-parser": "^5.2.11", |
| 77 | + "jest": "^30.2.0", |
| 78 | + "jest-environment-jsdom": "^30.2.0", |
| 79 | + "jest-environment-node": "^30.2.0", |
| 80 | + "prettier": "^3.7.4", |
| 81 | + "prettier-plugin-organize-imports": "^4.3.0", |
| 82 | + "react": "^19.2.3", |
| 83 | + "react-dom": "^19.2.3", |
84 | 84 | "react-element-to-jsx-string": "^17.0.1", |
85 | 85 | "react-redux": "^9.2.0", |
86 | | - "react-router-dom": "^7.8.2", |
87 | | - "react-syntax-highlighter": "^15.6.6", |
88 | | - "rimraf": "^6.0.1", |
89 | | - "rollup": "^4.50.1", |
90 | | - "rollup-plugin-delete": "^3.0.1", |
91 | | - "rollup-plugin-dts": "^6.2.3", |
| 86 | + "react-router-dom": "^7.12.0", |
| 87 | + "react-syntax-highlighter": "^16.1.0", |
| 88 | + "rimraf": "^6.1.2", |
| 89 | + "rollup": "^4.55.1", |
| 90 | + "rollup-plugin-delete": "^3.0.2", |
| 91 | + "rollup-plugin-dts": "^6.3.0", |
92 | 92 | "rollup-plugin-peer-deps-external": "^2.2.4", |
93 | 93 | "rollup-plugin-terser": "^7.0.2", |
94 | 94 | "rollup-plugin-tsconfig-paths": "^1.5.2", |
95 | 95 | "standard-version": "^9.5.0", |
96 | | - "ts-jest": "^29.4.1", |
97 | | - "typescript": "5.9.2", |
98 | | - "vite": "^7.1.5", |
99 | | - "vite-tsconfig-paths": "^5.1.4", |
| 96 | + "ts-jest": "^29.4.6", |
| 97 | + "typescript": "5.9.3", |
| 98 | + "vite": "^7.3.1", |
| 99 | + "vite-tsconfig-paths": "^6.0.4", |
100 | 100 | "web-vitals": "^5.1.0" |
101 | 101 | }, |
102 | 102 | "release": { |
|
147 | 147 | "transformIgnorePatterns": [ |
148 | 148 | "<rootDir>/node_modules/(?!variables|react-syntax-highlighter)" |
149 | 149 | ] |
150 | | - }, |
151 | | - "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
| 150 | + } |
152 | 151 | } |
0 commit comments