|
9 | 9 | "private": true, |
10 | 10 | "dependencies": { |
11 | 11 | "@apollo/client": "^3.5.5", |
12 | | - "@digitransit-component/digitransit-component-autosuggest": "2.0.8", |
| 12 | + "@digitransit-component/digitransit-component-autosuggest": "6.0.0", |
13 | 13 | "@habx/apollo-multi-endpoint-link": "^2.5.0", |
14 | 14 | "@hsl-fi/modal": "^0.3.2", |
15 | 15 | "@hsl-fi/site-header": "4.5.0", |
|
27 | 27 | "graphql": "^16.8.1", |
28 | 28 | "graphql-tag": "^2.12.6", |
29 | 29 | "http-proxy-middleware": "^2.0.7", |
30 | | - "i18next": "^19.9.2", |
| 30 | + "i18next": "^22.5.1", |
31 | 31 | "leaflet": "^1.9.3", |
32 | 32 | "lodash": "4.17.21", |
33 | 33 | "lodash-es": "4.17.21", |
34 | | - "luxon": "^1.28.1", |
| 34 | + "luxon": "^3.6.1", |
35 | 35 | "mqtt": "^4.3.7", |
36 | 36 | "node-fetch": "^3.3.2", |
| 37 | + "nth-check": "^2.1.1", |
37 | 38 | "object-hash": "^2.2.0", |
38 | 39 | "patch-package": "^6.5.0", |
39 | 40 | "pbf": "^3.2.1", |
40 | 41 | "react": "^16.14.0", |
| 42 | + "react-animate-height": "^3.2.3", |
41 | 43 | "react-autosuggest": "^10.0.0", |
42 | 44 | "react-burger-menu": "^3.0.6", |
43 | 45 | "react-dom": "^16.14.0", |
44 | 46 | "react-helmet": "^6.1.0", |
45 | | - "react-i18next": "^11.17.0", |
| 47 | + "react-i18next": "^12.3.1", |
46 | 48 | "react-modal": "^3.11.2", |
47 | 49 | "react-promise": "^2.1.0", |
48 | 50 | "react-router-dom": "^5.2.0", |
|
52 | 54 | "sass": "^1.49.9", |
53 | 55 | "suncalc": "1.8.0", |
54 | 56 | "url": "^0.11.0", |
55 | | - "uuid": "^8.3.2", |
56 | | - "nth-check": "^2.1.1", |
57 | | - "react-animate-height": "^3.2.3" |
| 57 | + "uuid": "^8.3.2" |
58 | 58 | }, |
59 | 59 | "scripts": { |
60 | 60 | "start-prod": "cd server && npm start", |
|
71 | 71 | "lint-scss-test": "stylelint src/**/*.{scss,sass} --quiet" |
72 | 72 | }, |
73 | 73 | "devDependencies": { |
74 | | - "prettier": "^2.3.0", |
75 | | - "husky": "^7.0.0", |
76 | 74 | "@babel/core": "^7.21.3", |
77 | 75 | "@graphql-codegen/cli": "^5.0.2", |
78 | 76 | "@graphql-codegen/typed-document-node": "^2.3.3", |
|
96 | 94 | "eslint-plugin-prettier": "^4.2.1", |
97 | 95 | "eslint-plugin-react": "^7.30.1", |
98 | 96 | "eslint-plugin-sonarjs": "^0.14.0", |
| 97 | + "husky": "^7.0.0", |
99 | 98 | "npm-run-all": "^4.1.5", |
| 99 | + "prettier": "^2.3.0", |
100 | 100 | "stylelint": "^16.0.2", |
101 | 101 | "stylelint-config-standard-scss": "12.0.0", |
102 | | - "typescript": "^3.9.9" |
| 102 | + "typescript": "^4.9.5" |
103 | 103 | }, |
104 | 104 | "jest": { |
105 | 105 | "moduleNameMapper": { |
|
0 commit comments