@backstage/plugin-app-backend 0.0.0-nightly-20220711024820 → 0.0.0-nightly-20220714025131

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,26 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20220711024820
3
+ ## 0.0.0-nightly-20220714025131
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a70869e775: Updated dependency `msw` to `^0.43.0`.
8
+ - 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
9
+ - 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
8
10
  - 679b32172e: Updated dependency `knex` to `^2.0.0`.
9
11
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20220711024820
11
- - @backstage/config-loader@0.0.0-nightly-20220711024820
12
+ - @backstage/backend-common@0.0.0-nightly-20220714025131
13
+ - @backstage/config-loader@0.0.0-nightly-20220714025131
14
+
15
+ ## 0.3.34-next.3
16
+
17
+ ### Patch Changes
18
+
19
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
20
+ - 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.14.1-next.3
23
+ - @backstage/config-loader@1.1.3-next.1
12
24
 
13
25
  ## 0.3.34-next.2
14
26
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
3
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
4
- "version": "0.0.0-nightly-20220711024820",
4
+ "version": "0.0.0-nightly-20220714025131",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,8 +33,8 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "0.0.0-nightly-20220711024820",
37
- "@backstage/config-loader": "0.0.0-nightly-20220711024820",
36
+ "@backstage/backend-common": "0.0.0-nightly-20220714025131",
37
+ "@backstage/config-loader": "0.0.0-nightly-20220714025131",
38
38
  "@backstage/config": "^1.0.1",
39
39
  "@backstage/types": "^1.0.0",
40
40
  "@types/express": "^4.17.6",
@@ -45,17 +45,17 @@
45
45
  "helmet": "^5.0.2",
46
46
  "knex": "^2.0.0",
47
47
  "lodash": "^4.17.21",
48
- "luxon": "^2.0.2",
48
+ "luxon": "^3.0.0",
49
49
  "winston": "^3.2.1",
50
50
  "yn": "^4.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "0.0.0-nightly-20220711024820",
54
- "@backstage/cli": "0.0.0-nightly-20220711024820",
53
+ "@backstage/backend-test-utils": "0.0.0-nightly-20220714025131",
54
+ "@backstage/cli": "0.0.0-nightly-20220714025131",
55
55
  "@backstage/types": "^1.0.0",
56
56
  "@types/supertest": "^2.0.8",
57
57
  "mock-fs": "^5.1.0",
58
- "msw": "^0.43.0",
58
+ "msw": "^0.44.0",
59
59
  "supertest": "^6.1.3"
60
60
  },
61
61
  "files": [