|
1 | 1 | { |
2 | 2 | "name": "@schematichq/schematic-components", |
3 | | - "version": "1.4.2", |
| 3 | + "version": "1.4.3", |
4 | 4 | "main": "dist/schematic-components.cjs.js", |
5 | 5 | "module": "dist/schematic-components.esm.js", |
6 | 6 | "types": "dist/schematic-components.d.ts", |
|
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | 35 | "@schematichq/schematic-icons": "^0.5.2", |
36 | | - "@stripe/stripe-js": "^7.8.0", |
37 | | - "i18next": "^25.4.0", |
| 36 | + "@stripe/stripe-js": "^7.9.0", |
| 37 | + "i18next": "^25.4.2", |
38 | 38 | "lodash": "^4.17.21", |
39 | 39 | "pako": "^2.1.0", |
40 | | - "react-i18next": "^15.7.1", |
| 40 | + "react-i18next": "^15.7.3", |
41 | 41 | "styled-components": "^6.1.19", |
42 | 42 | "uuid": "^11.1.0" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@eslint/js": "^9.33.0", |
46 | | - "@eslint/json": "^0.13.0", |
| 45 | + "@eslint/js": "^9.34.0", |
| 46 | + "@eslint/json": "^0.13.2", |
47 | 47 | "@eslint/markdown": "^7.2.0", |
48 | 48 | "@microsoft/api-extractor": "^7.52.11", |
49 | | - "@openapitools/openapi-generator-cli": "^2.23.0", |
50 | | - "@stripe/react-stripe-js": "^3.9.1", |
| 49 | + "@openapitools/openapi-generator-cli": "^2.23.1", |
| 50 | + "@stripe/react-stripe-js": "^3.9.2", |
51 | 51 | "@types/jest": "^30.0.0", |
52 | 52 | "@types/lodash": "^4.17.20", |
53 | 53 | "@types/pako": "^2.0.4", |
54 | | - "@types/react": "^19.1.11", |
55 | | - "@types/react-dom": "^19.1.7", |
| 54 | + "@types/react": "^19.1.12", |
| 55 | + "@types/react-dom": "^19.1.9", |
56 | 56 | "esbuild": "^0.25.9", |
57 | | - "eslint": "^9.33.0", |
| 57 | + "eslint": "^9.34.0", |
58 | 58 | "eslint-import-resolver-typescript": "^4.4.4", |
59 | 59 | "eslint-plugin-import": "^2.32.0", |
60 | 60 | "eslint-plugin-react": "^7.37.5", |
61 | 61 | "eslint-plugin-react-hooks": "^5.2.0", |
62 | 62 | "globals": "^16.3.0", |
63 | | - "jest": "^30.0.4", |
64 | | - "jest-environment-jsdom": "^30.0.4", |
| 63 | + "jest": "^30.1.1", |
| 64 | + "jest-environment-jsdom": "^30.1.1", |
65 | 65 | "jest-esbuild": "^0.4.0", |
66 | 66 | "jest-fetch-mock": "^3.0.3", |
67 | 67 | "prettier": "^3.6.2", |
68 | 68 | "react": "^19.1.1", |
69 | 69 | "react-dom": "^19.1.1", |
70 | 70 | "ts-jest": "^29.4.1", |
71 | 71 | "typescript": "^5.9.2", |
72 | | - "typescript-eslint": "^8.40.0" |
| 72 | + "typescript-eslint": "^8.41.0" |
73 | 73 | }, |
74 | 74 | "peerDependencies": { |
75 | 75 | "@stripe/react-stripe-js": ">=3", |
|
0 commit comments