|
25 | 25 | "main": "build/index.js",
|
26 | 26 | "dependencies": {
|
27 | 27 | "@date-io/luxon": "~1.3.13",
|
28 |
| - "@fortawesome/fontawesome-svg-core": "~1.2.0", |
29 |
| - "@fortawesome/pro-duotone-svg-icons": "~5.15.1", |
30 |
| - "@fortawesome/pro-light-svg-icons": "~5.15.1", |
31 |
| - "@fortawesome/pro-regular-svg-icons": "~5.15.1", |
32 |
| - "@fortawesome/pro-solid-svg-icons": "~5.15.1", |
| 28 | + "@fortawesome/fontawesome-svg-core": "~1.2.34", |
| 29 | + "@fortawesome/pro-duotone-svg-icons": "~5.15.2", |
| 30 | + "@fortawesome/pro-light-svg-icons": "~5.15.2", |
| 31 | + "@fortawesome/pro-regular-svg-icons": "~5.15.2", |
| 32 | + "@fortawesome/pro-solid-svg-icons": "~5.15.2", |
33 | 33 | "@fortawesome/react-fontawesome": "~0.1.0",
|
34 |
| - "@material-ui/core": "~4.11.2", |
| 34 | + "@material-ui/core": "~4.11.3", |
35 | 35 | "@material-ui/lab": "~4.0.0-alpha.57",
|
36 | 36 | "@material-ui/pickers": "~3.2.10",
|
37 |
| - "@material-ui/styles": "~4.11.2", |
| 37 | + "@material-ui/styles": "~4.11.3", |
38 | 38 | "clsx": "~1.1.1",
|
39 | 39 | "immutable": "4.0.0-rc.9",
|
40 | 40 | "lodash": "~4.17.20",
|
41 | 41 | "luxon": "~1.25.0",
|
42 |
| - "polished": "~4.0.3", |
| 42 | + "polished": "~4.1.0", |
43 | 43 | "prop-types": "~15.7.2",
|
44 | 44 | "react-scrolllock": "~5.0.1",
|
45 |
| - "react-select": "~3.1.0", |
| 45 | + "react-select": "~4.0.2", |
46 | 46 | "react-transition-group": "~4.4.1",
|
47 | 47 | "redux-reqseq": "0.5.0"
|
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 |
| - "@babel/cli": "~7.12.10", |
51 |
| - "@babel/core": "~7.12.10", |
52 |
| - "@babel/plugin-proposal-class-properties": "~7.12.1", |
53 |
| - "@babel/plugin-proposal-object-rest-spread": "~7.12.1", |
54 |
| - "@babel/plugin-transform-runtime": "~7.12.10", |
| 50 | + "@babel/cli": "~7.12.13", |
| 51 | + "@babel/core": "~7.12.13", |
| 52 | + "@babel/plugin-proposal-class-properties": "~7.12.13", |
| 53 | + "@babel/plugin-proposal-object-rest-spread": "~7.12.13", |
| 54 | + "@babel/plugin-transform-runtime": "~7.12.15", |
55 | 55 | "@babel/polyfill": "~7.12.1",
|
56 |
| - "@babel/preset-env": "~7.12.10", |
57 |
| - "@babel/preset-flow": "~7.12.1", |
58 |
| - "@babel/preset-react": "~7.12.10", |
59 |
| - "@babel/register": "~7.12.10", |
60 |
| - "@babel/runtime": "~7.12.5", |
61 |
| - "@storybook/addon-actions": "~6.1.11", |
62 |
| - "@storybook/addon-docs": "~6.1.11", |
63 |
| - "@storybook/addon-storysource": "~6.1.11", |
64 |
| - "@storybook/addons": "~6.1.11", |
65 |
| - "@storybook/react": "~6.1.11", |
66 |
| - "@storybook/source-loader": "~6.1.11", |
| 56 | + "@babel/preset-env": "~7.12.13", |
| 57 | + "@babel/preset-flow": "~7.12.13", |
| 58 | + "@babel/preset-react": "~7.12.13", |
| 59 | + "@babel/register": "~7.12.13", |
| 60 | + "@babel/runtime": "~7.12.13", |
| 61 | + "@storybook/addon-actions": "~6.1.17", |
| 62 | + "@storybook/addon-docs": "~6.1.17", |
| 63 | + "@storybook/addon-storysource": "~6.1.17", |
| 64 | + "@storybook/addons": "~6.1.17", |
| 65 | + "@storybook/react": "~6.1.17", |
| 66 | + "@storybook/source-loader": "~6.1.17", |
67 | 67 | "@storybook/storybook-deployer": "~2.8.7",
|
68 |
| - "@storybook/theming": "~6.1.11", |
| 68 | + "@storybook/theming": "~6.1.17", |
69 | 69 | "babel-eslint": "~10.1.0",
|
70 | 70 | "babel-jest": "~26.6.3",
|
71 | 71 | "babel-loader": "~8.2.2",
|
|
75 | 75 | "enzyme": "~3.11.0",
|
76 | 76 | "enzyme-adapter-react-16": "~1.15.5",
|
77 | 77 | "enzyme-to-json": "~3.6.1",
|
78 |
| - "eslint": "~7.16.0", |
| 78 | + "eslint": "~7.19.0", |
79 | 79 | "eslint-config-airbnb": "~18.2.1",
|
80 | 80 | "eslint-import-resolver-webpack": "~0.13.0",
|
81 | 81 | "eslint-loader": "~4.0.2",
|
|
89 | 89 | "flow-bin": "~0.131.0",
|
90 | 90 | "import-sort-style-openlattice": "~0.1.0",
|
91 | 91 | "jest": "~26.6.3",
|
92 |
| - "jest-styled-components": "~6.3.0", |
| 92 | + "jest-styled-components": "~7.0.3", |
93 | 93 | "npm-run-all": "~4.1.5",
|
94 | 94 | "raw-loader": "~4.0.2",
|
95 |
| - "react": "~16.13.0", |
96 |
| - "react-dom": "~16.13.0", |
| 95 | + "react": "~16.14.0", |
| 96 | + "react-dom": "~16.14.0", |
97 | 97 | "react-router": "~5.2.0",
|
98 | 98 | "react-router-dom": "~5.2.0",
|
99 | 99 | "rimraf": "~3.0.2",
|
100 | 100 | "style-loader": "~2.0.0",
|
101 |
| - "styled-components": "~4.4.0", |
| 101 | + "styled-components": "~5.2.1", |
102 | 102 | "stylelint": "~13.9.0",
|
103 | 103 | "stylelint-config-standard": "~20.0.0",
|
104 | 104 | "stylelint-config-styled-components": "~0.1.1",
|
105 | 105 | "stylelint-processor-styled-components": "~1.10.0",
|
106 | 106 | "webpack": "~4.44.0",
|
107 | 107 | "webpack-cli": "~3.3.0",
|
108 |
| - "webpack-dev-server": "~3.11.0", |
| 108 | + "webpack-dev-server": "~3.11.2", |
109 | 109 | "webpack-hot-middleware": "~2.25.0"
|
110 | 110 | },
|
111 | 111 | "scripts": {
|
|
0 commit comments