Skip to content

Commit

Permalink
feat (dependencies): change dependency type to 'dependency' from some…
Browse files Browse the repository at this point in the history
… major libs
  • Loading branch information
jannikbuschke committed Sep 4, 2021
1 parent 6ad01a9 commit 05c9518
Show file tree
Hide file tree
Showing 4 changed files with 2,021 additions and 1,203 deletions.
38 changes: 19 additions & 19 deletions core/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glow-react",
"version": "0.22.1",
"version": "0.23.0",
"private": false,
"files": [
"lib",
Expand All @@ -19,19 +19,28 @@
"semantic-release": "semantic-release"
},
"dependencies": {
"@aspnet/signalr": "1.1.4",
"lodash.debounce": "4.0.8",
"@types/lodash.debounce": "4.0.6"
},
"devDependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"formik-antd": "2.1.0-beta.4",
"antd": "4.16.9",
"formik": "2.2.9",
"styled-components": "5.3.0",
"react-router-dom": "6.0.0-alpha.4",
"react-router": "6.0.0-alpha.4",
"@aspnet/signalr": "1.1.4",
"lodash.debounce": "4.0.8",
"dayjs": "1.10.5",
"react-query": "3.4.0",
"react-use": "17.1.0",
"normalizr": "3.6.1",
"mitt": "1.2.0",
"i18next": "19.0.0",
"i18next-browser-languagedetector": "4.0.1",
"react-i18next": "11.0.1",
"moment": "^2.25.3",
"moment-duration-format": "2.2.2"
},
"devDependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"typescript": "4.3.5",
"@types/node": "14.0.1",
"@types/styled-components": "5.1.11",
Expand All @@ -46,25 +55,16 @@
"@storybook/react": "5.3.13",
"use-lodash-debounce": "1.1.0",
"babel-loader": "8.0.6",
"dayjs": "1.10.5",
"semantic-release": "17.3.9",
"immer": "8.0.1",
"lodash": "4.17.21",
"@types/lodash": "4.14.170",
"file-saver": "2.0.2",
"@types/file-saver": "2.0.1",
"react-query": "3.4.0",
"react-use": "17.1.0",
"normalizr": "3.6.1",
"mitt": "1.2.0",
"@microsoft/teams-js": "1.8.0",
"@ant-design/icons": "4.6.2",
"i18next": "19.0.0",
"i18next-browser-languagedetector": "4.0.1",
"react-i18next": "11.0.1",
"moment": "^2.25.3",
"moment-duration-format": "2.2.2",
"@dnd-kit/core": "3.0.1",
"@dnd-kit/sortable": "3.0.1"
"@dnd-kit/sortable": "3.0.1",
"@types/lodash.debounce": "4.0.6"
}
}
Loading

0 comments on commit 05c9518

Please sign in to comment.