Merge pull request #40 from microsoft/v-rburman/packageUpdate
Tilde added in package json and version update
This commit is contained in:
Коммит
b8ace5c1a9
|
@ -3,41 +3,41 @@
|
|||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@fluentui/react": "^8.14.1",
|
||||
"@fluentui/react-northstar": "^0.54.0",
|
||||
"@microsoft/mgt-react": "^2.1.0",
|
||||
"@microsoft/microsoft-graph-client": "^2.2.1",
|
||||
"@microsoft/teams-js": "^1.9.0",
|
||||
"@testing-library/jest-dom": "^5.12.0",
|
||||
"@testing-library/react": "^11.2.6",
|
||||
"@testing-library/user-event": "^12.8.3",
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/node": "^15.0.1",
|
||||
"@types/react": "^17.0.4",
|
||||
"@types/react-dom": "^17.0.3",
|
||||
"adaptivecards": "^2.9.0",
|
||||
"axios": "^0.21.1",
|
||||
"i18next": "^20.2.2",
|
||||
"i18next-browser-languagedetector": "^6.1.0",
|
||||
"i18next-http-backend": "^1.2.2",
|
||||
"jwt-decode": "^3.1.2",
|
||||
"markdown-it": "^12.0.6",
|
||||
"moment": "^2.24.0",
|
||||
"msteams-ui-components-react": "^0.8.4",
|
||||
"msteams-ui-icons-core": "^0.4.2",
|
||||
"msteams-ui-icons-react": "^0.4.2",
|
||||
"msteams-ui-styles-core": "^0.8.2",
|
||||
"node-sass": "^7.0.0",
|
||||
"normalize-url": "^4.5.1",
|
||||
"postcss": "^8.2.10",
|
||||
"react": "^16.8.0",
|
||||
"react-dom": "^16.8.0",
|
||||
"react-i18next": "^11.8.15",
|
||||
"react-markdown": "^6.0.2",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"trim-newlines": "^3.0.1",
|
||||
"typestyle": "^2.1.0",
|
||||
"web-vitals": "^1.1.1"
|
||||
"@fluentui/react": "~8.14.1",
|
||||
"@fluentui/react-northstar": "~0.54.0",
|
||||
"@microsoft/mgt-react": "~2.1.0",
|
||||
"@microsoft/microsoft-graph-client": "~2.2.1",
|
||||
"@microsoft/teams-js": "~1.9.0",
|
||||
"@testing-library/jest-dom": "~5.12.0",
|
||||
"@testing-library/react": "~11.2.6",
|
||||
"@testing-library/user-event": "~12.8.3",
|
||||
"@types/jest": "~26.0.23",
|
||||
"@types/node": "~15.0.1",
|
||||
"@types/react": "~17.0.4",
|
||||
"@types/react-dom": "~17.0.3",
|
||||
"adaptivecards": "~2.9.0",
|
||||
"axios": "~0.21.1",
|
||||
"i18next": "~20.2.2",
|
||||
"i18next-browser-languagedetector": "~6.1.0",
|
||||
"i18next-http-backend": "~1.2.2",
|
||||
"jwt-decode": "~3.1.2",
|
||||
"markdown-it": "~12.0.6",
|
||||
"moment": "~2.24.0",
|
||||
"msteams-ui-components-react": "~0.8.4",
|
||||
"msteams-ui-icons-core": "~0.4.2",
|
||||
"msteams-ui-icons-react": "~0.4.2",
|
||||
"msteams-ui-styles-core": "~0.8.2",
|
||||
"node-sass": "~4.0.0",
|
||||
"normalize-url": "~4.5.1",
|
||||
"postcss": "~8.2.10",
|
||||
"react": "~16.8.0",
|
||||
"react-dom": "~16.8.0",
|
||||
"react-i18next": "~11.8.15",
|
||||
"react-markdown": "~6.0.2",
|
||||
"react-router-dom": "~5.2.0",
|
||||
"trim-newlines": "~3.0.1",
|
||||
"typestyle": "~2.1.0",
|
||||
"web-vitals": "~1.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
@ -64,11 +64,11 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash": "^4.14.170",
|
||||
"@types/markdown-it": "^12.0.2",
|
||||
"@types/moment": "^2.13.0",
|
||||
"@types/react-router-dom": "^5.1.7",
|
||||
"typescript": "^4.2.4",
|
||||
"@types/lodash": "~4.14.170",
|
||||
"@types/markdown-it": "~12.0.2",
|
||||
"@types/moment": "~2.13.0",
|
||||
"@types/react-router-dom": "~5.1.7",
|
||||
"typescript": "~4.2.4",
|
||||
"react-scripts": "4.0.3"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче