aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-13 04:17:37 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-06-13 05:14:49 +0530
commitcb510c06b2432b1f7098363403cf83680ee96ccf (patch)
treeaabd99905b9e64867d56cc07906547689dda8b3d /package.json
parentUpgrade and lock npm modules (#237) (diff)
downloadferdium-app-cb510c06b2432b1f7098363403cf83680ee96ccf.tar.gz
ferdium-app-cb510c06b2432b1f7098363403cf83680ee96ccf.tar.zst
ferdium-app-cb510c06b2432b1f7098363403cf83680ee96ccf.zip
Upgrade npm modules
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json
index b18977c8b..322032733 100644
--- a/package.json
+++ b/package.json
@@ -71,7 +71,7 @@
71 "electron-dl": "^3.3.1", 71 "electron-dl": "^3.3.1",
72 "electron-find": "^1.0.7", 72 "electron-find": "^1.0.7",
73 "electron-react-titlebar": "1.2.1", 73 "electron-react-titlebar": "1.2.1",
74 "electron-updater": "^4.6.5", 74 "electron-updater": "5.0.5",
75 "electron-window-state": "^5.0.3", 75 "electron-window-state": "^5.0.3",
76 "fast-folder-size": "1.7.0", 76 "fast-folder-size": "1.7.0",
77 "fs-extra": "^10.1.0", 77 "fs-extra": "^10.1.0",
@@ -116,7 +116,7 @@
116 "useragent-generator": "^1.1.1-amkt-22079-finish.0", 116 "useragent-generator": "^1.1.1-amkt-22079-finish.0",
117 "uuid": "^8.3.2", 117 "uuid": "^8.3.2",
118 "validator": "^13.7.0", 118 "validator": "^13.7.0",
119 "ws": "8.7.0" 119 "ws": "8.8.0"
120 }, 120 },
121 "devDependencies": { 121 "devDependencies": {
122 "@babel/core": "7.18.2", 122 "@babel/core": "7.18.2",
@@ -127,13 +127,13 @@
127 "@babel/preset-react": "^7.16.7", 127 "@babel/preset-react": "^7.16.7",
128 "@babel/preset-typescript": "7.17.12", 128 "@babel/preset-typescript": "7.17.12",
129 "@babel/register": "^7.17.7", 129 "@babel/register": "^7.17.7",
130 "@commitlint/cli": "^15.0.0", 130 "@commitlint/cli": "17.0.2",
131 "@commitlint/config-conventional": "^15.0.0", 131 "@commitlint/config-conventional": "17.0.2",
132 "@formatjs/cli": "4.8.4", 132 "@formatjs/cli": "5.0.2",
133 "@types/color": "^3.0.3", 133 "@types/color": "^3.0.3",
134 "@types/expect.js": "^0.3.29", 134 "@types/expect.js": "^0.3.29",
135 "@types/fs-extra": "^9.0.13", 135 "@types/fs-extra": "^9.0.13",
136 "@types/jest": "27.5.1", 136 "@types/jest": "28.1.1",
137 "@types/lodash": "^4.14.182", 137 "@types/lodash": "^4.14.182",
138 "@types/mime-types": "^2.1.1", 138 "@types/mime-types": "^2.1.1",
139 "@types/ms": "^0.7.31", 139 "@types/ms": "^0.7.31",
@@ -150,21 +150,21 @@
150 "babel-plugin-formatjs": "10.3.24", 150 "babel-plugin-formatjs": "10.3.24",
151 "concurrently": "7.2.1", 151 "concurrently": "7.2.1",
152 "cross-env": "^7.0.3", 152 "cross-env": "^7.0.3",
153 "dotenv": "^10.0.0", 153 "dotenv": "16.0.1",
154 "electron": "19.0.4", 154 "electron": "19.0.4",
155 "electron-builder": "23.1.0", 155 "electron-builder": "23.1.0",
156 "electron-notarize": "^1.2.1", 156 "electron-notarize": "^1.2.1",
157 "eslint": "8.17.0", 157 "eslint": "8.17.0",
158 "eslint-config-airbnb": "^19.0.4", 158 "eslint-config-airbnb": "^19.0.4",
159 "eslint-config-airbnb-typescript": "^16.2.0", 159 "eslint-config-airbnb-typescript": "17.0.0",
160 "eslint-config-prettier": "^8.5.0", 160 "eslint-config-prettier": "^8.5.0",
161 "eslint-plugin-import": "^2.26.0", 161 "eslint-plugin-import": "^2.26.0",
162 "eslint-plugin-jest": "^25.7.0", 162 "eslint-plugin-jest": "26.5.3",
163 "eslint-plugin-jsx-a11y": "^6.5.1", 163 "eslint-plugin-jsx-a11y": "^6.5.1",
164 "eslint-plugin-prettier": "^4.0.0", 164 "eslint-plugin-prettier": "^4.0.0",
165 "eslint-plugin-react": "^7.29.4", 165 "eslint-plugin-react": "^7.29.4",
166 "eslint-plugin-react-hooks": "4.5.0", 166 "eslint-plugin-react-hooks": "4.5.0",
167 "eslint-plugin-unicorn": "^39.0.0", 167 "eslint-plugin-unicorn": "42.0.0",
168 "gulp": "^4.0.2", 168 "gulp": "^4.0.2",
169 "gulp-babel": "^8.0.0", 169 "gulp-babel": "^8.0.0",
170 "gulp-cli": "^2.3.0", 170 "gulp-cli": "^2.3.0",
@@ -179,7 +179,7 @@
179 "gulp-uglify": "^3.0.2", 179 "gulp-uglify": "^3.0.2",
180 "hex-rgb": "^4.3.0", 180 "hex-rgb": "^4.3.0",
181 "html-webpack-plugin": "^4.5.2", 181 "html-webpack-plugin": "^4.5.2",
182 "husky": "^7.0.4", 182 "husky": "8.0.1",
183 "is-ci": "^3.0.1", 183 "is-ci": "^3.0.1",
184 "jest": "28.1.1", 184 "jest": "28.1.1",
185 "kebab-case": "^1.0.1", 185 "kebab-case": "^1.0.1",