|
33 | 33 | "lint": "eslint .", |
34 | 34 | "format": "prettier --write .", |
35 | 35 | "test": "jest", |
36 | | - "test-dist-skip-build": "jest --config=jest-dist.config.js", |
| 36 | + "test-dist-skip-build": "jest --config=jest-dist.config.mjs", |
37 | 37 | "test-dist": "yarn build-dist && yarn test-dist-skip-build", |
38 | 38 | "generate-mjml-react": "ts-node scripts/generate-mjml-react.ts", |
39 | 39 | "build-mjml-react": "ts-node scripts/build-mjml-react.ts", |
|
46 | 46 | "@semantic-release/npm": "^13.1.5", |
47 | 47 | "@trivago/prettier-plugin-sort-imports": "^3.2.0", |
48 | 48 | "@types/html-minifier": "^4.0.2", |
49 | | - "@types/jest": "^29.1.2", |
50 | | - "@types/lodash.camelcase": "^4.3.7", |
51 | | - "@types/lodash.kebabcase": "^4.1.7", |
52 | | - "@types/lodash.upperfirst": "^4.3.7", |
| 49 | + "@types/jest": "^29.5.14", |
| 50 | + "@types/lodash.camelcase": "^4.3.9", |
| 51 | + "@types/lodash.kebabcase": "^4.1.9", |
| 52 | + "@types/lodash.upperfirst": "^4.3.9", |
53 | 53 | "@types/mjml": "^4.7.0", |
54 | | - "@types/node": "^18.8.2", |
| 54 | + "@types/node": "^22.19.0", |
55 | 55 | "@types/react": "^18.3", |
56 | 56 | "@types/react-dom": "^18.3", |
57 | | - "@typescript-eslint/eslint-plugin": "^5.40.1", |
58 | | - "@typescript-eslint/parser": "^5.40.1", |
| 57 | + "@typescript-eslint/eslint-plugin": "^8.59.2", |
| 58 | + "@typescript-eslint/parser": "^8.59.2", |
59 | 59 | "del": "^6.0.0", |
60 | | - "eslint": "^8.25.0", |
61 | | - "eslint-plugin-import": "^2.26.0", |
62 | | - "eslint-plugin-jest": "^27.1.3", |
63 | | - "eslint-plugin-jest-dom": "^4.0.2", |
64 | | - "eslint-plugin-react": "^7.31.10", |
65 | | - "eslint-plugin-react-hooks": "^4.6.0", |
66 | | - "eslint-plugin-testing-library": "^5.8.0", |
| 60 | + "eslint": "^8.57.1", |
| 61 | + "eslint-plugin-import": "^2.32.0", |
| 62 | + "eslint-plugin-jest": "^29.15.2", |
| 63 | + "eslint-plugin-jest-dom": "^5.5.0", |
| 64 | + "eslint-plugin-react": "^7.37.5", |
| 65 | + "eslint-plugin-react-hooks": "^7.1.1", |
| 66 | + "eslint-plugin-testing-library": "^7.16.2", |
67 | 67 | "husky": "^8.0.0", |
68 | | - "jest": "^29.0.3", |
| 68 | + "jest": "^29.7.0", |
69 | 69 | "lodash.camelcase": "^4.3.0", |
70 | 70 | "lodash.upperfirst": "^4.3.1", |
71 | 71 | "mjml": "^4.15.3", |
|
74 | 74 | "react": "^18.3", |
75 | 75 | "react-dom": "^18.3", |
76 | 76 | "semantic-release": "^24.0.0", |
77 | | - "ts-jest": "^29.0.3", |
78 | | - "ts-node": "^10.3.0", |
79 | | - "typescript": "4.5.5" |
| 77 | + "ts-jest": "^29.4.9", |
| 78 | + "ts-node": "^10.9.2", |
| 79 | + "typescript": "5.9.3" |
80 | 80 | }, |
81 | 81 | "peerDependencies": { |
82 | 82 | "mjml": "^4.13.0", |
|
0 commit comments