Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update deps version according to issue #1177

Merged
merged 4 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion developer-assist-dashboard/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@azure/functions": "^4.2.0",
"@microsoft/teamsfx": "^2.0.0",
"@microsoft/teams-js": "^2.7.1",
"@octokit/core": "^4.2.0",
"@octokit/core": "^6.0.1",
"isomorphic-fetch": "^3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion graph-connector-app/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@microsoft/teams-js": "^2.7.1",
"@microsoft/teamsfx": "^2.2.0",
"@microsoft/teamsfx-react": "^3.0.0",
"axios": "^0.21.1",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
Expand Down
2 changes: 1 addition & 1 deletion hello-world-bot-with-tab/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@microsoft/adaptivecards-tools": "^1.0.0",
"botbuilder": "^4.17.0",
"restify": "^10.0.0"
"restify": "^11.1.0"
},
"devDependencies": {
"@types/restify": "8.5.5",
Expand Down
2 changes: 1 addition & 1 deletion hello-world-bot-with-tab/tab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@microsoft/teams-js": "^2.7.1",
"@microsoft/teamsfx": "^2.2.0",
"@microsoft/teamsfx-react": "^3.0.0",
"axios": "^0.21.1",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"core-js": "^3.9.1",
"regenerator-runtime": "^0.13.7"
"regenerator-runtime": "^0.14.1"
},
"devDependencies": {
"@babel/core": "^7.13.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@microsoft/teams-js": "^2.7.1",
"@microsoft/teamsfx": "^2.2.0",
"@microsoft/teamsfx-react": "^3.0.0",
"axios": "^0.21.1",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
Expand Down
12 changes: 6 additions & 6 deletions react-retail-dashboard/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"package": "gulp bundle --ship && gulp package-solution --ship"
},
"dependencies": {
"@fluentui/react": "8.106.4",
"@microsoft/mgt-spfx": "^2.10.0",
"@fluentui/react": "8.115.6",
"@microsoft/mgt-spfx": "^3.1.3",
"@microsoft/sp-adaptive-card-extension-base": "1.18.2",
"@microsoft/sp-core-library": "1.18.2",
"@microsoft/sp-dialog": "1.18.2",
Expand All @@ -24,10 +24,10 @@
"@microsoft/sp-webpart-base": "1.18.2",
"@pnp/common": "^2.15.0",
"@pnp/sp": "^3.15.0",
"@pnp/spfx-controls-react": "3.15.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"tslib": "2.3.1"
"@pnp/spfx-controls-react": "3.17.0",
"react": "18.2.0",
wenytang-ms marked this conversation as resolved.
Show resolved Hide resolved
"react-dom": "18.2.0",
"tslib": "2.6.2"
},
"devDependencies": {
"@microsoft/eslint-config-spfx": "1.18.2",
Expand Down
2 changes: 1 addition & 1 deletion share-now/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@microsoft/microsoft-graph-client": "^3.0.1",
"@microsoft/teamsfx": "^2.0.0",
"isomorphic-fetch": "^3.0.0",
"tedious": "^9.2.3"
"tedious": "^17.0.0"
},
"devDependencies": {
"@types/tedious": "^4.0.3",
Expand Down
8 changes: 4 additions & 4 deletions share-now/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
},
"dependencies": {
"@microsoft/teamsfx": "^2.0.0",
"adaptivecards": "^2.9.0",
"axios": "^0.21.1",
"adaptivecards": "^3.0.2",
"axios": "^1.6.7",
"botbuilder": "^4.18.0",
"replace": "^1.2.0",
"restify": "^10.0.0",
"tedious": "^9.2.3"
"restify": "^11.1.0",
"tedious": "^17.0.0"
},
"devDependencies": {
"@types/restify": "^8.5.5",
Expand Down
24 changes: 12 additions & 12 deletions share-now/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@
},
"private": true,
"dependencies": {
"@fluentui/react": "^7.115.4",
"@fluentui/react-icons-northstar": "^0.49.0",
"@fluentui/react-northstar": "^0.49.0",
"@fluentui/react": "^8.115.6",
"@fluentui/react-icons-northstar": "^0.66.5",
"@fluentui/react-northstar": "^0.66.5",
"@microsoft/teams-js": "^2.2.0",
"@microsoft/teamsfx": "^2.0.0",
"@uifabric/icons": "^7.5.23",
"axios": "^0.21.1",
"bootstrap": "5.0.1",
"i18next": "^20.2.4",
"axios": "^1.6.7",
"bootstrap": "5.3.3",
"i18next": "^23.10.0",
"i18next-xhr-backend": "^3.2.2",
"react": "^16.8.0",
"react-bootstrap": "^1.6.0",
"react-dom": "^16.8.0",
"react-i18next": "^11.8.15",
"react": "^18.2.0",
"react-bootstrap": "^2.10.1",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.5",
"react-infinite-scroller": "^1.2.4",
"react-router-dom": "^5.2.0",
"react-router-dom": "^6.22.2",
"react-scripts": "^5.0.0",
"tslib": "^2.0.0",
"typescript": "^4.2.4"
"typescript": "^5.3.3"
},
"scripts": {
"dev:teamsfx": "env-cmd --silent -f .localConfigs npm run start",
Expand Down
4 changes: 2 additions & 2 deletions spfx-productivity-dashboard/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"test": "gulp test"
},
"dependencies": {
"@microsoft/mgt-spfx": "^2.6.2",
"@microsoft/mgt-spfx": "^3.1.3",
"@microsoft/sp-adaptive-card-extension-base": "1.18.2",
"@microsoft/sp-core-library": "1.18.2",
"@microsoft/sp-lodash-subset": "1.18.2",
"@microsoft/sp-office-ui-fabric-core": "1.18.2",
"@microsoft/sp-property-pane": "1.18.2",
"@microsoft/sp-webpart-base": "1.18.2",
"tslib": "2.3.1"
"tslib": "2.6.2"
},
"devDependencies": {
"@microsoft/eslint-config-spfx": "1.18.2",
Expand Down
8 changes: 4 additions & 4 deletions todo-list-SPFx/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0"
},
"dependencies": {
"@fluentui/react": "8.106.4",
"@fluentui/react": "8.115.6",
"@microsoft/sp-adaptive-card-extension-base": "1.18.2",
"@microsoft/sp-core-library": "1.18.2",
"@microsoft/sp-lodash-subset": "1.18.2",
"@microsoft/sp-office-ui-fabric-core": "1.18.2",
"@microsoft/sp-property-pane": "1.18.2",
"@microsoft/sp-webpart-base": "1.18.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"tslib": "2.3.1"
"react": "18.2.0",
wenytang-ms marked this conversation as resolved.
Show resolved Hide resolved
"react-dom": "18.2.0",
"tslib": "2.6.2"
},
"devDependencies": {
"@microsoft/eslint-config-spfx": "1.18.2",
Expand Down
2 changes: 1 addition & 1 deletion todo-list-with-Azure-backend-M365/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@azure/functions": "^1.2.2",
wenytang-ms marked this conversation as resolved.
Show resolved Hide resolved
"@microsoft/teamsfx": "^2.0.0",
"isomorphic-fetch": "^3.0.0",
"uuid": "^8.3.2"
"uuid": "^9.0.1"
},
"devDependencies": {
"env-cmd": "^10.1.0"
Expand Down
2 changes: 1 addition & 1 deletion todo-list-with-Azure-backend-M365/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@fluentui/react-components": "^9.18.0",
"@microsoft/teams-js": "^2.7.1",
"@microsoft/teamsfx": "^2.2.0",
"axios": "^0.21.1",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
Expand Down
2 changes: 1 addition & 1 deletion todo-list-with-Azure-backend/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@azure/functions": "^1.2.2",
"@microsoft/teamsfx": "^2.0.0",
"isomorphic-fetch": "^3.0.0",
"tedious": "^9.2.1"
"tedious": "^17.0.0"
},
"devDependencies": {
"env-cmd": "^10.1.0"
Expand Down
2 changes: 1 addition & 1 deletion todo-list-with-Azure-backend/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@fluentui/react-components": "^9.18.0",
"@microsoft/teams-js": "^2.7.1",
"@microsoft/teamsfx": "^2.2.0",
"axios": "^0.21.1",
"axios": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
Expand Down
6 changes: 3 additions & 3 deletions whos-next-meeting-app/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"private": true,
"dependencies": {
"@fluentui/react-components": "^9.18.0",
"@fluidframework/azure-client": "~1.0.1",
"@fluidframework/test-client-utils": "~1.0.1",
"@fluidframework/azure-client": "~1.1.1",
"@fluidframework/test-client-utils": "~1.3.7",
"@microsoft/live-share": "^1.0.0-preview.4",
"@microsoft/teams-js": "^2.8.0-beta.0",
"fluid-framework": "~1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-responsive": "^8.2.0",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.8.0",
"react-scripts": "^5.0.1"
},
Expand Down
Loading