Update all dependencies
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#
|
||||
# Once the commands have been run, you can build the image using `yarn build-image`
|
||||
|
||||
FROM node:16-bullseye-slim
|
||||
FROM node:21-bullseye-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@@ -16,37 +16,37 @@
|
||||
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.14.0",
|
||||
"@backstage/backend-tasks": "^0.3.2",
|
||||
"@backstage/backend-common": "^0.21.0",
|
||||
"@backstage/backend-tasks": "^0.5.0",
|
||||
"@backstage/catalog-client": "^1.0.3",
|
||||
"@backstage/catalog-model": "^1.0.3",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/plugin-app-backend": "^0.3.33",
|
||||
"@backstage/plugin-auth-backend": "^0.14.1",
|
||||
"@backstage/plugin-auth-backend": "^0.22.0",
|
||||
"@backstage/plugin-catalog-backend": "^1.2.0",
|
||||
"@backstage/plugin-catalog-backend-module-github": "^0.2.2",
|
||||
"@backstage/plugin-permission-common": "^0.6.2",
|
||||
"@backstage/plugin-permission-node": "^0.6.2",
|
||||
"@backstage/plugin-proxy-backend": "^0.2.27",
|
||||
"@backstage/plugin-catalog-backend-module-github": "^0.5.0",
|
||||
"@backstage/plugin-permission-common": "^0.7.0",
|
||||
"@backstage/plugin-permission-node": "^0.7.0",
|
||||
"@backstage/plugin-proxy-backend": "^0.4.0",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.3.0",
|
||||
"@backstage/plugin-search-backend": "^0.5.3",
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.3.4",
|
||||
"@backstage/plugin-search-backend-node": "^0.6.2",
|
||||
"@backstage/plugin-search-backend": "^1.0.0",
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.5.0",
|
||||
"@backstage/plugin-search-backend-node": "^1.0.0",
|
||||
"@backstage/plugin-techdocs-backend": "^1.1.2",
|
||||
"app": "link:../app",
|
||||
"dockerode": "^3.3.1",
|
||||
"dockerode": "^4.0.0",
|
||||
"express": "^4.17.1",
|
||||
"express-promise-router": "^4.1.0",
|
||||
"pg": "^8.3.0",
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2",
|
||||
"@backstage/cli": "^0.26.0",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/express-serve-static-core": "^4.17.5",
|
||||
"@types/luxon": "^2.0.4",
|
||||
"better-sqlite3": "^7.5.0"
|
||||
"@types/luxon": "^3.0.0",
|
||||
"better-sqlite3": "^9.0.0"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
Reference in New Issue
Block a user