Skip to content

Commit

Permalink
chore(UI build): Upgraded all npm dependencies (#5424)
Browse files Browse the repository at this point in the history
* Upgraded all npm dependencies

* Restore package-lock for UI tests
  • Loading branch information
EricWittmann authored Oct 29, 2024
1 parent ffc6550 commit 4728176
Show file tree
Hide file tree
Showing 10 changed files with 1,789 additions and 7,323 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,19 @@ updates:
- "*"
exclude-patterns:
- "eslint"
- "@patternfly/*"
eslint:
patterns:
- "eslint"
update-types:
- "patch"
- "minor"
patternfly:
patterns:
- "@patternfly/*"
update-types:
- "patch"
- "minor"
open-pull-requests-limit: 10
versioning-strategy: increase

Expand Down
1,042 changes: 378 additions & 664 deletions typescript-sdk/package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions typescript-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@
"@microsoft/kiota-serialization-text": "1.0.0-preview.65"
},
"devDependencies": {
"@apicurio/eslint-config": "0.2.0",
"@apicurio/eslint-config": "0.3.0",
"@kiota-community/kiota-gen": "1.0.1",
"@types/node": "20.14.6",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "4.3.1",
"@types/node": "20.17.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.12.1",
"@typescript-eslint/parser": "8.12.1",
"@vitejs/plugin-react": "4.3.3",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.7",
"eslint-plugin-react-refresh": "0.4.14",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.23.1",
"rimraf": "5.0.7",
"typescript": "5.5.2",
"vite": "5.4.6",
"vite-plugin-dts": "4.0.2"
"react-router-dom": "6.27.0",
"rimraf": "5.0.10",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-plugin-dts": "4.3.0"
}
}
11 changes: 4 additions & 7 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dev": "npm run dev --prefix ./ui-app"
},
"devDependencies": {
"rimraf": "5.0.7",
"rimraf": "5.0.10",
"shelljs": "0.8.5"
}
}
Loading

0 comments on commit 4728176

Please sign in to comment.