aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-02-17 14:57:39 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-17 12:31:24 +0000
commit7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba (patch)
tree17e315e1138941b1189c15921acdaf54e24933d6 /package.json
parent6.7.1-nightly.19 [skip ci] (diff)
downloadferdium-app-7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba.tar.gz
ferdium-app-7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba.tar.zst
ferdium-app-7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba.zip
upgrade node to 20.11.1 and other minor versions for pkgs
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/package.json b/package.json
index b044c341c..5dba74e26 100644
--- a/package.json
+++ b/package.json
@@ -13,15 +13,15 @@
13 "repository": "https://github.com/ferdium/ferdium-app.git", 13 "repository": "https://github.com/ferdium/ferdium-app.git",
14 "private": true, 14 "private": true,
15 "engines": { 15 "engines": {
16 "node": "20.11.0", 16 "node": "20.11.1",
17 "pnpm": "8.15.1" 17 "pnpm": "8.15.3"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "volta": { 20 "volta": {
21 "node": "20.11.0", 21 "node": "20.11.1",
22 "pnpm": "8.15.1" 22 "pnpm": "8.15.3"
23 }, 23 },
24 "packageManager": "pnpm@8.15.1", 24 "packageManager": "pnpm@8.15.3",
25 "scripts": { 25 "scripts": {
26 "prepare": "is-ci || husky install", 26 "prepare": "is-ci || husky install",
27 "start": "electron ./build", 27 "start": "electron ./build",
@@ -119,7 +119,7 @@
119 "react-jss": "10.10.0", 119 "react-jss": "10.10.0",
120 "react-loader-spinner": "5.4.5", 120 "react-loader-spinner": "5.4.5",
121 "react-modal": "3.16.1", 121 "react-modal": "3.16.1",
122 "react-router-dom": "6.22.0", 122 "react-router-dom": "6.22.1",
123 "react-sortable-hoc": "2.0.0", 123 "react-sortable-hoc": "2.0.0",
124 "react-tooltip": "5.26.2", 124 "react-tooltip": "5.26.2",
125 "react-topbar-progress-indicator": "4.1.1", 125 "react-topbar-progress-indicator": "4.1.1",
@@ -136,8 +136,8 @@
136 }, 136 },
137 "devDependencies": { 137 "devDependencies": {
138 "@biomejs/biome": "1.4.1", 138 "@biomejs/biome": "1.4.1",
139 "@commitlint/cli": "18.6.0", 139 "@commitlint/cli": "18.6.1",
140 "@commitlint/config-conventional": "18.6.0", 140 "@commitlint/config-conventional": "18.6.2",
141 "@electron/notarize": "1.2.3", 141 "@electron/notarize": "1.2.3",
142 "@formatjs/cli": "6.2.7", 142 "@formatjs/cli": "6.2.7",
143 "@jest/types": "29.6.3", 143 "@jest/types": "29.6.3",
@@ -148,7 +148,7 @@
148 "@types/lodash": "4.14.202", 148 "@types/lodash": "4.14.202",
149 "@types/minimist": "1.2.5", 149 "@types/minimist": "1.2.5",
150 "@types/ms": "0.7.34", 150 "@types/ms": "0.7.34",
151 "@types/node": "20.11.17", 151 "@types/node": "20.11.19",
152 "@types/prop-types": "15.7.11", 152 "@types/prop-types": "15.7.11",
153 "@types/react": "18.2.55", 153 "@types/react": "18.2.55",
154 "@types/react-color": "3.0.11", 154 "@types/react-color": "3.0.11",
@@ -165,7 +165,7 @@
165 "chalk": "5.3.0", 165 "chalk": "5.3.0",
166 "concurrently": "8.2.2", 166 "concurrently": "8.2.2",
167 "cross-env": "7.0.3", 167 "cross-env": "7.0.3",
168 "electron": "29.0.0-beta.11", 168 "electron": "29.0.0-beta.12",
169 "electron-builder": "24.9.1", 169 "electron-builder": "24.9.1",
170 "esbuild": "0.16.17", 170 "esbuild": "0.16.17",
171 "esbuild-plugin-copy": "2.1.1", 171 "esbuild-plugin-copy": "2.1.1",
@@ -176,7 +176,7 @@
176 "eslint-config-airbnb-typescript": "17.1.0", 176 "eslint-config-airbnb-typescript": "17.1.0",
177 "eslint-config-prettier": "9.1.0", 177 "eslint-config-prettier": "9.1.0",
178 "eslint-plugin-import": "2.29.1", 178 "eslint-plugin-import": "2.29.1",
179 "eslint-plugin-jest": "27.6.3", 179 "eslint-plugin-jest": "27.9.0",
180 "eslint-plugin-jsx-a11y": "6.8.0", 180 "eslint-plugin-jsx-a11y": "6.8.0",
181 "eslint-plugin-prettier": "5.1.3", 181 "eslint-plugin-prettier": "5.1.3",
182 "eslint-plugin-react": "7.33.2", 182 "eslint-plugin-react": "7.33.2",
@@ -184,7 +184,7 @@
184 "eslint-plugin-sonar": "0.12.0", 184 "eslint-plugin-sonar": "0.12.0",
185 "eslint-plugin-unicorn": "50.0.1", 185 "eslint-plugin-unicorn": "50.0.1",
186 "gulp-livereload": "4.0.2", 186 "gulp-livereload": "4.0.2",
187 "husky": "9.0.10", 187 "husky": "9.0.11",
188 "is-ci": "3.0.1", 188 "is-ci": "3.0.1",
189 "jest": "29.7.0", 189 "jest": "29.7.0",
190 "prettier": "3.2.5", 190 "prettier": "3.2.5",