|
9 | 9 | "watch-tests": "jest --watch",
|
10 | 10 | "format": "prettier --write .",
|
11 | 11 | "check-format": "prettier --check .",
|
12 |
| - "coverage": "jest --coverage" |
13 |
| - }, |
14 |
| - "husky": { |
15 |
| - "hooks": { |
16 |
| - "pre-commit": "pretty-quick --staged && concurrently yarn:test yarn:lint" |
17 |
| - } |
| 12 | + "coverage": "jest --coverage", |
| 13 | + "prepare": "husky" |
18 | 14 | },
|
19 | 15 | "devDependencies": {
|
20 | 16 | "@babel/core": "^7.12.10",
|
21 | 17 | "@babel/plugin-proposal-class-properties": "^7.10.1",
|
22 | 18 | "@babel/plugin-proposal-decorators": "^7.12.12",
|
23 | 19 | "@babel/preset-env": "^7.12.11",
|
24 | 20 | "@babel/preset-react": "^7.12.10",
|
25 |
| - "@testing-library/react": "^11.2.3", |
| 21 | + "@testing-library/dom": "^10.4.0", |
| 22 | + "@testing-library/jest-dom": "^6.6.3", |
| 23 | + "@testing-library/react": "^16.1.0", |
26 | 24 | "@types/jest": "^26.0.20",
|
27 | 25 | "autoprefixer": "^10.2.4",
|
28 | 26 | "babel-eslint": "^10.1.0",
|
|
34 | 32 | "eslint-config-prettier": "^7.2.0",
|
35 | 33 | "eslint-config-react-important-stuff": "^3.0.0",
|
36 | 34 | "eslint-plugin-prettier": "^3.3.1",
|
37 |
| - "husky": "^4.3.8", |
| 35 | + "husky": "^9.1.7", |
38 | 36 | "identity-obj-proxy": "^3.0.0",
|
39 | 37 | "jest": "^26.1.0",
|
40 | 38 | "jest-cli": "^26.1.0",
|
|
43 | 41 | "pretty-quick": "^3.1.0",
|
44 | 42 | "react-router": "^5.2.0",
|
45 | 43 | "react-router-dom": "^5.2.0",
|
46 |
| - "react-test-renderer": "^17.0.2", |
47 |
| - "single-spa-react": "^4.0.0", |
| 44 | + "single-spa-react": "^6.0.2", |
48 | 45 | "style-loader": "^2.0.0",
|
49 | 46 | "systemjs-webpack-interop": "^2.3.4",
|
50 | 47 | "webpack": "^5.18.0",
|
51 | 48 | "webpack-cli": "^4.4.0",
|
52 |
| - "webpack-config-single-spa-react": "^5.0.2", |
| 49 | + "webpack-config-single-spa-react": "^6.0.0", |
53 | 50 | "webpack-dev-server": "^4.0.0-beta.0",
|
54 | 51 | "webpack-merge": "^5.7.3"
|
55 | 52 | },
|
56 | 53 | "dependencies": {
|
57 |
| - "react": "^17.0.1", |
58 |
| - "react-dom": "^17.0.1" |
| 54 | + "react": "^19.0.0", |
| 55 | + "react-dom": "^19.0.0" |
59 | 56 | },
|
60 | 57 | "packageManager": "pnpm@9.11.0"
|
61 | 58 | }
|
0 commit comments