@backstage/dev-utils 1.1.16 → 1.1.17-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -3
- package/dist/devApp/BuiCss.esm.js.map +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# @backstage/dev-utils
|
|
2
2
|
|
|
3
|
-
## 1.1.
|
|
3
|
+
## 1.1.17-next.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- b29a856: Fixed styling of the dev app by adding a lazy import of `@backstage/ui/css/styles.css`.
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/ui@0.8.
|
|
9
|
+
- @backstage/ui@0.8.2-next.0
|
|
10
|
+
- @backstage/plugin-catalog-react@1.21.3-next.0
|
|
11
|
+
- @backstage/core-app-api@1.19.2-next.0
|
|
12
|
+
- @backstage/core-plugin-api@1.11.2-next.0
|
|
13
|
+
- @backstage/core-components@0.18.3-next.0
|
|
14
|
+
- @backstage/catalog-model@1.7.6-next.0
|
|
15
|
+
- @backstage/app-defaults@1.7.2-next.0
|
|
16
|
+
- @backstage/integration-react@1.2.12-next.0
|
|
17
|
+
- @backstage/theme@0.7.0
|
|
10
18
|
|
|
11
19
|
## 1.1.15
|
|
12
20
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BuiCss.esm.js","sources":["../../src/devApp/BuiCss.tsx"],"sourcesContent":["/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport '@backstage/ui/css/styles.css';\n\n/**\n * Placeholder component to allow lazy loading of the BUI CSS import. This\n * ensures that we don't load the CSS as soon as anyone imports this package.\n */\nexport default () => null;\n"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"BuiCss.esm.js","sources":["../../src/devApp/BuiCss.tsx"],"sourcesContent":["/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// This ensures that dev apps always have the BUI CSS loaded.\n// eslint-disable-next-line @backstage/no-ui-css-imports-in-non-frontend\nimport '@backstage/ui/css/styles.css';\n\n/**\n * Placeholder component to allow lazy loading of the BUI CSS import. This\n * ensures that we don't load the CSS as soon as anyone imports this package.\n */\nexport default () => null;\n"],"names":[],"mappings":";;AAwBA,aAAe,MAAM,IAAA;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/dev-utils",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.17-next.0",
|
|
4
4
|
"description": "Utilities for developing Backstage plugins.",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library"
|
|
@@ -36,22 +36,22 @@
|
|
|
36
36
|
"test": "backstage-cli package test"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@backstage/app-defaults": "
|
|
40
|
-
"@backstage/catalog-model": "
|
|
41
|
-
"@backstage/core-app-api": "
|
|
42
|
-
"@backstage/core-components": "
|
|
43
|
-
"@backstage/core-plugin-api": "
|
|
44
|
-
"@backstage/integration-react": "
|
|
45
|
-
"@backstage/plugin-catalog-react": "
|
|
46
|
-
"@backstage/theme": "
|
|
47
|
-
"@backstage/ui": "
|
|
39
|
+
"@backstage/app-defaults": "1.7.2-next.0",
|
|
40
|
+
"@backstage/catalog-model": "1.7.6-next.0",
|
|
41
|
+
"@backstage/core-app-api": "1.19.2-next.0",
|
|
42
|
+
"@backstage/core-components": "0.18.3-next.0",
|
|
43
|
+
"@backstage/core-plugin-api": "1.11.2-next.0",
|
|
44
|
+
"@backstage/integration-react": "1.2.12-next.0",
|
|
45
|
+
"@backstage/plugin-catalog-react": "1.21.3-next.0",
|
|
46
|
+
"@backstage/theme": "0.7.0",
|
|
47
|
+
"@backstage/ui": "0.8.2-next.0",
|
|
48
48
|
"@material-ui/core": "^4.12.2",
|
|
49
49
|
"@material-ui/icons": "^4.9.1",
|
|
50
50
|
"react-use": "^17.2.4"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@backstage/cli": "
|
|
54
|
-
"@backstage/test-utils": "
|
|
53
|
+
"@backstage/cli": "0.34.5-next.0",
|
|
54
|
+
"@backstage/test-utils": "1.7.13-next.0",
|
|
55
55
|
"@testing-library/dom": "^10.0.0",
|
|
56
56
|
"@testing-library/jest-dom": "^6.0.0",
|
|
57
57
|
"@testing-library/react": "^16.0.0",
|