aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-16 14:58:04 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-16 20:25:58 +0530
commit1261c4aaca0b46798cae953444fb0323f49b31d2 (patch)
tree8de871cf56e38258cac3888216f35f409a5bda24 /package.json
parentUpgraded husky and changed pre-commit hooks location. (diff)
downloadferdium-app-1261c4aaca0b46798cae953444fb0323f49b31d2.tar.gz
ferdium-app-1261c4aaca0b46798cae953444fb0323f49b31d2.tar.zst
ferdium-app-1261c4aaca0b46798cae953444fb0323f49b31d2.zip
Upgraded other npm modules
Diffstat (limited to 'package.json')
-rw-r--r--package.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/package.json b/package.json
index ca8097183..b3bd67722 100644
--- a/package.json
+++ b/package.json
@@ -66,7 +66,7 @@
66 "@meetfranz/theme": "file:packages/theme", 66 "@meetfranz/theme": "file:packages/theme",
67 "@meetfranz/ui": "file:packages/ui", 67 "@meetfranz/ui": "file:packages/ui",
68 "@sentry/electron": "^2.4.0", 68 "@sentry/electron": "^2.4.0",
69 "address-rfc2822": "^2.0.1", 69 "address-rfc2822": "2.1.0",
70 "atob": "2.1.2", 70 "atob": "2.1.2",
71 "auto-launch": "5.0.5", 71 "auto-launch": "5.0.5",
72 "btoa": "1.2.1", 72 "btoa": "1.2.1",
@@ -120,7 +120,7 @@
120 "react-jss": "8.6.1", 120 "react-jss": "8.6.1",
121 "react-loader": "2.4.7", 121 "react-loader": "2.4.7",
122 "react-modal": "3.11.1", 122 "react-modal": "3.11.1",
123 "react-router": "^3.0.2", 123 "react-router": "3.2.6",
124 "react-sortable-hoc": "1.10.1", 124 "react-sortable-hoc": "1.10.1",
125 "react-tooltip": "3.11.1", 125 "react-tooltip": "3.11.1",
126 "route-parser": "^0.0.5", 126 "route-parser": "^0.0.5",
@@ -137,35 +137,35 @@
137 "devDependencies": { 137 "devDependencies": {
138 "@adlk/misty": "^0.2.0", 138 "@adlk/misty": "^0.2.0",
139 "@babel/cli": "^7.13.16", 139 "@babel/cli": "^7.13.16",
140 "@babel/core": "^7.13.16", 140 "@babel/core": "7.14.2",
141 "@babel/plugin-proposal-class-properties": "^7.13.0", 141 "@babel/plugin-proposal-class-properties": "^7.13.0",
142 "@babel/plugin-proposal-decorators": "^7.13.15", 142 "@babel/plugin-proposal-decorators": "7.14.2",
143 "@babel/plugin-proposal-export-default-from": "^7.12.13", 143 "@babel/plugin-proposal-export-default-from": "^7.12.13",
144 "@babel/plugin-proposal-throw-expressions": "^7.12.13", 144 "@babel/plugin-proposal-throw-expressions": "^7.12.13",
145 "@babel/plugin-syntax-dynamic-import": "^7.8.3", 145 "@babel/plugin-syntax-dynamic-import": "^7.8.3",
146 "@babel/plugin-transform-regenerator": "^7.13.15", 146 "@babel/plugin-transform-regenerator": "^7.13.15",
147 "@babel/preset-env": "^7.13.16", 147 "@babel/preset-env": "7.14.2",
148 "@babel/preset-react": "^7.7.4", 148 "@babel/preset-react": "7.13.13",
149 "@babel/register": "^7.13.16", 149 "@babel/register": "^7.13.16",
150 "@types/classnames": "^2.2.6", 150 "@types/classnames": "^2.2.9",
151 "@types/color": "^3.0.1", 151 "@types/color": "^3.0.1",
152 "@types/color-convert": "^1.9.0", 152 "@types/color-convert": "^1.9.0",
153 "@types/fs-extra": "^7.0.0", 153 "@types/fs-extra": "^7.0.0",
154 "@types/jss": "^9.5.7", 154 "@types/jss": "^9.5.7",
155 "@types/lodash": "^4.14.148", 155 "@types/lodash": "4.14.169",
156 "@types/node": "^12.12.54", 156 "@types/node": "12.20.13",
157 "@types/react": "^16.9.13", 157 "@types/react": "16.14.6",
158 "@types/react-dom": "^16.9.4", 158 "@types/react-dom": "16.9.13",
159 "@types/react-jss": "^8.6.0", 159 "@types/react-jss": "^8.6.0",
160 "@types/uuid": "^3.4.6", 160 "@types/uuid": "3.4.9",
161 "all-contributors-cli": "^6.11.0", 161 "all-contributors-cli": "6.20.0",
162 "babel-eslint": "^10.0.3", 162 "babel-eslint": "10.1.0",
163 "babel-loader": "^8.0.4", 163 "babel-loader": "8.2.2",
164 "babel-plugin-react-intl": "^3.0.1", 164 "babel-plugin-react-intl": "3.5.1",
165 "conventional-changelog-cli": "^2.1.1", 165 "conventional-changelog-cli": "^2.1.1",
166 "cross-env": "^5.0.5", 166 "cross-env": "^5.0.5",
167 "cz-conventional-changelog": "^2.1.0", 167 "cz-conventional-changelog": "^2.1.0",
168 "dotenv": "^8.2.0", 168 "dotenv": "8.6.0",
169 "electron": "12.0.7", 169 "electron": "12.0.7",
170 "electron-builder": "22.11.3", 170 "electron-builder": "22.11.3",
171 "electron-notarize": "1.0.0", 171 "electron-notarize": "1.0.0",
@@ -180,30 +180,30 @@
180 "expect.js": "^0.3.1", 180 "expect.js": "^0.3.1",
181 "gulp": "^4.0.0", 181 "gulp": "^4.0.0",
182 "gulp-babel": "^8.0.0", 182 "gulp-babel": "^8.0.0",
183 "gulp-cli": "^1.2.2", 183 "gulp-cli": "1.4.0",
184 "gulp-connect": "^5.7.0", 184 "gulp-connect": "^5.7.0",
185 "gulp-sass": "^4.1.0", 185 "gulp-sass": "^4.1.0",
186 "gulp-sass-variables": "^1.2.0", 186 "gulp-sass-variables": "^1.2.0",
187 "hex-rgb": "^3.0.0", 187 "hex-rgb": "^3.0.0",
188 "html-webpack-plugin": "^4.0.0-beta.5", 188 "html-webpack-plugin": "4.5.2",
189 "husky": "^6.0.0", 189 "husky": "^6.0.0",
190 "jest": "^26.6.3", 190 "jest": "^26.6.3",
191 "kebab-case": "^1.0.0", 191 "kebab-case": "1.0.1",
192 "lerna": "4.0.0", 192 "lerna": "4.0.0",
193 "mobx-react-devtools": "^6.1.1", 193 "mobx-react-devtools": "^6.1.1",
194 "mocha": "^5.2.0", 194 "mocha": "^5.2.0",
195 "node-abi": "^2.26.0", 195 "node-abi": "^2.26.0",
196 "node-sass": "^5.0.0", 196 "node-sass": "^5.0.0",
197 "prettier": "^2.2.1", 197 "prettier": "2.3.0",
198 "preval-build-info": "^1.0.3", 198 "preval-build-info": "^1.0.3",
199 "react-intl-translations-manager": "^5.0.3", 199 "react-intl-translations-manager": "^5.0.3",
200 "terser-webpack-plugin": "^1.2.1", 200 "terser-webpack-plugin": "1.4.5",
201 "ts-loader": "^5.4.5", 201 "ts-loader": "^5.4.5",
202 "tslint": "^5.20.1", 202 "tslint": "^5.20.1",
203 "tslint-config-airbnb": "^5.11.2", 203 "tslint-config-airbnb": "^5.11.2",
204 "typescript": "^3.9", 204 "typescript": "^3.9",
205 "webpack": "^4.41.2", 205 "webpack": "4.46.0",
206 "webpack-cli": "^3.3.10", 206 "webpack-cli": "3.3.12",
207 "webpack-dev-server": "^3.11.2", 207 "webpack-dev-server": "^3.11.2",
208 "webpack-node-externals": "^1.7.2" 208 "webpack-node-externals": "^1.7.2"
209 }, 209 },