|
1 | 1 | { |
2 | 2 | "name": "varaamo", |
3 | | - "version": "0.12.6", |
| 3 | + "version": "0.12.7", |
4 | 4 | "repository": { |
5 | 5 | "type": "git", |
6 | 6 | "url": "https://github.com/City-of-Helsinki/varaamo" |
|
40 | 40 | "isomorphic-fetch": "2.2.1", |
41 | 41 | "jest-date-mock": "^1.0.7", |
42 | 42 | "leaflet": "^1.4.0", |
43 | | - "lightbox-react": "0.3.7", |
44 | 43 | "location-origin": "1.1.4", |
45 | 44 | "lodash": "4.17.21", |
46 | 45 | "mobile-detect": "1.4.0", |
|
62 | 61 | "react-dom": "16.8.4", |
63 | 62 | "react-helmet": "5.2.1", |
64 | 63 | "react-html-parser": "^2.0.2", |
| 64 | + "react-image-lightbox": "5.1.4", |
65 | 65 | "react-intl": "2.8.0", |
66 | 66 | "react-intl-redux": "2.1.0", |
67 | 67 | "react-leaflet": "2.2.1", |
|
87 | 87 | }, |
88 | 88 | "devDependencies": { |
89 | 89 | "@babel/core": "7.15.8", |
| 90 | + "@babel/eslint-parser": "7.15.8", |
| 91 | + "@babel/eslint-plugin": "7.14.5", |
90 | 92 | "@babel/plugin-proposal-class-properties": "7.3.0", |
91 | 93 | "@babel/polyfill": "7.2.5", |
92 | 94 | "@babel/preset-env": "7.3.1", |
93 | 95 | "@babel/preset-react": "7.0.0", |
94 | 96 | "@babel/register": "7.0.0", |
95 | | - "@babel/eslint-parser": "7.15.8", |
96 | | - "@babel/eslint-plugin": "7.14.5", |
97 | 97 | "autoprefixer": "9.4.7", |
98 | 98 | "babel-jest": "^24.1.0", |
99 | 99 | "babel-loader": "8.0.5", |
|
120 | 120 | "mini-css-extract-plugin": "0.5.0", |
121 | 121 | "mockdate": "2.0.2", |
122 | 122 | "morgan": "1.9.1", |
123 | | - "node-sass": "^4.12.0", |
124 | 123 | "postcss-loader": "^3.0.0", |
125 | 124 | "prop-types": "^15.7.2", |
126 | 125 | "react-test-renderer": "^16.8.4", |
127 | 126 | "react-transform-hmr": "1.0.4", |
128 | 127 | "redux-devtools-extension": "2.13.8", |
129 | 128 | "resolve-url-loader": "3.1.4", |
130 | 129 | "rosie": "1.6.0", |
131 | | - "sass-loader": "7.1.0", |
| 130 | + "sass": "^1.52.1", |
| 131 | + "sass-loader": "9.0.3", |
132 | 132 | "simple-mock": "0.8.0", |
133 | 133 | "snakecase-keys": "^3.1.2", |
134 | 134 | "style-loader": "0.23.1", |
|
140 | 140 | "webpack-hot-middleware": "2.24.3", |
141 | 141 | "webpack-merge": "4.2.1" |
142 | 142 | }, |
| 143 | + "resolutions": { |
| 144 | + "@firebase/util": "0.3.4", |
| 145 | + "ansi-html": "0.0.8", |
| 146 | + "ansi-regex": "^4.1.1", |
| 147 | + "glob-parent": "5.1.2", |
| 148 | + "minimist": "^1.2.6", |
| 149 | + "node-fetch": "2.6.7", |
| 150 | + "node-notifier": "8.0.1", |
| 151 | + "protobufjs": "6.11.3" |
| 152 | + }, |
143 | 153 | "scripts": { |
144 | 154 | "build": "./node_modules/.bin/webpack --config config/webpack.production.js", |
145 | 155 | "lint": "./node_modules/.bin/eslint .", |
|
0 commit comments