|
32 | 32 | "test:integration:dev": "dotenv cypress open", |
33 | 33 | "test:integration": "dotenv cypress run failOnSnapshotDiff=false" |
34 | 34 | }, |
35 | | - "eslintConfig": { |
36 | | - "extends": "react-app" |
37 | | - }, |
38 | 35 | "browserslist": { |
39 | 36 | "production": [ |
40 | 37 | ">0.2%", |
|
64 | 61 | "@storybook/react": "^5.3.19", |
65 | 62 | "@testing-library/react-hooks": "^3.2.1", |
66 | 63 | "ava": "^3.7.0", |
| 64 | + "babel-eslint": "^10.1.0", |
67 | 65 | "chroma-js": "^2.0.4", |
68 | 66 | "concurrently": "^5.3.0", |
69 | 67 | "cypress": "^6.4.0", |
|
73 | 71 | "electron": "^11.2.3", |
74 | 72 | "electron-builder": "^22.8.0", |
75 | 73 | "electron-builder-notarize": "^1.2.0", |
| 74 | + "eslint-plugin-cypress": "^2.11.2", |
76 | 75 | "gh-pages": "^2.1.1", |
77 | 76 | "material-survey": "^1.0.40", |
78 | 77 | "parcel": "^1.12.4", |
|
109 | 108 | "in-browser-download": "^2.0.0", |
110 | 109 | "jac-format": "^1.1.3", |
111 | 110 | "js-md5": "^0.7.3", |
112 | | - "mime-types": "^2.1.27", |
| 111 | + "mime-types": "^2.1.28", |
113 | 112 | "moment": "^2.24.0", |
114 | 113 | "nan": "^2.14.1", |
115 | 114 | "posthog-js": "^1.0.4", |
|
125 | 124 | "react-material-workspace-layout": "^1.0.9", |
126 | 125 | "react-scripts": "^3.4.1", |
127 | 126 | "react-select": "^3.0.8", |
128 | | - "react-time-series": "^1.0.20", |
| 127 | + "react-time-series": "^1.0.21", |
129 | 128 | "recoil": "^0.0.13", |
130 | 129 | "rfc6902": "^3.0.4", |
131 | 130 | "seamless-immutable": "^7.1.4", |
|
135 | 134 | "serve": "^11.3.2", |
136 | 135 | "styled-components": "^5.0.0", |
137 | 136 | "udt-collaboration-server": "^1.0.8", |
138 | | - "udt-dataset-managers": "^1.0.15", |
139 | | - "udt-format": "0.0.1", |
| 137 | + "udt-dataset-managers": "^1.0.16", |
| 138 | + "udt-format": "^0.0.1", |
140 | 139 | "use-async-effect": "^2.2.2", |
141 | 140 | "use-event-callback": "^0.1.0", |
142 | 141 | "wavesurfer.js": "^3.3.3", |
|
0 commit comments