Compare commits
1 Commits
renovate/a
...
734d033898
| Author | SHA1 | Date | |
|---|---|---|---|
| 734d033898 |
10
package.json
10
package.json
@@ -3,7 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": "14 || 16 || 20 || 22 || 24"
|
||||
"node": "14 || 16 || 20 || 22"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "concurrently \"yarn start\" \"yarn start-backend\"",
|
||||
@@ -30,16 +30,16 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.30.0",
|
||||
"@backstage/cli": "^0.29.0",
|
||||
"@spotify/prettier-config": "^15.0.0",
|
||||
"concurrently": "^9.0.0",
|
||||
"lerna": "^8.0.0",
|
||||
"prettier": "^3.0.0",
|
||||
"typescript": "~5.9.0"
|
||||
"typescript": "~5.7.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0"
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0"
|
||||
},
|
||||
"prettier": "@spotify/prettier-config",
|
||||
"lint-staged": {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"dependencies": {
|
||||
"@backstage/app-defaults": "^1.0.3",
|
||||
"@backstage/catalog-model": "^1.0.3",
|
||||
"@backstage/cli": "^0.30.0",
|
||||
"@backstage/cli": "^0.29.0",
|
||||
"@backstage/core-app-api": "^1.0.3",
|
||||
"@backstage/core-components": "^0.16.0",
|
||||
"@backstage/core-plugin-api": "^1.0.3",
|
||||
@@ -36,10 +36,10 @@
|
||||
"@mui/material": "^6.0.0",
|
||||
"@mui/icons-material": "^6.0.0",
|
||||
"history": "^5.0.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-router": "7.2.0",
|
||||
"react-router-dom": "7.2.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-router": "7.0.2",
|
||||
"react-router-dom": "7.0.2",
|
||||
"react-use": "^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -48,11 +48,11 @@
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@testing-library/user-event": "^14.0.0",
|
||||
"@types/jest": "^29.0.0",
|
||||
"@types/node": "^24.0.0",
|
||||
"@types/node": "^22.0.0",
|
||||
"@types/react-dom": "*",
|
||||
"cross-env": "^10.0.0",
|
||||
"cypress": "^15.0.0",
|
||||
"eslint-plugin-cypress": "^5.0.0",
|
||||
"cross-env": "^7.0.0",
|
||||
"cypress": "^13.0.0",
|
||||
"eslint-plugin-cypress": "^4.0.0",
|
||||
"start-server-and-test": "^2.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -35,18 +35,18 @@
|
||||
"@backstage/plugin-techdocs-backend": "^1.1.2",
|
||||
"app": "link:../app",
|
||||
"dockerode": "^4.0.0",
|
||||
"express": "^5.0.0",
|
||||
"express": "^4.17.1",
|
||||
"express-promise-router": "^4.1.0",
|
||||
"pg": "^8.3.0",
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.30.0",
|
||||
"@backstage/cli": "^0.29.0",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"@types/express": "^5.0.0",
|
||||
"@types/express-serve-static-core": "^5.0.0",
|
||||
"@types/luxon": "^3.0.0",
|
||||
"better-sqlite3": "^12.0.0"
|
||||
"better-sqlite3": "^11.0.0"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@@ -32,10 +32,10 @@
|
||||
"react-use": "^17.2.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
|
||||
"react": "^16.13.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.30.0",
|
||||
"@backstage/cli": "^0.29.0",
|
||||
"@backstage/core-app-api": "^1.0.3",
|
||||
"@backstage/dev-utils": "^1.0.3",
|
||||
"@backstage/test-utils": "^1.1.1",
|
||||
|
||||
Reference in New Issue
Block a user