Skip to content

Commit 8de3549

Browse files
Add release 0.5.22-next.1
1 parent 342d866 commit 8de3549

File tree

146 files changed

+267844
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+267844
-0
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
diff --git a/backstage.json b/backstage.json
2+
index b1ca6e4..65c00b3 100644
3+
--- a/backstage.json
4+
+++ b/backstage.json
5+
@@ -1,3 +1,3 @@
6+
{
7+
- "version": "1.31.1"
8+
+ "version": "1.33.0-next.1"
9+
}
10+
diff --git a/package.json b/package.json
11+
index 2f01c7c..00d1ff5 100644
12+
--- a/package.json
13+
+++ b/package.json
14+
@@ -5,3 +5,3 @@
15+
"engines": {
16+
- "node": "18 || 20"
17+
+ "node": "20 || 22"
18+
},
19+
diff --git a/packages/app/package.json b/packages/app/package.json
20+
index 72c2e57..d36e3be 100644
21+
--- a/packages/app/package.json
22+
+++ b/packages/app/package.json
23+
@@ -42,3 +42,2 @@
24+
"@material-ui/icons": "^4.9.1",
25+
- "history": "^5.0.0",
26+
"react": "^18.0.2",
27+
@@ -46,4 +45,3 @@
28+
"react-router": "^6.3.0",
29+
- "react-router-dom": "^6.3.0",
30+
- "react-use": "^17.2.4"
31+
+ "react-router-dom": "^6.3.0"
32+
},
33+
diff --git a/packages/backend/Dockerfile b/packages/backend/Dockerfile
34+
index 09024eb..6a4c257 100644
35+
--- a/packages/backend/Dockerfile
36+
+++ b/packages/backend/Dockerfile
37+
@@ -47,3 +47,3 @@ ENV NODE_ENV=production
38+
# This disables node snapshot for Node 20 to work with the Scaffolder
39+
-ENV NODE_OPTIONS "--no-node-snapshot"
40+
+ENV NODE_OPTIONS="--no-node-snapshot"
41+
42+
diff --git a/packages/backend/package.json b/packages/backend/package.json
43+
index c124c22..016daae 100644
44+
--- a/packages/backend/package.json
45+
+++ b/packages/backend/package.json
46+
@@ -44,10 +44,6 @@
47+
"node-gyp": "^10.0.0",
48+
- "pg": "^8.11.3",
49+
- "winston": "^3.2.1"
50+
+ "pg": "^8.11.3"
51+
},
52+
"devDependencies": {
53+
- "@backstage/cli": "backstage:^",
54+
- "@types/express": "^4.17.6",
55+
- "@types/express-serve-static-core": "^4.17.5",
56+
- "@types/luxon": "^2.0.4"
57+
+ "@backstage/cli": "backstage:^"
58+
},
59+
diff --git a/yarn.lock b/yarn.lock
60+
new file mode 100644
61+
index 0000000..c37fc61
62+
--- /dev/null
63+
+++ b/yarn.lock
64+
@@ -0,0 +1,3 @@
65+
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
66+
+# yarn lockfile v1
67+
+
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
diff --git a/backstage.json b/backstage.json
2+
index 51e2c1d..65c00b3 100644
3+
--- a/backstage.json
4+
+++ b/backstage.json
5+
@@ -1,3 +1,3 @@
6+
{
7+
- "version": "1.31.2"
8+
+ "version": "1.33.0-next.1"
9+
}
10+
diff --git a/package.json b/package.json
11+
index 2f01c7c..00d1ff5 100644
12+
--- a/package.json
13+
+++ b/package.json
14+
@@ -5,3 +5,3 @@
15+
"engines": {
16+
- "node": "18 || 20"
17+
+ "node": "20 || 22"
18+
},
19+
diff --git a/packages/app/package.json b/packages/app/package.json
20+
index 72c2e57..d36e3be 100644
21+
--- a/packages/app/package.json
22+
+++ b/packages/app/package.json
23+
@@ -42,3 +42,2 @@
24+
"@material-ui/icons": "^4.9.1",
25+
- "history": "^5.0.0",
26+
"react": "^18.0.2",
27+
@@ -46,4 +45,3 @@
28+
"react-router": "^6.3.0",
29+
- "react-router-dom": "^6.3.0",
30+
- "react-use": "^17.2.4"
31+
+ "react-router-dom": "^6.3.0"
32+
},
33+
diff --git a/packages/backend/Dockerfile b/packages/backend/Dockerfile
34+
index 09024eb..6a4c257 100644
35+
--- a/packages/backend/Dockerfile
36+
+++ b/packages/backend/Dockerfile
37+
@@ -47,3 +47,3 @@ ENV NODE_ENV=production
38+
# This disables node snapshot for Node 20 to work with the Scaffolder
39+
-ENV NODE_OPTIONS "--no-node-snapshot"
40+
+ENV NODE_OPTIONS="--no-node-snapshot"
41+
42+
diff --git a/packages/backend/package.json b/packages/backend/package.json
43+
index c124c22..016daae 100644
44+
--- a/packages/backend/package.json
45+
+++ b/packages/backend/package.json
46+
@@ -44,10 +44,6 @@
47+
"node-gyp": "^10.0.0",
48+
- "pg": "^8.11.3",
49+
- "winston": "^3.2.1"
50+
+ "pg": "^8.11.3"
51+
},
52+
"devDependencies": {
53+
- "@backstage/cli": "backstage:^",
54+
- "@types/express": "^4.17.6",
55+
- "@types/express-serve-static-core": "^4.17.5",
56+
- "@types/luxon": "^2.0.4"
57+
+ "@backstage/cli": "backstage:^"
58+
},
59+
diff --git a/yarn.lock b/yarn.lock
60+
new file mode 100644
61+
index 0000000..c37fc61
62+
--- /dev/null
63+
+++ b/yarn.lock
64+
@@ -0,0 +1,3 @@
65+
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
66+
+# yarn lockfile v1
67+
+
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
diff --git a/backstage.json b/backstage.json
2+
index 5f445e5..65c00b3 100644
3+
--- a/backstage.json
4+
+++ b/backstage.json
5+
@@ -1,3 +1,3 @@
6+
{
7+
- "version": "1.31.3"
8+
+ "version": "1.33.0-next.1"
9+
}
10+
diff --git a/package.json b/package.json
11+
index 2f01c7c..00d1ff5 100644
12+
--- a/package.json
13+
+++ b/package.json
14+
@@ -5,3 +5,3 @@
15+
"engines": {
16+
- "node": "18 || 20"
17+
+ "node": "20 || 22"
18+
},
19+
diff --git a/packages/app/package.json b/packages/app/package.json
20+
index 72c2e57..d36e3be 100644
21+
--- a/packages/app/package.json
22+
+++ b/packages/app/package.json
23+
@@ -42,3 +42,2 @@
24+
"@material-ui/icons": "^4.9.1",
25+
- "history": "^5.0.0",
26+
"react": "^18.0.2",
27+
@@ -46,4 +45,3 @@
28+
"react-router": "^6.3.0",
29+
- "react-router-dom": "^6.3.0",
30+
- "react-use": "^17.2.4"
31+
+ "react-router-dom": "^6.3.0"
32+
},
33+
diff --git a/packages/backend/Dockerfile b/packages/backend/Dockerfile
34+
index 09024eb..6a4c257 100644
35+
--- a/packages/backend/Dockerfile
36+
+++ b/packages/backend/Dockerfile
37+
@@ -47,3 +47,3 @@ ENV NODE_ENV=production
38+
# This disables node snapshot for Node 20 to work with the Scaffolder
39+
-ENV NODE_OPTIONS "--no-node-snapshot"
40+
+ENV NODE_OPTIONS="--no-node-snapshot"
41+
42+
diff --git a/packages/backend/package.json b/packages/backend/package.json
43+
index c124c22..016daae 100644
44+
--- a/packages/backend/package.json
45+
+++ b/packages/backend/package.json
46+
@@ -44,10 +44,6 @@
47+
"node-gyp": "^10.0.0",
48+
- "pg": "^8.11.3",
49+
- "winston": "^3.2.1"
50+
+ "pg": "^8.11.3"
51+
},
52+
"devDependencies": {
53+
- "@backstage/cli": "backstage:^",
54+
- "@types/express": "^4.17.6",
55+
- "@types/express-serve-static-core": "^4.17.5",
56+
- "@types/luxon": "^2.0.4"
57+
+ "@backstage/cli": "backstage:^"
58+
},
59+
diff --git a/yarn.lock b/yarn.lock
60+
new file mode 100644
61+
index 0000000..c37fc61
62+
--- /dev/null
63+
+++ b/yarn.lock
64+
@@ -0,0 +1,3 @@
65+
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
66+
+# yarn lockfile v1
67+
+
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
diff --git a/backstage.json b/backstage.json
2+
index 727c0ef..65c00b3 100644
3+
--- a/backstage.json
4+
+++ b/backstage.json
5+
@@ -1,3 +1,3 @@
6+
{
7+
- "version": "1.32.0-next.0"
8+
+ "version": "1.33.0-next.1"
9+
}
10+
diff --git a/package.json b/package.json
11+
index 2f01c7c..00d1ff5 100644
12+
--- a/package.json
13+
+++ b/package.json
14+
@@ -5,3 +5,3 @@
15+
"engines": {
16+
- "node": "18 || 20"
17+
+ "node": "20 || 22"
18+
},
19+
diff --git a/packages/app/package.json b/packages/app/package.json
20+
index 72c2e57..d36e3be 100644
21+
--- a/packages/app/package.json
22+
+++ b/packages/app/package.json
23+
@@ -42,3 +42,2 @@
24+
"@material-ui/icons": "^4.9.1",
25+
- "history": "^5.0.0",
26+
"react": "^18.0.2",
27+
@@ -46,4 +45,3 @@
28+
"react-router": "^6.3.0",
29+
- "react-router-dom": "^6.3.0",
30+
- "react-use": "^17.2.4"
31+
+ "react-router-dom": "^6.3.0"
32+
},
33+
diff --git a/packages/backend/Dockerfile b/packages/backend/Dockerfile
34+
index 09024eb..6a4c257 100644
35+
--- a/packages/backend/Dockerfile
36+
+++ b/packages/backend/Dockerfile
37+
@@ -47,3 +47,3 @@ ENV NODE_ENV=production
38+
# This disables node snapshot for Node 20 to work with the Scaffolder
39+
-ENV NODE_OPTIONS "--no-node-snapshot"
40+
+ENV NODE_OPTIONS="--no-node-snapshot"
41+
42+
diff --git a/packages/backend/package.json b/packages/backend/package.json
43+
index c124c22..016daae 100644
44+
--- a/packages/backend/package.json
45+
+++ b/packages/backend/package.json
46+
@@ -44,10 +44,6 @@
47+
"node-gyp": "^10.0.0",
48+
- "pg": "^8.11.3",
49+
- "winston": "^3.2.1"
50+
+ "pg": "^8.11.3"
51+
},
52+
"devDependencies": {
53+
- "@backstage/cli": "backstage:^",
54+
- "@types/express": "^4.17.6",
55+
- "@types/express-serve-static-core": "^4.17.5",
56+
- "@types/luxon": "^2.0.4"
57+
+ "@backstage/cli": "backstage:^"
58+
},
59+
diff --git a/yarn.lock b/yarn.lock
60+
new file mode 100644
61+
index 0000000..c37fc61
62+
--- /dev/null
63+
+++ b/yarn.lock
64+
@@ -0,0 +1,3 @@
65+
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
66+
+# yarn lockfile v1
67+
+
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
diff --git a/backstage.json b/backstage.json
2+
index df3ec52..65c00b3 100644
3+
--- a/backstage.json
4+
+++ b/backstage.json
5+
@@ -1,3 +1,3 @@
6+
{
7+
- "version": "1.32.0-next.1"
8+
+ "version": "1.33.0-next.1"
9+
}
10+
diff --git a/package.json b/package.json
11+
index 2f01c7c..00d1ff5 100644
12+
--- a/package.json
13+
+++ b/package.json
14+
@@ -5,3 +5,3 @@
15+
"engines": {
16+
- "node": "18 || 20"
17+
+ "node": "20 || 22"
18+
},
19+
diff --git a/packages/app/package.json b/packages/app/package.json
20+
index 72c2e57..d36e3be 100644
21+
--- a/packages/app/package.json
22+
+++ b/packages/app/package.json
23+
@@ -42,3 +42,2 @@
24+
"@material-ui/icons": "^4.9.1",
25+
- "history": "^5.0.0",
26+
"react": "^18.0.2",
27+
@@ -46,4 +45,3 @@
28+
"react-router": "^6.3.0",
29+
- "react-router-dom": "^6.3.0",
30+
- "react-use": "^17.2.4"
31+
+ "react-router-dom": "^6.3.0"
32+
},
33+
diff --git a/packages/backend/Dockerfile b/packages/backend/Dockerfile
34+
index 09024eb..6a4c257 100644
35+
--- a/packages/backend/Dockerfile
36+
+++ b/packages/backend/Dockerfile
37+
@@ -47,3 +47,3 @@ ENV NODE_ENV=production
38+
# This disables node snapshot for Node 20 to work with the Scaffolder
39+
-ENV NODE_OPTIONS "--no-node-snapshot"
40+
+ENV NODE_OPTIONS="--no-node-snapshot"
41+
42+
diff --git a/packages/backend/package.json b/packages/backend/package.json
43+
index c124c22..016daae 100644
44+
--- a/packages/backend/package.json
45+
+++ b/packages/backend/package.json
46+
@@ -44,10 +44,6 @@
47+
"node-gyp": "^10.0.0",
48+
- "pg": "^8.11.3",
49+
- "winston": "^3.2.1"
50+
+ "pg": "^8.11.3"
51+
},
52+
"devDependencies": {
53+
- "@backstage/cli": "backstage:^",
54+
- "@types/express": "^4.17.6",
55+
- "@types/express-serve-static-core": "^4.17.5",
56+
- "@types/luxon": "^2.0.4"
57+
+ "@backstage/cli": "backstage:^"
58+
},
59+
diff --git a/yarn.lock b/yarn.lock
60+
new file mode 100644
61+
index 0000000..c37fc61
62+
--- /dev/null
63+
+++ b/yarn.lock
64+
@@ -0,0 +1,3 @@
65+
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
66+
+# yarn lockfile v1
67+
+

0 commit comments

Comments
 (0)