Skip to content

Commit

Permalink
jfrog-artifactory: bump backstage to 1.34.2 and remove @spotify/prett…
Browse files Browse the repository at this point in the history
…ier-config (#2525)

Signed-off-by: Alberto Gutierrez <[email protected]>
  • Loading branch information
aljesusg authored Jan 17, 2025
1 parent 5b0553e commit 75e9202
Show file tree
Hide file tree
Showing 5 changed files with 1,439 additions and 1,130 deletions.
5 changes: 5 additions & 0 deletions workspaces/jfrog-artifactory/.changeset/forty-phones-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-jfrog-artifactory': minor
---

bump backstage to 1.34.2 and remove @spotify/prettier-config
2 changes: 1 addition & 1 deletion workspaces/jfrog-artifactory/backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.32.5"
"version": "1.34.2"
}
9 changes: 4 additions & 5 deletions workspaces/jfrog-artifactory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"engines": {
"node": "18 || 20"
"node": "20 || 22"
},
"scripts": {
"tsc": "tsc",
Expand Down Expand Up @@ -33,11 +33,10 @@
"directory": "workspaces/jfrog-artifactory"
},
"devDependencies": {
"@backstage/cli": "^0.28.2",
"@backstage/cli": "^0.29.4",
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.10.0",
"@backstage/repo-tools": "^0.12.0",
"@changesets/cli": "^2.27.1",
"@spotify/prettier-config": "^12.0.0",
"knip": "^5.27.4",
"node-gyp": "^9.0.0",
"prettier": "^2.3.2",
Expand All @@ -49,7 +48,7 @@
"@types/react": "^18",
"@types/react-dom": "^18"
},
"prettier": "@spotify/prettier-config",
"prettier": "@backstage/cli/config/prettier",
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs}": [
"eslint --fix",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"tsc": "tsc"
},
"dependencies": {
"@backstage/catalog-model": "^1.7.0",
"@backstage/core-components": "^0.15.1",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/plugin-catalog-react": "^1.14.0",
"@backstage/theme": "^0.6.0",
"@backstage/catalog-model": "^1.7.2",
"@backstage/core-components": "^0.16.2",
"@backstage/core-plugin-api": "^1.10.2",
"@backstage/plugin-catalog-react": "^1.15.0",
"@backstage/theme": "^0.6.3",
"@janus-idp/shared-react": "^2.13.1",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
Expand All @@ -46,10 +46,10 @@
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.28.2",
"@backstage/core-app-api": "^1.15.1",
"@backstage/dev-utils": "^1.1.2",
"@backstage/test-utils": "^1.7.0",
"@backstage/cli": "^0.29.4",
"@backstage/core-app-api": "^1.15.3",
"@backstage/dev-utils": "^1.1.5",
"@backstage/test-utils": "^1.7.3",
"@redhat-developer/red-hat-developer-hub-theme": "0.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "14.3.1",
Expand Down
Loading

0 comments on commit 75e9202

Please sign in to comment.