From 7ef9abcabc7680cf94b28a56bd53317a2ec3f2ba Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 17 Feb 2024 14:57:39 +0530 Subject: upgrade node to 20.11.1 and other minor versions for pkgs --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index b044c341c..5dba74e26 100644 --- a/package.json +++ b/package.json @@ -13,15 +13,15 @@ "repository": "https://github.com/ferdium/ferdium-app.git", "private": true, "engines": { - "node": "20.11.0", - "pnpm": "8.15.1" + "node": "20.11.1", + "pnpm": "8.15.3" }, "engine-strict": true, "volta": { - "node": "20.11.0", - "pnpm": "8.15.1" + "node": "20.11.1", + "pnpm": "8.15.3" }, - "packageManager": "pnpm@8.15.1", + "packageManager": "pnpm@8.15.3", "scripts": { "prepare": "is-ci || husky install", "start": "electron ./build", @@ -119,7 +119,7 @@ "react-jss": "10.10.0", "react-loader-spinner": "5.4.5", "react-modal": "3.16.1", - "react-router-dom": "6.22.0", + "react-router-dom": "6.22.1", "react-sortable-hoc": "2.0.0", "react-tooltip": "5.26.2", "react-topbar-progress-indicator": "4.1.1", @@ -136,8 +136,8 @@ }, "devDependencies": { "@biomejs/biome": "1.4.1", - "@commitlint/cli": "18.6.0", - "@commitlint/config-conventional": "18.6.0", + "@commitlint/cli": "18.6.1", + "@commitlint/config-conventional": "18.6.2", "@electron/notarize": "1.2.3", "@formatjs/cli": "6.2.7", "@jest/types": "29.6.3", @@ -148,7 +148,7 @@ "@types/lodash": "4.14.202", "@types/minimist": "1.2.5", "@types/ms": "0.7.34", - "@types/node": "20.11.17", + "@types/node": "20.11.19", "@types/prop-types": "15.7.11", "@types/react": "18.2.55", "@types/react-color": "3.0.11", @@ -165,7 +165,7 @@ "chalk": "5.3.0", "concurrently": "8.2.2", "cross-env": "7.0.3", - "electron": "29.0.0-beta.11", + "electron": "29.0.0-beta.12", "electron-builder": "24.9.1", "esbuild": "0.16.17", "esbuild-plugin-copy": "2.1.1", @@ -176,7 +176,7 @@ "eslint-config-airbnb-typescript": "17.1.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-jest": "27.6.3", + "eslint-plugin-jest": "27.9.0", "eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-react": "7.33.2", @@ -184,7 +184,7 @@ "eslint-plugin-sonar": "0.12.0", "eslint-plugin-unicorn": "50.0.1", "gulp-livereload": "4.0.2", - "husky": "9.0.10", + "husky": "9.0.11", "is-ci": "3.0.1", "jest": "29.7.0", "prettier": "3.2.5", -- cgit v1.2.3-54-g00ecf