|
29 | 29 | "test": "backstage-cli package test", |
30 | 30 | "clean": "backstage-cli package clean", |
31 | 31 | "prepack": "backstage-cli package prepack", |
32 | | - "postpack": "backstage-cli package postpack" |
| 32 | + "postpack": "backstage-cli package postpack", |
| 33 | + "prettier:check": "prettier --check ." |
33 | 34 | }, |
34 | 35 | "dependencies": { |
35 | | - "@backstage/core-components": "^0.12.0", |
36 | | - "@backstage/core-plugin-api": "^1.2.0", |
37 | | - "@backstage/plugin-catalog-react": "^1.2.2", |
| 36 | + "@backstage/core-components": "^0.12.3", |
| 37 | + "@backstage/core-plugin-api": "^1.3.0", |
| 38 | + "@backstage/plugin-catalog-react": "^1.2.4", |
38 | 39 | "@backstage/theme": "^0.2.16", |
39 | 40 | "@material-ui/core": "^4.12.2", |
40 | 41 | "@material-ui/icons": "^4.9.1", |
41 | 42 | "@material-ui/lab": "4.0.0-alpha.61", |
42 | 43 | "moment": "^2.29.1", |
43 | | - "react-router": "6.3.0", |
| 44 | + "react-dom": "^17.0.2", |
| 45 | + "react-router-dom": "^6.3.0", |
44 | 46 | "react-use": "^17.2.4" |
45 | 47 | }, |
46 | 48 | "peerDependencies": { |
47 | | - "react": "^16.13.1 || ^17.0.0", |
48 | | - "react-dom": "^16.13.1 || ^17.0.0" |
| 49 | + "react": "^17.0.0", |
| 50 | + "react-dom": "^17.0.0" |
49 | 51 | }, |
50 | 52 | "devDependencies": { |
51 | | - "@backstage/cli": "^0.22.0", |
52 | | - "@backstage/core-app-api": "^1.3.0", |
53 | | - "@backstage/dev-utils": "^1.0.0", |
54 | | - "@backstage/plugin-catalog-react": "^1.2.2", |
55 | | - "@backstage/test-utils": "^1.2.3", |
56 | | - "@spotify/prettier-config": "^12.0.0", |
57 | | - "prettier": "^2.3.2", |
| 53 | + "@backstage/cli": "^0.22.1", |
| 54 | + "@backstage/core-app-api": "^1.4.0", |
| 55 | + "@backstage/dev-utils": "^1.0.11", |
| 56 | + "@backstage/plugin-catalog-react": "^1.2.4", |
| 57 | + "@backstage/test-utils": "^1.2.4", |
58 | 58 | "@testing-library/jest-dom": "^5.12.0", |
59 | 59 | "@testing-library/react": "^12.1.3", |
60 | 60 | "@testing-library/user-event": "^14.3.0", |
61 | 61 | "@types/jest": "^27.4.0", |
62 | 62 | "@types/node": "^17.0.13", |
| 63 | + "@typescript-eslint/eslint-plugin": "^5.48.2", |
| 64 | + "@typescript-eslint/parser": "^5.48.2", |
63 | 65 | "cross-fetch": "^3.1.4", |
64 | | - "msw": "^0.44.2" |
| 66 | + "msw": "^0.44.2", |
| 67 | + "prettier": "^2.3.2" |
65 | 68 | }, |
66 | 69 | "files": [ |
67 | 70 | "dist" |
68 | | - ], |
69 | | - "prettier": "@spotify/prettier-config" |
| 71 | + ] |
70 | 72 | } |
0 commit comments