|
13 | 13 | "role": "frontend-plugin" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@backstage/core-components": "^0.12.0", |
17 | | - "@backstage/core-plugin-api": "^1.0.5", |
18 | | - "@backstage/theme": "^0.2.13", |
| 16 | + "@backstage/core-components": "^0.17.2", |
| 17 | + "@backstage/core-plugin-api": "^1.10.7", |
| 18 | + "@backstage/theme": "^0.6.6", |
19 | 19 | "@material-ui/core": "^4.12.2", |
20 | 20 | "@material-ui/icons": "^4.9.1", |
21 | 21 | "@material-ui/lab": "4.0.0-alpha.57", |
22 | 22 | "ace-builds": "^1.4.14", |
23 | 23 | "brace": "^0.11.1", |
24 | | - "react": "^17.0.2", |
25 | 24 | "react-ace": "^9.5.0", |
26 | | - "react-dom": "^17.0.2", |
27 | 25 | "react-router-dom": "^6.4.5", |
28 | 26 | "react-use": "^17.3.2", |
29 | | - "swagger-ui-react": "^4.12.0" |
| 27 | + "swagger-ui-react": "^5.30.1" |
30 | 28 | }, |
31 | 29 | "peerDependencies": { |
32 | | - "@backstage/core-components": "^0.12.0", |
33 | | - "@backstage/core-plugin-api": "^1.0.5", |
34 | | - "@backstage/theme": "^0.2.13", |
| 30 | + "@backstage/core-components": "^0.17.2", |
| 31 | + "@backstage/core-plugin-api": "^1.10.7", |
| 32 | + "@backstage/theme": "^0.6.6", |
35 | 33 | "@material-ui/core": "^4.12.2", |
36 | 34 | "@material-ui/icons": "^4.9.1", |
37 | | - "@material-ui/lab": "4.0.0-alpha.57" |
| 35 | + "@material-ui/lab": "4.0.0-alpha.57", |
| 36 | + "react": "^18", |
| 37 | + "react-dom": "^18" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@backstage/cli": "^0.21.1", |
41 | | - "@backstage/core-app-api": "^1.2.0", |
42 | | - "@backstage/core-components": "^0.12.0", |
43 | | - "@backstage/core-plugin-api": "^1.0.5", |
44 | | - "@backstage/dev-utils": "^1.0.8", |
45 | | - "@backstage/test-utils": "^1.2.2", |
46 | | - "@backstage/theme": "^0.2.13", |
| 40 | + "@backstage/cli": "^0.32.1", |
| 41 | + "@backstage/core-app-api": "^1.17.0", |
| 42 | + "@backstage/core-components": "^0.17.2", |
| 43 | + "@backstage/core-plugin-api": "^1.10.7", |
| 44 | + "@backstage/dev-utils": "^1.1.10", |
| 45 | + "@backstage/test-utils": "^1.7.8", |
| 46 | + "@backstage/theme": "^0.6.6", |
47 | 47 | "@commitlint/cli": "^19.5.0", |
48 | 48 | "@commitlint/config-conventional": "^19.5.0", |
49 | 49 | "@material-ui/core": "^4.12.2", |
50 | 50 | "@material-ui/icons": "^4.9.1", |
51 | 51 | "@material-ui/lab": "4.0.0-alpha.57", |
52 | 52 | "@semantic-release/github": "^10.3.5", |
53 | 53 | "@semantic-release/npm": "^12.0.1", |
54 | | - "@spotify/prettier-config": "^15.0.0", |
| 54 | + "@spotify/prettier-config": "*", |
| 55 | + "@testing-library/dom": "^10.4.1", |
55 | 56 | "@testing-library/jest-dom": "^6.9.1", |
56 | | - "@testing-library/react": "^12.1.3", |
57 | | - "@testing-library/user-event": "^13.1.8", |
58 | | - "@types/jest": "^29", |
| 57 | + "@testing-library/react": "^16.3.0", |
| 58 | + "@testing-library/user-event": "^14.6.1", |
| 59 | + "@types/jest": "^30", |
59 | 60 | "@types/node": "*", |
60 | | - "@types/react": "^17", |
61 | | - "@types/react-dom": "^17", |
62 | | - "@types/swagger-ui-react": "^4.1.1", |
| 61 | + "@types/react": "^18", |
| 62 | + "@types/react-dom": "^18", |
| 63 | + "@types/swagger-ui-react": "^5.18.0", |
63 | 64 | "commitizen": "^4.3.1", |
64 | 65 | "concurrently": "^9.2.1", |
65 | 66 | "cross-fetch": "^3.0.6", |
66 | 67 | "cz-conventional-changelog": "^3.3.0", |
67 | | - "eslint-plugin-jest": "^27", |
| 68 | + "eslint": "^8.57.0", |
| 69 | + "eslint-plugin-jest": "^29.0.1", |
68 | 70 | "husky": "^8.0.1", |
69 | 71 | "msw": "^0.35.0", |
70 | 72 | "prettier": "^3.6.2", |
71 | 73 | "pretty-quick": "^4.2.2", |
72 | | - "semantic-release": "19.0.2" |
| 74 | + "react": "^18", |
| 75 | + "react-dom": "^18", |
| 76 | + "semantic-release": "^25.0.1" |
73 | 77 | }, |
74 | 78 | "scripts": { |
75 | | - "start:backend": "yarn --cwd dev start", |
76 | 79 | "postinstall": "husky install", |
77 | 80 | "build": "backstage-cli package build", |
78 | 81 | "start": "backstage-cli package start", |
79 | 82 | "lint": "backstage-cli package lint", |
80 | 83 | "test": "backstage-cli package test", |
81 | | - "dev": "concurrently \"yarn start\" \"yarn start:backend\"", |
82 | | - "tsc": "npx tsc", |
83 | | - "test:ci": "backstage-cli test --no-watch --silent --forceExit --detectOpenHandles --no-cache --coverage=false --runInBand", |
84 | 84 | "diff": "backstage-cli plugin:diff", |
85 | 85 | "prepack": "backstage-cli package prepack", |
86 | 86 | "postpack": "backstage-cli package postpack", |
87 | 87 | "clean": "backstage-cli package clean", |
| 88 | + "start:backend": "yarn --cwd dev start", |
| 89 | + "dev": "concurrently \"yarn start\" \"yarn start:backend\"", |
| 90 | + "tsc": "npx tsc", |
| 91 | + "test:ci": "backstage-cli package test --ci --no-watchman --no-watch --silent --no-cache --coverage=false", |
88 | 92 | "format:all": "prettier \"**/*.{ts,tsx,js,jsx,json,md}\" --write", |
89 | 93 | "format:check": "prettier \"**/*.{ts,tsx,js,jsx,json,md}\" --check", |
90 | 94 | "format:staged": "pretty-quick --staged", |
|
120 | 124 | } |
121 | 125 | }, |
122 | 126 | "prettier": "@spotify/prettier-config", |
| 127 | + "engines": { |
| 128 | + "node": ">=20.0.0 || >=22.0.0" |
| 129 | + }, |
123 | 130 | "resolutions": { |
124 | | - "@types/react": "^17.0.0", |
125 | | - "react": "^17.0.2", |
126 | | - "react-dom": "^17.0.2" |
| 131 | + "eslint": "8.57.0" |
127 | 132 | } |
128 | 133 | } |
0 commit comments