Skip to content

Commit

Permalink
Upgrade npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Jan 6, 2025
1 parent 7a2b9e4 commit 5f6263d
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 39 deletions.
24 changes: 12 additions & 12 deletions typescript-sdk/package-lock.json

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

6 changes: 3 additions & 3 deletions typescript-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@apicurio/eslint-config": "0.3.0",
"@kiota-community/kiota-gen": "1.0.2",
"@types/node": "22.10.3",
"@types/node": "22.10.5",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@typescript-eslint/eslint-plugin": "8.19.0",
Expand All @@ -43,8 +43,8 @@
"react-router-dom": "7.1.1",
"rimraf": "6.0.1",
"typescript": "5.7.2",
"uuid": "11.0.3",
"vite": "6.0.6",
"uuid": "11.0.4",
"vite": "6.0.7",
"vite-plugin-dts": "4.4.0",
"vitest": "2.1.8"
}
Expand Down
2 changes: 1 addition & 1 deletion ui/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@apicurio/eslint-config": "0.3.0",
"@playwright/test": "1.49.1",
"@types/node": "22.10.3",
"@types/node": "22.10.5",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"eslint": "8.57.1",
Expand Down
22 changes: 11 additions & 11 deletions ui/ui-app/package-lock.json

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

4 changes: 2 additions & 2 deletions ui/ui-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@kiota-community/kiota-wasm": "0.0.3",
"@monaco-editor/react": "4.6.0",
"@types/luxon": "3.4.2",
"@types/node": "22.10.3",
"@types/node": "22.10.5",
"@types/pluralize": "0.0.33",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
Expand All @@ -33,7 +33,7 @@
"eslint-plugin-react-refresh": "0.4.16",
"rimraf": "6.0.1",
"typescript": "5.7.2",
"vite": "6.0.6",
"vite": "6.0.7",
"vite-tsconfig-paths": "5.1.4"
},
"dependencies": {
Expand Down
16 changes: 8 additions & 8 deletions ui/ui-docs/package-lock.json

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

4 changes: 2 additions & 2 deletions ui/ui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"eslint-plugin-react-refresh": "0.4.16",
"rimraf": "6.0.1",
"typescript": "5.7.2",
"vite": "6.0.6",
"vite": "6.0.7",
"vite-tsconfig-paths": "5.1.4"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"mobx": "6.13.5",
"styled-components": "6.1.13",
"styled-components": "6.1.14",
"core-js": "3.39.0",
"redoc": "2.2.0"
}
Expand Down

0 comments on commit 5f6263d

Please sign in to comment.