Update all dependencies #5
@ -1,2 +1,2 @@
|
||||
kind: template
|
||||
load: cuddle-node-service-plan.yaml
|
||||
load: cuddle-empty-plan.yaml
|
||||
|
19
cuddle.yaml
19
cuddle.yaml
@ -6,16 +6,11 @@ vars:
|
||||
service: "backstage"
|
||||
registry: kasperhermansen
|
||||
|
||||
clusters:
|
||||
clank-prod:
|
||||
replicas: "3"
|
||||
namespace: prod
|
||||
|
||||
|
||||
deployment:
|
||||
registry: git@git.front.kjuulh.io:kjuulh/clank-clusters
|
||||
env:
|
||||
prod:
|
||||
clusters:
|
||||
- clank-prod
|
||||
please:
|
||||
project:
|
||||
owner: kjuulh
|
||||
repository: backstage
|
||||
branch: main
|
||||
settings:
|
||||
api_url: https://git.front.kjuulh.io
|
||||
|
||||
|
14
package.json
14
package.json
@ -3,7 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": "14 || 16"
|
||||
"node": "14 || 16 || 20"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "concurrently \"yarn start\" \"yarn start-backend\"",
|
||||
@ -30,12 +30,12 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2",
|
||||
"@spotify/prettier-config": "^12.0.0",
|
||||
"concurrently": "^6.0.0",
|
||||
"@backstage/cli": "^0.26.0",
|
||||
"@spotify/prettier-config": "^15.0.0",
|
||||
"concurrently": "^8.0.0",
|
||||
"lerna": "^4.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
"typescript": "~4.6.4"
|
||||
"prettier": "^3.0.0",
|
||||
"typescript": "~5.4.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/react": "^17",
|
||||
@ -51,4 +51,4 @@
|
||||
"prettier --write"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -9,29 +9,29 @@
|
||||
"dependencies": {
|
||||
"@backstage/app-defaults": "^1.0.3",
|
||||
"@backstage/catalog-model": "^1.0.3",
|
||||
"@backstage/cli": "^0.17.2",
|
||||
"@backstage/cli": "^0.26.0",
|
||||
"@backstage/core-app-api": "^1.0.3",
|
||||
"@backstage/core-components": "^0.9.5",
|
||||
"@backstage/core-components": "^0.14.0",
|
||||
"@backstage/core-plugin-api": "^1.0.3",
|
||||
"@backstage/integration-react": "^1.1.1",
|
||||
"@backstage/plugin-api-docs": "^0.8.6",
|
||||
"@backstage/plugin-api-docs": "^0.11.0",
|
||||
"@backstage/plugin-catalog": "^1.3.0",
|
||||
"@backstage/plugin-catalog-common": "^1.0.3",
|
||||
"@backstage/plugin-catalog-graph": "^0.2.18",
|
||||
"@backstage/plugin-catalog-import": "^0.8.9",
|
||||
"@backstage/plugin-catalog-graph": "^0.4.0",
|
||||
"@backstage/plugin-catalog-import": "^0.10.0",
|
||||
"@backstage/plugin-catalog-react": "^1.1.1",
|
||||
"@backstage/plugin-github-actions": "^0.5.6",
|
||||
"@backstage/plugin-org": "^0.5.6",
|
||||
"@backstage/plugin-github-actions": "^0.6.0",
|
||||
"@backstage/plugin-org": "^0.6.0",
|
||||
"@backstage/plugin-permission-react": "^0.4.2",
|
||||
"@backstage/plugin-scaffolder": "^1.3.0",
|
||||
"@backstage/plugin-search": "^0.9.0",
|
||||
"@backstage/plugin-search-react": "^0.2.1",
|
||||
"@backstage/plugin-tech-radar": "^0.5.13",
|
||||
"@backstage/plugin-search": "^1.0.0",
|
||||
"@backstage/plugin-search-react": "^1.0.0",
|
||||
"@backstage/plugin-tech-radar": "^0.7.0",
|
||||
"@backstage/plugin-techdocs": "^1.2.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "^1.0.1",
|
||||
"@backstage/plugin-techdocs-react": "^1.0.1",
|
||||
"@backstage/plugin-user-settings": "^0.4.5",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@backstage/plugin-user-settings": "^0.8.0",
|
||||
"@backstage/theme": "^0.5.0",
|
||||
"@internal/plugin-catalog-backend-module-gitea": "^0.1.0",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
@ -40,20 +40,20 @@
|
||||
"react-dom": "^17.0.2",
|
||||
"react-router": "6.0.0-beta.0",
|
||||
"react-router-dom": "6.0.0-beta.0",
|
||||
"react-use": "^15.3.3"
|
||||
"react-use": "^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/test-utils": "^1.1.1",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^12.0.7",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
"@types/jest": "^26.0.7",
|
||||
"@types/node": "^14.14.32",
|
||||
"@types/node": "^20.0.0",
|
||||
"@types/react-dom": "*",
|
||||
"cross-env": "^7.0.0",
|
||||
"cypress": "^9.7.0",
|
||||
"cypress": "^13.0.0",
|
||||
"eslint-plugin-cypress": "^2.10.3",
|
||||
"start-server-and-test": "^1.10.11"
|
||||
"start-server-and-test": "^2.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "backstage-cli package start",
|
||||
|
@ -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"
|
||||
|
@ -23,9 +23,9 @@
|
||||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-components": "^0.9.5",
|
||||
"@backstage/core-components": "^0.14.0",
|
||||
"@backstage/core-plugin-api": "^1.0.3",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@backstage/theme": "^0.5.0",
|
||||
"@material-ui/core": "^4.9.13",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
@ -35,17 +35,17 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.2",
|
||||
"@backstage/cli": "^0.26.0",
|
||||
"@backstage/core-app-api": "^1.0.3",
|
||||
"@backstage/dev-utils": "^1.0.3",
|
||||
"@backstage/test-utils": "^1.1.1",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
"@types/jest": "*",
|
||||
"@types/node": "*",
|
||||
"msw": "^0.42.0",
|
||||
"cross-fetch": "^3.1.5"
|
||||
"msw": "^2.0.0",
|
||||
"cross-fetch": "^4.0.0"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
Loading…
Reference in New Issue
Block a user