diff --git a/README.md b/README.md index f8b3451ce..263f6a737 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,6 @@ Ghostfolio is available for various home server systems, including [CasaOS](http - [Docker](https://www.docker.com/products/docker-desktop) - [Node.js](https://nodejs.org/en/download) (version 20+) -- [npm](https://docs.npmjs.com/cli/v10/commands/npm-install) - Create a local copy of this Git repository (clone) - Copy the file `.env.dev` to `.env` and populate it with your data (`cp .env.dev .env`) diff --git a/package-lock.json b/package-lock.json index c05870540..3eab5a922 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "ionicons": "7.4.0", "jsonpath": "1.1.1", "lodash": "4.17.21", - "marked": "^12.0.0", + "marked": "12.0.2", "ms": "3.0.0-canary.1", "ng-extract-i18n-merge": "2.12.0", "ngx-device-detector": "8.0.0", @@ -120,9 +120,9 @@ "@nx/workspace": "19.5.1", "@schematics/angular": "18.1.1", "@simplewebauthn/types": "9.0.1", - "@storybook/addon-essentials": "^8.0.0", - "@storybook/angular": "^8.0.0", - "@storybook/core-server": "^8.0.0", + "@storybook/addon-essentials": "8.2.5", + "@storybook/angular": "8.2.5", + "@storybook/core-server": "8.2.5", "@trivago/prettier-plugin-sort-imports": "4.3.0", "@types/big.js": "6.2.2", "@types/body-parser": "1.19.5", @@ -138,13 +138,13 @@ "@typescript-eslint/parser": "6.21.0", "codelyzer": "6.0.1", "cypress": "6.2.1", - "eslint": "^8.57.0 || ^9.0.0", + "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-cypress": "2.15.1", "eslint-plugin-import": "2.29.1", "eslint-plugin-storybook": "0.6.15", - "jest": "^29.5.0", - "jest-environment-jsdom": "^29.5.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", "jest-preset-angular": "14.1.0", "nx": "19.5.1", "prettier": "3.3.3", @@ -153,7 +153,7 @@ "react-dom": "18.2.0", "replace-in-file": "7.0.1", "shx": "0.3.4", - "storybook": "^8.0.0", + "storybook": "8.2.5", "ts-jest": "29.1.0", "ts-node": "10.9.2", "tslib": "2.6.0", diff --git a/package.json b/package.json index 4fd2d891d..7486d214c 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "ionicons": "7.4.0", "jsonpath": "1.1.1", "lodash": "4.17.21", - "marked": "^12.0.0", + "marked": "12.0.2", "ms": "3.0.0-canary.1", "ng-extract-i18n-merge": "2.12.0", "ngx-device-detector": "8.0.0", @@ -164,9 +164,9 @@ "@nx/workspace": "19.5.1", "@schematics/angular": "18.1.1", "@simplewebauthn/types": "9.0.1", - "@storybook/addon-essentials": "^8.0.0", - "@storybook/angular": "^8.0.0", - "@storybook/core-server": "^8.0.0", + "@storybook/addon-essentials": "8.2.5", + "@storybook/angular": "8.2.5", + "@storybook/core-server": "8.2.5", "@trivago/prettier-plugin-sort-imports": "4.3.0", "@types/big.js": "6.2.2", "@types/body-parser": "1.19.5", @@ -182,13 +182,13 @@ "@typescript-eslint/parser": "6.21.0", "codelyzer": "6.0.1", "cypress": "6.2.1", - "eslint": "^8.57.0 || ^9.0.0", + "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-cypress": "2.15.1", "eslint-plugin-import": "2.29.1", "eslint-plugin-storybook": "0.6.15", - "jest": "^29.5.0", - "jest-environment-jsdom": "^29.5.0", + "jest": "29.7.0", + "jest-environment-jsdom": "29.7.0", "jest-preset-angular": "14.1.0", "nx": "19.5.1", "prettier": "3.3.3", @@ -197,7 +197,7 @@ "react-dom": "18.2.0", "replace-in-file": "7.0.1", "shx": "0.3.4", - "storybook": "^8.0.0", + "storybook": "8.2.5", "ts-jest": "29.1.0", "ts-node": "10.9.2", "tslib": "2.6.0",