-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93afb27
commit dd3703f
Showing
143 changed files
with
267,332 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index b1ca6e4..14d3662 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.31.1" | ||
+ "version": "1.33.0-next.0" | ||
} | ||
diff --git a/packages/app/package.json b/packages/app/package.json | ||
index 72c2e57..d36e3be 100644 | ||
--- a/packages/app/package.json | ||
+++ b/packages/app/package.json | ||
@@ -42,3 +42,2 @@ | ||
"@material-ui/icons": "^4.9.1", | ||
- "history": "^5.0.0", | ||
"react": "^18.0.2", | ||
@@ -46,4 +45,3 @@ | ||
"react-router": "^6.3.0", | ||
- "react-router-dom": "^6.3.0", | ||
- "react-use": "^17.2.4" | ||
+ "react-router-dom": "^6.3.0" | ||
}, | ||
diff --git a/packages/backend/Dockerfile b/packages/backend/Dockerfile | ||
index 09024eb..6a4c257 100644 | ||
--- a/packages/backend/Dockerfile | ||
+++ b/packages/backend/Dockerfile | ||
@@ -47,3 +47,3 @@ ENV NODE_ENV=production | ||
# This disables node snapshot for Node 20 to work with the Scaffolder | ||
-ENV NODE_OPTIONS "--no-node-snapshot" | ||
+ENV NODE_OPTIONS="--no-node-snapshot" | ||
|
||
diff --git a/packages/backend/package.json b/packages/backend/package.json | ||
index c124c22..016daae 100644 | ||
--- a/packages/backend/package.json | ||
+++ b/packages/backend/package.json | ||
@@ -44,10 +44,6 @@ | ||
"node-gyp": "^10.0.0", | ||
- "pg": "^8.11.3", | ||
- "winston": "^3.2.1" | ||
+ "pg": "^8.11.3" | ||
}, | ||
"devDependencies": { | ||
- "@backstage/cli": "backstage:^", | ||
- "@types/express": "^4.17.6", | ||
- "@types/express-serve-static-core": "^4.17.5", | ||
- "@types/luxon": "^2.0.4" | ||
+ "@backstage/cli": "backstage:^" | ||
}, | ||
diff --git a/yarn.lock b/yarn.lock | ||
new file mode 100644 | ||
index 0000000..c37fc61 | ||
--- /dev/null | ||
+++ b/yarn.lock | ||
@@ -0,0 +1,3 @@ | ||
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
+# yarn lockfile v1 | ||
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index 51e2c1d..14d3662 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.31.2" | ||
+ "version": "1.33.0-next.0" | ||
} | ||
diff --git a/packages/app/package.json b/packages/app/package.json | ||
index 72c2e57..d36e3be 100644 | ||
--- a/packages/app/package.json | ||
+++ b/packages/app/package.json | ||
@@ -42,3 +42,2 @@ | ||
"@material-ui/icons": "^4.9.1", | ||
- "history": "^5.0.0", | ||
"react": "^18.0.2", | ||
@@ -46,4 +45,3 @@ | ||
"react-router": "^6.3.0", | ||
- "react-router-dom": "^6.3.0", | ||
- "react-use": "^17.2.4" | ||
+ "react-router-dom": "^6.3.0" | ||
}, | ||
diff --git a/packages/backend/Dockerfile b/packages/backend/Dockerfile | ||
index 09024eb..6a4c257 100644 | ||
--- a/packages/backend/Dockerfile | ||
+++ b/packages/backend/Dockerfile | ||
@@ -47,3 +47,3 @@ ENV NODE_ENV=production | ||
# This disables node snapshot for Node 20 to work with the Scaffolder | ||
-ENV NODE_OPTIONS "--no-node-snapshot" | ||
+ENV NODE_OPTIONS="--no-node-snapshot" | ||
|
||
diff --git a/packages/backend/package.json b/packages/backend/package.json | ||
index c124c22..016daae 100644 | ||
--- a/packages/backend/package.json | ||
+++ b/packages/backend/package.json | ||
@@ -44,10 +44,6 @@ | ||
"node-gyp": "^10.0.0", | ||
- "pg": "^8.11.3", | ||
- "winston": "^3.2.1" | ||
+ "pg": "^8.11.3" | ||
}, | ||
"devDependencies": { | ||
- "@backstage/cli": "backstage:^", | ||
- "@types/express": "^4.17.6", | ||
- "@types/express-serve-static-core": "^4.17.5", | ||
- "@types/luxon": "^2.0.4" | ||
+ "@backstage/cli": "backstage:^" | ||
}, | ||
diff --git a/yarn.lock b/yarn.lock | ||
new file mode 100644 | ||
index 0000000..c37fc61 | ||
--- /dev/null | ||
+++ b/yarn.lock | ||
@@ -0,0 +1,3 @@ | ||
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
+# yarn lockfile v1 | ||
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index 5f445e5..14d3662 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.31.3" | ||
+ "version": "1.33.0-next.0" | ||
} | ||
diff --git a/packages/app/package.json b/packages/app/package.json | ||
index 72c2e57..d36e3be 100644 | ||
--- a/packages/app/package.json | ||
+++ b/packages/app/package.json | ||
@@ -42,3 +42,2 @@ | ||
"@material-ui/icons": "^4.9.1", | ||
- "history": "^5.0.0", | ||
"react": "^18.0.2", | ||
@@ -46,4 +45,3 @@ | ||
"react-router": "^6.3.0", | ||
- "react-router-dom": "^6.3.0", | ||
- "react-use": "^17.2.4" | ||
+ "react-router-dom": "^6.3.0" | ||
}, | ||
diff --git a/packages/backend/Dockerfile b/packages/backend/Dockerfile | ||
index 09024eb..6a4c257 100644 | ||
--- a/packages/backend/Dockerfile | ||
+++ b/packages/backend/Dockerfile | ||
@@ -47,3 +47,3 @@ ENV NODE_ENV=production | ||
# This disables node snapshot for Node 20 to work with the Scaffolder | ||
-ENV NODE_OPTIONS "--no-node-snapshot" | ||
+ENV NODE_OPTIONS="--no-node-snapshot" | ||
|
||
diff --git a/packages/backend/package.json b/packages/backend/package.json | ||
index c124c22..016daae 100644 | ||
--- a/packages/backend/package.json | ||
+++ b/packages/backend/package.json | ||
@@ -44,10 +44,6 @@ | ||
"node-gyp": "^10.0.0", | ||
- "pg": "^8.11.3", | ||
- "winston": "^3.2.1" | ||
+ "pg": "^8.11.3" | ||
}, | ||
"devDependencies": { | ||
- "@backstage/cli": "backstage:^", | ||
- "@types/express": "^4.17.6", | ||
- "@types/express-serve-static-core": "^4.17.5", | ||
- "@types/luxon": "^2.0.4" | ||
+ "@backstage/cli": "backstage:^" | ||
}, | ||
diff --git a/yarn.lock b/yarn.lock | ||
new file mode 100644 | ||
index 0000000..c37fc61 | ||
--- /dev/null | ||
+++ b/yarn.lock | ||
@@ -0,0 +1,3 @@ | ||
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
+# yarn lockfile v1 | ||
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index 727c0ef..14d3662 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.32.0-next.0" | ||
+ "version": "1.33.0-next.0" | ||
} | ||
diff --git a/packages/app/package.json b/packages/app/package.json | ||
index 72c2e57..d36e3be 100644 | ||
--- a/packages/app/package.json | ||
+++ b/packages/app/package.json | ||
@@ -42,3 +42,2 @@ | ||
"@material-ui/icons": "^4.9.1", | ||
- "history": "^5.0.0", | ||
"react": "^18.0.2", | ||
@@ -46,4 +45,3 @@ | ||
"react-router": "^6.3.0", | ||
- "react-router-dom": "^6.3.0", | ||
- "react-use": "^17.2.4" | ||
+ "react-router-dom": "^6.3.0" | ||
}, | ||
diff --git a/packages/backend/Dockerfile b/packages/backend/Dockerfile | ||
index 09024eb..6a4c257 100644 | ||
--- a/packages/backend/Dockerfile | ||
+++ b/packages/backend/Dockerfile | ||
@@ -47,3 +47,3 @@ ENV NODE_ENV=production | ||
# This disables node snapshot for Node 20 to work with the Scaffolder | ||
-ENV NODE_OPTIONS "--no-node-snapshot" | ||
+ENV NODE_OPTIONS="--no-node-snapshot" | ||
|
||
diff --git a/packages/backend/package.json b/packages/backend/package.json | ||
index c124c22..016daae 100644 | ||
--- a/packages/backend/package.json | ||
+++ b/packages/backend/package.json | ||
@@ -44,10 +44,6 @@ | ||
"node-gyp": "^10.0.0", | ||
- "pg": "^8.11.3", | ||
- "winston": "^3.2.1" | ||
+ "pg": "^8.11.3" | ||
}, | ||
"devDependencies": { | ||
- "@backstage/cli": "backstage:^", | ||
- "@types/express": "^4.17.6", | ||
- "@types/express-serve-static-core": "^4.17.5", | ||
- "@types/luxon": "^2.0.4" | ||
+ "@backstage/cli": "backstage:^" | ||
}, | ||
diff --git a/yarn.lock b/yarn.lock | ||
new file mode 100644 | ||
index 0000000..c37fc61 | ||
--- /dev/null | ||
+++ b/yarn.lock | ||
@@ -0,0 +1,3 @@ | ||
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
+# yarn lockfile v1 | ||
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index df3ec52..14d3662 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.32.0-next.1" | ||
+ "version": "1.33.0-next.0" | ||
} | ||
diff --git a/packages/app/package.json b/packages/app/package.json | ||
index 72c2e57..d36e3be 100644 | ||
--- a/packages/app/package.json | ||
+++ b/packages/app/package.json | ||
@@ -42,3 +42,2 @@ | ||
"@material-ui/icons": "^4.9.1", | ||
- "history": "^5.0.0", | ||
"react": "^18.0.2", | ||
@@ -46,4 +45,3 @@ | ||
"react-router": "^6.3.0", | ||
- "react-router-dom": "^6.3.0", | ||
- "react-use": "^17.2.4" | ||
+ "react-router-dom": "^6.3.0" | ||
}, | ||
diff --git a/packages/backend/Dockerfile b/packages/backend/Dockerfile | ||
index 09024eb..6a4c257 100644 | ||
--- a/packages/backend/Dockerfile | ||
+++ b/packages/backend/Dockerfile | ||
@@ -47,3 +47,3 @@ ENV NODE_ENV=production | ||
# This disables node snapshot for Node 20 to work with the Scaffolder | ||
-ENV NODE_OPTIONS "--no-node-snapshot" | ||
+ENV NODE_OPTIONS="--no-node-snapshot" | ||
|
||
diff --git a/packages/backend/package.json b/packages/backend/package.json | ||
index c124c22..016daae 100644 | ||
--- a/packages/backend/package.json | ||
+++ b/packages/backend/package.json | ||
@@ -44,10 +44,6 @@ | ||
"node-gyp": "^10.0.0", | ||
- "pg": "^8.11.3", | ||
- "winston": "^3.2.1" | ||
+ "pg": "^8.11.3" | ||
}, | ||
"devDependencies": { | ||
- "@backstage/cli": "backstage:^", | ||
- "@types/express": "^4.17.6", | ||
- "@types/express-serve-static-core": "^4.17.5", | ||
- "@types/luxon": "^2.0.4" | ||
+ "@backstage/cli": "backstage:^" | ||
}, | ||
diff --git a/yarn.lock b/yarn.lock | ||
new file mode 100644 | ||
index 0000000..c37fc61 | ||
--- /dev/null | ||
+++ b/yarn.lock | ||
@@ -0,0 +1,3 @@ | ||
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
+# yarn lockfile v1 | ||
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index 20f48ac..14d3662 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.32.0-next.2" | ||
+ "version": "1.33.0-next.0" | ||
} | ||
diff --git a/packages/app/package.json b/packages/app/package.json | ||
index 72c2e57..d36e3be 100644 | ||
--- a/packages/app/package.json | ||
+++ b/packages/app/package.json | ||
@@ -42,3 +42,2 @@ | ||
"@material-ui/icons": "^4.9.1", | ||
- "history": "^5.0.0", | ||
"react": "^18.0.2", | ||
@@ -46,4 +45,3 @@ | ||
"react-router": "^6.3.0", | ||
- "react-router-dom": "^6.3.0", | ||
- "react-use": "^17.2.4" | ||
+ "react-router-dom": "^6.3.0" | ||
}, | ||
diff --git a/packages/backend/Dockerfile b/packages/backend/Dockerfile | ||
index 09024eb..6a4c257 100644 | ||
--- a/packages/backend/Dockerfile | ||
+++ b/packages/backend/Dockerfile | ||
@@ -47,3 +47,3 @@ ENV NODE_ENV=production | ||
# This disables node snapshot for Node 20 to work with the Scaffolder | ||
-ENV NODE_OPTIONS "--no-node-snapshot" | ||
+ENV NODE_OPTIONS="--no-node-snapshot" | ||
|
||
diff --git a/packages/backend/package.json b/packages/backend/package.json | ||
index c124c22..016daae 100644 | ||
--- a/packages/backend/package.json | ||
+++ b/packages/backend/package.json | ||
@@ -44,10 +44,6 @@ | ||
"node-gyp": "^10.0.0", | ||
- "pg": "^8.11.3", | ||
- "winston": "^3.2.1" | ||
+ "pg": "^8.11.3" | ||
}, | ||
"devDependencies": { | ||
- "@backstage/cli": "backstage:^", | ||
- "@types/express": "^4.17.6", | ||
- "@types/express-serve-static-core": "^4.17.5", | ||
- "@types/luxon": "^2.0.4" | ||
+ "@backstage/cli": "backstage:^" | ||
}, | ||
diff --git a/yarn.lock b/yarn.lock | ||
new file mode 100644 | ||
index 0000000..c37fc61 | ||
--- /dev/null | ||
+++ b/yarn.lock | ||
@@ -0,0 +1,3 @@ | ||
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
+# yarn lockfile v1 | ||
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index 6dd6571..14d3662 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.32.0" | ||
+ "version": "1.33.0-next.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index 008122d..14d3662 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.32.1" | ||
+ "version": "1.33.0-next.0" | ||
} | ||
diff --git a/yarn.lock b/yarn.lock | ||
new file mode 100644 | ||
index 0000000..c37fc61 | ||
--- /dev/null | ||
+++ b/yarn.lock | ||
@@ -0,0 +1,3 @@ | ||
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
+# yarn lockfile v1 | ||
+ |
Oops, something went wrong.