Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
takyyon committed Jan 29, 2025
1 parent 631a2e5 commit e361e40
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 154 deletions.
4 changes: 2 additions & 2 deletions apps/Standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@microsoft/logic-apps-designer": "workspace:*",
"@microsoft/logic-apps-shared": "workspace:*",
"@monaco-editor/react": "4.6.0",
"@react-hookz/web": "22.0.0",
"@reduxjs/toolkit": "1.8.5",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@react-hookz/web": "22.0.0",
"axios": "^1.7.7",
"axios-retry": "^3.5.0",
"core-js": "3.24.1",
Expand All @@ -34,7 +34,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "8.0.2",
"react-router-dom": "^6.22.3",
"react-router-dom": "^6.28.2",
"regenerator-runtime": "0.13.9"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions apps/vs-code-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"dependencies": {
"@fluentui/azure-themes": "8.5.70",
"@fluentui/react": "8.110.2",
"@fluentui/react-icons": "2.0.224",
"@fluentui/react-components": "9.56.0",
"@fluentui/react-hooks": "8.6.20",
"@fluentui/react-icons": "2.0.224",
"@microsoft/designer-ui": "workspace:*",
"@microsoft/logic-apps-chatbot": "workspace:*",
"@microsoft/logic-apps-data-mapper": "workspace:*",
Expand All @@ -15,25 +15,25 @@
"@microsoft/logic-apps-shared": "workspace:*",
"@microsoft/vscode-extension-logic-apps": "workspace:*",
"@reduxjs/toolkit": "1.8.5",
"tiny-invariant": "1.3.1",
"@use-it/event-listener": "0.1.7",
"react-intl": "6.3.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@use-it/event-listener": "0.1.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "6.3.0",
"react-redux": "8.0.2",
"react-router-dom": "^6.22.3"
"react-router-dom": "^6.28.2",
"tiny-invariant": "1.3.1"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@types/lodash.isequal": "^4.5.8",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@types/vscode-webview": "1.57.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"vite": "^5.2.0",
"vite-plugin-node-polyfills": "^0.21.0",
"@types/vscode-webview": "1.57.1",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25"
"vite-plugin-node-polyfills": "^0.21.0"
},
"private": true,
"scripts": {
Expand Down
Loading

0 comments on commit e361e40

Please sign in to comment.