@backstage/test-utils 0.0.0-nightly-20230914021123 → 0.0.0-nightly-20230915021143

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-20230914021123
3
+ ## 0.0.0-nightly-20230915021143
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,13 +8,13 @@
8
8
  - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
9
9
  - 8cec7664e146: Removed `@types/node` dependency
10
10
  - Updated dependencies
11
- - @backstage/config@0.0.0-nightly-20230914021123
12
- - @backstage/core-app-api@0.0.0-nightly-20230914021123
13
- - @backstage/core-plugin-api@0.0.0-nightly-20230914021123
14
- - @backstage/plugin-permission-common@0.0.0-nightly-20230914021123
15
- - @backstage/plugin-permission-react@0.0.0-nightly-20230914021123
16
- - @backstage/theme@0.0.0-nightly-20230914021123
17
- - @backstage/types@0.0.0-nightly-20230914021123
11
+ - @backstage/config@0.0.0-nightly-20230915021143
12
+ - @backstage/core-app-api@0.0.0-nightly-20230915021143
13
+ - @backstage/core-plugin-api@0.0.0-nightly-20230915021143
14
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230915021143
15
+ - @backstage/plugin-permission-react@0.0.0-nightly-20230915021143
16
+ - @backstage/theme@0.0.0-nightly-20230915021143
17
+ - @backstage/types@0.0.0-nightly-20230915021143
18
18
 
19
19
  ## 1.4.3-next.3
20
20
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/test-utils",
3
- "version": "0.0.0-nightly-20230914021123",
3
+ "version": "0.0.0-nightly-20230915021143",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/test-utils",
3
3
  "description": "Utilities to test Backstage plugins and apps.",
4
- "version": "0.0.0-nightly-20230914021123",
4
+ "version": "0.0.0-nightly-20230915021143",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -44,13 +44,13 @@
44
44
  "start": "backstage-cli package start"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/config": "^0.0.0-nightly-20230914021123",
48
- "@backstage/core-app-api": "^0.0.0-nightly-20230914021123",
49
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230914021123",
50
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230914021123",
51
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20230914021123",
52
- "@backstage/theme": "^0.0.0-nightly-20230914021123",
53
- "@backstage/types": "^0.0.0-nightly-20230914021123",
47
+ "@backstage/config": "^0.0.0-nightly-20230915021143",
48
+ "@backstage/core-app-api": "^0.0.0-nightly-20230915021143",
49
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230915021143",
50
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230915021143",
51
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20230915021143",
52
+ "@backstage/theme": "^0.0.0-nightly-20230915021143",
53
+ "@backstage/types": "^0.0.0-nightly-20230915021143",
54
54
  "@material-ui/core": "^4.12.2",
55
55
  "@material-ui/icons": "^4.9.1",
56
56
  "@testing-library/dom": "^8.0.0",
@@ -67,7 +67,7 @@
67
67
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@backstage/cli": "^0.0.0-nightly-20230914021123",
70
+ "@backstage/cli": "^0.0.0-nightly-20230915021143",
71
71
  "msw": "^1.0.0"
72
72
  },
73
73
  "files": [