Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Update dependencies and build configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloento committed Dec 5, 2023
1 parent d6b85d9 commit 13aa3ba
Show file tree
Hide file tree
Showing 4 changed files with 711 additions and 792 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build_deploy:
runs-on: ubuntu-latest
name: Build and Deploy

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
build_deploy:
runs-on: ubuntu-latest
name: Build and Deploy

steps:
- uses: actions/checkout@v3

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"update": "npx npm-check-updates -u"
},
"dependencies": {
"@azure/msal-browser": "^3.5.0",
"@azure/msal-common": "^14.4.0",
"@azure/msal-react": "^2.0.7",
"@fluentui/react-components": "^9.41.0",
"@azure/msal-browser": "^3.6.0",
"@azure/msal-common": "^14.5.0",
"@azure/msal-react": "^2.0.8",
"@fluentui/react-components": "^9.42.0",
"@fluentui/react-hooks": "^8.6.33",
"@fluentui/react-icons": "^2.0.223",
"@griffel/react": "^1.5.18",
"@griffel/react": "^1.5.19",
"@lexical/clipboard": "^0.12.4",
"@lexical/code": "^0.12.4",
"@lexical/file": "^0.12.4",
Expand Down Expand Up @@ -51,10 +51,10 @@
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.38",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react-swc": "^3.5.0",
"typescript": "^5.3.2",
"vite": "^5.0.2"
"vite": "^5.0.5"
}
}
Loading

0 comments on commit 13aa3ba

Please sign in to comment.