Skip to content

Commit

Permalink
Merge branch 'main' into 24396-handle-ng-navigation-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Dec 11, 2023
2 parents ec43ca5 + 228adcc commit 0d364b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
pull-requests: write # for actions/labeler to add labels to PRs
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@b69b346013879cedbf50c69f572cd85439a41936
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ascending: true
Expand Down
4 changes: 2 additions & 2 deletions generators/react/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"path-browserify": "1.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.48.2",
"react-hook-form": "7.49.0",
"react-jhipster": "0.25.3",
"react-loadable": "5.5.0",
"react-redux": "8.1.3",
Expand All @@ -32,7 +32,7 @@
"@types/jest": "29.5.11",
"@types/lodash": "4.14.202",
"@types/node": "18.19.3",
"@types/react": "18.2.42",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@types/react-redux": "7.1.31",
"@types/redux": "3.6.31",
Expand Down
6 changes: 3 additions & 3 deletions generators/vue/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"deepmerge": "4.3.1",
"js-cookie": "3.0.5",
"pinia": "2.1.7",
"vue": "3.3.10",
"vue": "3.3.11",
"vue-i18n": "9.8.0",
"vue-router": "4.2.5"
},
Expand Down Expand Up @@ -56,8 +56,8 @@
"terser-webpack-plugin": "5.3.9",
"ts-loader": "9.5.1",
"typescript": "5.3.3",
"vite": "5.0.6",
"vitest": "1.0.2",
"vite": "5.0.7",
"vitest": "1.0.4",
"vitest-sonar-reporter": "1.0.0",
"vue-loader": "17.3.1",
"vue-style-loader": "4.1.3",
Expand Down

0 comments on commit 0d364b2

Please sign in to comment.