Skip to content

Commit

Permalink
feat: bump frontend deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomuso committed Dec 1, 2023
1 parent 7e49ca1 commit d79045c
Show file tree
Hide file tree
Showing 2 changed files with 4,139 additions and 3,930 deletions.
26 changes: 13 additions & 13 deletions packages/gitlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"semver": "^7.5.4"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0",
"react-router": "6.0.0-beta.0 || ^6.3.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
"react": "^16.13.1 || ^18.0.0",
"react-dom": "^16.13.1 || ^18.0.0",
"react-router": "6.0.0-beta.0 || ^6.20.0",
"react-router-dom": "6.0.0-beta.0 || ^6.20.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.8",
"@backstage/core-app-api": "^1.8.1",
"@backstage/dev-utils": "^1.0.23",
"@backstage/plugin-catalog-react": "^1.7.0",
"@backstage/cli": "^0.24.0",
"@backstage/core-app-api": "^1.11.0",
"@backstage/dev-utils": "^1.0.24",
"@backstage/plugin-catalog-react": "^1.9.1",
"@backstage/test-utils": "^1.4.0",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
Expand All @@ -71,7 +71,7 @@
"@semantic-release/npm": "^9.0.0",
"@semantic-release/release-notes-generator": "^10.0.2",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^12.1.2",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.3.0",
"@types/jest": "^29.5.1",
"@types/node": "^20.6.2",
Expand All @@ -83,10 +83,10 @@
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.0",
"prettier": "^2.0.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^6.4.5",
"react-router-dom": "^6.4.5"
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.20.0"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit d79045c

Please sign in to comment.