|
28 | 28 | "@testing-library/react": "^16.0.0" |
29 | 29 | }, |
30 | 30 | "dependencies": { |
31 | | - "@backstage/core-components": "^0.18.3", |
32 | | - "@backstage/core-plugin-api": "^1.12.0", |
33 | | - "@backstage/plugin-catalog-react": "^1.21.3", |
| 31 | + "@backstage/core-components": "^0.18.10", |
| 32 | + "@backstage/core-plugin-api": "^1.12.6", |
| 33 | + "@backstage/plugin-catalog-react": "^3.0.0", |
34 | 34 | "@mui/icons-material": "^5.16.0", |
35 | 35 | "@mui/material": "^5.16.0", |
36 | 36 | "react-use": "^17.2.4" |
|
40 | 40 | "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@backstage/cli": "^0.34.5", |
44 | | - "@backstage/config": "^1.3.6", |
45 | | - "@backstage/dev-utils": "^1.1.17", |
46 | | - "@backstage/eslint-plugin": "^0.2.0", |
47 | | - "@backstage/test-utils": "^1.7.13", |
| 43 | + "@backstage/cli": "^0.36.2", |
| 44 | + "@backstage/config": "^1.3.8", |
| 45 | + "@backstage/dev-utils": "^1.1.23", |
| 46 | + "@backstage/eslint-plugin": "^0.3.0", |
| 47 | + "@backstage/test-utils": "^1.7.18", |
48 | 48 | "@emotion/react": "^11.14.0", |
49 | 49 | "@emotion/styled": "^11.14.1", |
| 50 | + "@jest/environment-jsdom-abstract": "^30.0.0", |
50 | 51 | "@spotify/eslint-config-base": "^15.0.0", |
51 | 52 | "@spotify/eslint-config-react": "^15.0.0", |
52 | 53 | "@spotify/eslint-config-typescript": "^15.0.0", |
53 | 54 | "@testing-library/dom": "^10.4.1", |
54 | 55 | "@testing-library/jest-dom": "^6.5.0", |
55 | 56 | "@testing-library/react": "^16.0.0", |
| 57 | + "@types/jest": "^30.0.0", |
56 | 58 | "@types/react": "^18.0.0", |
57 | 59 | "@types/react-dom": "^18.0.0", |
58 | 60 | "@typescript-eslint/eslint-plugin": "8.48.1", |
|
67 | 69 | "eslint-plugin-unused-imports": "^2.0.0", |
68 | 70 | "express": "^5.2.1", |
69 | 71 | "http-proxy-middleware": "^3.0.5", |
70 | | - "msw": "^1.0.0", |
| 72 | + "jest": "^30.0.0", |
| 73 | + "jsdom": "^27.1.0", |
| 74 | + "msw": "^2.0.0", |
71 | 75 | "react": "^18.0.0", |
72 | 76 | "react-dom": "^18.0.0", |
73 | 77 | "react-router-dom": "^6.0.0", |
|
81 | 85 | "module": "./dist/index.esm.js", |
82 | 86 | "jest": { |
83 | 87 | "transformIgnorePatterns": [ |
84 | | - "node_modules/(?!react-use|@backstage|react-syntax-highlighter|style-loader|css-loader|d3-.*|react-markdown|vfile|vfile-message|unist-.*|unified|bail|is-plain-obj|trough|remark-.*|mdast-.*|micromark.*|decode-named-character-reference|character-entities|property-information|hast-.*|space-separated-tokens|comma-separated-tokens|web-namespaces|zwitch|html-void-elements|ccount|escape-string-regexp|trim-lines|remark-rehype|unist-util-.*|markdown-table|@react-hookz/web|yaml)" |
| 88 | + "node_modules/(?!react-use|@backstage|react-syntax-highlighter|style-loader|css-loader|d3-.*|react-markdown|vfile|vfile-message|unist-.*|unified|bail|is-plain-obj|trough|remark-.*|mdast-.*|micromark.*|decode-named-character-reference|character-entities|property-information|hast-.*|space-separated-tokens|comma-separated-tokens|web-namespaces|zwitch|html-void-elements|ccount|escape-string-regexp|trim-lines|remark-rehype|rehype-.*|hastscript|unist-util-.*|markdown-table|@react-hookz/web|yaml|msw|@mswjs/.*|@open-draft/.*|rettime|until-async|@bundled-es-modules/.*|strict-event-emitter|headers-polyfill|outvariant|is-node-process)" |
85 | 89 | ] |
86 | 90 | } |
87 | 91 | } |
0 commit comments