-
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
293d27e
commit 28cab81
Showing
150 changed files
with
268,020 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,67 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index b1ca6e42..df02e2e5 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.31.1" | ||
+ "version": "1.33.0-next.2" | ||
} | ||
diff --git a/package.json b/package.json | ||
index 2f01c7c5..00d1ff57 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -5,3 +5,3 @@ | ||
"engines": { | ||
- "node": "18 || 20" | ||
+ "node": "20 || 22" | ||
}, | ||
diff --git a/packages/app/package.json b/packages/app/package.json | ||
index 72c2e57c..d36e3be1 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 09024eb4..6a4c257a 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 c124c22c..016daaef 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 00000000..c37fc613 | ||
--- /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,67 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index 51e2c1de..df02e2e5 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.31.2" | ||
+ "version": "1.33.0-next.2" | ||
} | ||
diff --git a/package.json b/package.json | ||
index 2f01c7c5..00d1ff57 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -5,3 +5,3 @@ | ||
"engines": { | ||
- "node": "18 || 20" | ||
+ "node": "20 || 22" | ||
}, | ||
diff --git a/packages/app/package.json b/packages/app/package.json | ||
index 72c2e57c..d36e3be1 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 09024eb4..6a4c257a 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 c124c22c..016daaef 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 00000000..c37fc613 | ||
--- /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,67 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index 5f445e53..df02e2e5 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.31.3" | ||
+ "version": "1.33.0-next.2" | ||
} | ||
diff --git a/package.json b/package.json | ||
index 2f01c7c5..00d1ff57 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -5,3 +5,3 @@ | ||
"engines": { | ||
- "node": "18 || 20" | ||
+ "node": "20 || 22" | ||
}, | ||
diff --git a/packages/app/package.json b/packages/app/package.json | ||
index 72c2e57c..d36e3be1 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 09024eb4..6a4c257a 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 c124c22c..016daaef 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 00000000..c37fc613 | ||
--- /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,67 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index 727c0eff..df02e2e5 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.32.0-next.0" | ||
+ "version": "1.33.0-next.2" | ||
} | ||
diff --git a/package.json b/package.json | ||
index 2f01c7c5..00d1ff57 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -5,3 +5,3 @@ | ||
"engines": { | ||
- "node": "18 || 20" | ||
+ "node": "20 || 22" | ||
}, | ||
diff --git a/packages/app/package.json b/packages/app/package.json | ||
index 72c2e57c..d36e3be1 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 09024eb4..6a4c257a 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 c124c22c..016daaef 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 00000000..c37fc613 | ||
--- /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,67 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index df3ec520..df02e2e5 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.32.0-next.1" | ||
+ "version": "1.33.0-next.2" | ||
} | ||
diff --git a/package.json b/package.json | ||
index 2f01c7c5..00d1ff57 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -5,3 +5,3 @@ | ||
"engines": { | ||
- "node": "18 || 20" | ||
+ "node": "20 || 22" | ||
}, | ||
diff --git a/packages/app/package.json b/packages/app/package.json | ||
index 72c2e57c..d36e3be1 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 09024eb4..6a4c257a 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 c124c22c..016daaef 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 00000000..c37fc613 | ||
--- /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.