Skip to content

Commit

Permalink
chore: upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: OurchitectureIO <[email protected]>
  • Loading branch information
ourchitectureio committed Mar 17, 2024
1 parent 9adb9e9 commit cdde715
Show file tree
Hide file tree
Showing 8 changed files with 375 additions and 485 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ shutdown: down
.PHONY: upgrade
upgrade:
@echo "Upgrading monorepo..."
@yarn upgrade-interactive --latest
@yarn upgrade-interactive
@echo "Successfully upgraded monorepo."

@echo "Upgrading independent projects..."
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"devDependencies": {
"@changesets/changelog-git": "^0.2.0",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@commitlint/cli": "^19.2.0",
"@commitlint/config-conventional": "^19.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"markdownlint-cli2": "^0.12.1",
Expand Down
2 changes: 1 addition & 1 deletion src/systems/dev/backstage/ourstage/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ shutdown: down
.PHONY: upgrade
upgrade:
@echo "Upgrading ourstage..."
@yarn upgrade-interactive --latest
@yarn upgrade-interactive
@echo "Successfully upgraded ourstage."

.PHONY: clean
Expand Down
12 changes: 6 additions & 6 deletions src/systems/dev/backstage/ourstage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"devDependencies": {
"@backstage/cli": "^0.25.2",
"@backstage/e2e-test-utils": "^0.1.1",
"@playwright/test": "^1.32.3",
"@playwright/test": "^1.42.1",
"@spotify/prettier-config": "^12.0.0",
"concurrently": "^8.0.0",
"lerna": "^7.3.0",
"node-gyp": "^9.0.0",
"prettier": "^2.3.2",
"typescript": "~5.3.0"
"concurrently": "^8.2.2",
"lerna": "^7.4.2",
"node-gyp": "^9.4.1",
"prettier": "^2.8.8",
"typescript": "~5.3.3"
},
"resolutions": {
"@types/react": "^18",
Expand Down
26 changes: 13 additions & 13 deletions src/systems/dev/backstage/ourstage/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,25 @@
"@backstage/plugin-techdocs-react": "^1.1.16",
"@backstage/plugin-user-settings": "^0.8.1",
"@backstage/theme": "^0.5.1",
"@material-ui/core": "^4.12.2",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.9.1",
"history": "^5.0.0",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-use": "^17.2.4"
"history": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-use": "^17.5.0"
},
"devDependencies": {
"@backstage/test-utils": "^1.5.0",
"@playwright/test": "^1.32.3",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
"@playwright/test": "^1.42.1",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "*",
"@types/react-dom": "*",
"cross-env": "^7.0.0"
"cross-env": "^7.0.3"
},
"browserslist": {
"production": [
Expand Down
52 changes: 26 additions & 26 deletions src/systems/dev/backstage/ourstage/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,41 @@
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
},
"dependencies": {
"@backstage/backend-common": "^0.21.0",
"@backstage/backend-tasks": "^0.5.15",
"@backstage/backend-common": "^0.21.3",
"@backstage/backend-tasks": "^0.5.18",
"@backstage/catalog-client": "^1.6.0",
"@backstage/catalog-model": "^1.4.4",
"@backstage/config": "^1.1.1",
"@backstage/plugin-app-backend": "^0.3.58",
"@backstage/plugin-auth-backend": "^0.21.0",
"@backstage/plugin-auth-node": "^0.4.4",
"@backstage/plugin-catalog-backend": "^1.17.0",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.7",
"@backstage/plugin-app-backend": "^0.3.61",
"@backstage/plugin-auth-backend": "^0.21.3",
"@backstage/plugin-auth-node": "^0.4.8",
"@backstage/plugin-catalog-backend": "^1.17.3",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.10",
"@backstage/plugin-permission-common": "^0.7.12",
"@backstage/plugin-permission-node": "^0.7.21",
"@backstage/plugin-proxy-backend": "^0.4.8",
"@backstage/plugin-scaffolder-backend": "^1.21.0",
"@backstage/plugin-search-backend": "^1.5.0",
"@backstage/plugin-search-backend-module-catalog": "^0.1.14",
"@backstage/plugin-search-backend-module-pg": "^0.5.19",
"@backstage/plugin-search-backend-module-techdocs": "^0.1.14",
"@backstage/plugin-search-backend-node": "^1.2.14",
"@backstage/plugin-techdocs-backend": "^1.9.3",
"@backstage/plugin-permission-node": "^0.7.24",
"@backstage/plugin-proxy-backend": "^0.4.11",
"@backstage/plugin-scaffolder-backend": "^1.21.3",
"@backstage/plugin-search-backend": "^1.5.3",
"@backstage/plugin-search-backend-module-catalog": "^0.1.17",
"@backstage/plugin-search-backend-module-pg": "^0.5.22",
"@backstage/plugin-search-backend-module-techdocs": "^0.1.17",
"@backstage/plugin-search-backend-node": "^1.2.17",
"@backstage/plugin-techdocs-backend": "^1.9.6",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"dockerode": "^3.3.1",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"node-gyp": "^9.0.0",
"better-sqlite3": "^9.4.3",
"dockerode": "^3.3.5",
"express": "^4.18.3",
"express-promise-router": "^4.1.1",
"node-gyp": "^9.4.1",
"pg": "^8.11.3",
"winston": "^3.2.1"
"winston": "^3.12.0"
},
"devDependencies": {
"@backstage/cli": "^0.25.2",
"@types/dockerode": "^3.3.0",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",
"@types/luxon": "^2.0.4"
"@types/dockerode": "^3.3.26",
"@types/express": "^4.17.21",
"@types/express-serve-static-core": "^4.17.43",
"@types/luxon": "^2.4.0"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit cdde715

Please sign in to comment.