mobility-toolbox-js 1.6.6-beta.1 → 1.6.6-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +9 -26
package/package.json CHANGED
@@ -2,28 +2,26 @@
2
2
  "name": "mobility-toolbox-js",
3
3
  "license": "MIT",
4
4
  "description": "Toolbox for JavaScript applications in the domains of mobility and logistics.",
5
- "version": "1.6.6-beta.1",
5
+ "version": "1.6.6-beta.2",
6
6
  "main": "index.js",
7
7
  "module": "module.js",
8
8
  "dependencies": {
9
- "@geops/geops-ui": "0.1.12",
9
+ "@geops/geops-ui": "0.1.13",
10
10
  "@material-ui/core": "4.12.3",
11
11
  "@material-ui/icons": "4.11.2",
12
12
  "@material-ui/styles": "4.11.4",
13
13
  "@turf/helpers": "^6.5.0",
14
14
  "@turf/transform-rotate": "^6.5.0",
15
15
  "codesandbox": "2.2.3",
16
- "es6-mixin": "^0.3.0",
17
16
  "path": "^0.12.7",
18
17
  "prop-types": "15.8.1",
19
18
  "query-string": "^6.13.0",
20
- "react": "^16.13.1",
19
+ "react": "17.0.2",
21
20
  "react-app-polyfill": "^1.0.6",
22
- "react-dom": "^16.13.1",
21
+ "react-dom": "17.0.2",
23
22
  "react-icons": "4.3.1",
24
23
  "react-markdown": "^4.3.1",
25
- "react-router": "^5.2.0",
26
- "react-router-dom": "^5.2.0",
24
+ "react-router-dom": "6",
27
25
  "react-scrollchor": "^6.0.0",
28
26
  "react-syntax-highlighter": "15.4.5",
29
27
  "taffydb": "^2.7.3",
@@ -36,10 +34,13 @@
36
34
  "ol": "^6"
37
35
  },
38
36
  "devDependencies": {
37
+ "@babel/core": "7.16.5",
39
38
  "@babel/eslint-parser": "7.16.5",
40
39
  "@babel/plugin-transform-runtime": "7.16.10",
40
+ "@babel/preset-env": "^7.16.11",
41
41
  "@babel/preset-react": "7.16.7",
42
42
  "@neutrinojs/copy": "9.5.0",
43
+ "@neutrinojs/jest": "^9.5.0",
43
44
  "@neutrinojs/library": "9.5.0",
44
45
  "@neutrinojs/react": "9.5.0",
45
46
  "autoprefixer": "9.7.6",
@@ -66,7 +67,6 @@
66
67
  "jest-fetch-mock": "3.0.3",
67
68
  "jest-serializer-html": "7.1.0",
68
69
  "jest-websocket-mock": "2.3.0",
69
- "jsdoc": "3.6.10",
70
70
  "lint-staged": "10.2.9",
71
71
  "mapbox-gl": "^1",
72
72
  "mock-socket": "9.1.2",
@@ -106,7 +106,7 @@
106
106
  "publish:public": "yarn version && git push origin HEAD && yarn build && cd build && yarn publish",
107
107
  "start": "yarn doc && webpack-dev-server --mode development --open",
108
108
  "start:examples": "webpack-dev-server --mode development --open",
109
- "test": "REACT_APP_LIB_MODE=1 jest --env=jsdom --transformIgnorePatterns \"/node_modules/(?!(ol|ol-mapbox-style)/).*/\"",
109
+ "test": "REACT_APP_LIB_MODE=1 jest",
110
110
  "test:watch": "yarn test --watchAll"
111
111
  },
112
112
  "browserslist": {
@@ -177,23 +177,6 @@
177
177
  "pre-commit": "CI=true lint-staged "
178
178
  }
179
179
  },
180
- "jest": {
181
- "testRegex": "src/.*.test.js$",
182
- "coveragePathIgnorePatterns": [
183
- "src/doc/"
184
- ],
185
- "coverageReporters": [
186
- "text",
187
- "html"
188
- ],
189
- "snapshotSerializers": [
190
- "jest-serializer-html"
191
- ],
192
- "setupFilesAfterEnv": [
193
- "<rootDir>/src/setupTests.js"
194
- ],
195
- "globalSetup": "./global-setup.js"
196
- },
197
180
  "keywords": [
198
181
  "mobility",
199
182
  "toolbox"