-
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
10bae0c
commit 293d27e
Showing
15 changed files
with
399 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,49 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index b1ca6e42..5a729008 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.31.1" | ||
+ "version": "1.32.5" | ||
} | ||
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:^" | ||
}, |
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,49 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index 51e2c1de..5a729008 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.31.2" | ||
+ "version": "1.32.5" | ||
} | ||
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:^" | ||
}, |
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,49 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index 5f445e53..5a729008 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.31.3" | ||
+ "version": "1.32.5" | ||
} | ||
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:^" | ||
}, |
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,49 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index 727c0eff..5a729008 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.32.0-next.0" | ||
+ "version": "1.32.5" | ||
} | ||
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:^" | ||
}, |
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,49 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index df3ec520..5a729008 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.32.0-next.1" | ||
+ "version": "1.32.5" | ||
} | ||
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:^" | ||
}, |
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,49 @@ | ||
diff --git a/backstage.json b/backstage.json | ||
index 20f48ac6..5a729008 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.32.0-next.2" | ||
+ "version": "1.32.5" | ||
} | ||
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:^" | ||
}, |
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 6dd6571b..5a729008 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.32.0" | ||
+ "version": "1.32.5" | ||
} | ||
diff --git a/yarn.lock b/yarn.lock | ||
deleted file mode 100644 | ||
index c37fc613..00000000 | ||
--- a/yarn.lock | ||
+++ /dev/null | ||
@@ -1,3 +0,0 @@ | ||
-# 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 008122da..5a729008 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.32.1" | ||
+ "version": "1.32.5" | ||
} |
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 02362d20..5a729008 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.32.2" | ||
+ "version": "1.32.5" | ||
} |
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 e313ab82..5a729008 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.32.3" | ||
+ "version": "1.32.5" | ||
} |
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 32f15a62..5a729008 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.32.4" | ||
+ "version": "1.32.5" | ||
} |
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 14d36627..5a729008 100644 | ||
--- a/backstage.json | ||
+++ b/backstage.json | ||
@@ -1,3 +1,3 @@ | ||
{ | ||
- "version": "1.33.0-next.0" | ||
+ "version": "1.32.5" | ||
} | ||
diff --git a/yarn.lock b/yarn.lock | ||
deleted file mode 100644 | ||
index c37fc613..00000000 | ||
--- a/yarn.lock | ||
+++ /dev/null | ||
@@ -1,3 +0,0 @@ | ||
-# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
-# yarn lockfile v1 | ||
- |
Oops, something went wrong.