Browse Source

Updated changes that was requested in Migrate to npm

1. Removed npm docs link as it was redundant.
2. Removed the ^ for the package verisons instead for the lastest compatible version.
pull/3601/head
EnTRoPY0120 1 year ago
committed by Thomas Kaul
parent
commit
75bec327b0
  1. 1
      README.md
  2. 16
      package-lock.json
  3. 16
      package.json

1
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) - [Docker](https://www.docker.com/products/docker-desktop)
- [Node.js](https://nodejs.org/en/download) (version 20+) - [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) - 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`) - Copy the file `.env.dev` to `.env` and populate it with your data (`cp .env.dev .env`)

16
package-lock.json

@ -72,7 +72,7 @@
"ionicons": "7.4.0", "ionicons": "7.4.0",
"jsonpath": "1.1.1", "jsonpath": "1.1.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"marked": "^12.0.0", "marked": "12.0.2",
"ms": "3.0.0-canary.1", "ms": "3.0.0-canary.1",
"ng-extract-i18n-merge": "2.12.0", "ng-extract-i18n-merge": "2.12.0",
"ngx-device-detector": "8.0.0", "ngx-device-detector": "8.0.0",
@ -120,9 +120,9 @@
"@nx/workspace": "19.5.1", "@nx/workspace": "19.5.1",
"@schematics/angular": "18.1.1", "@schematics/angular": "18.1.1",
"@simplewebauthn/types": "9.0.1", "@simplewebauthn/types": "9.0.1",
"@storybook/addon-essentials": "^8.0.0", "@storybook/addon-essentials": "8.2.5",
"@storybook/angular": "^8.0.0", "@storybook/angular": "8.2.5",
"@storybook/core-server": "^8.0.0", "@storybook/core-server": "8.2.5",
"@trivago/prettier-plugin-sort-imports": "4.3.0", "@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/big.js": "6.2.2", "@types/big.js": "6.2.2",
"@types/body-parser": "1.19.5", "@types/body-parser": "1.19.5",
@ -138,13 +138,13 @@
"@typescript-eslint/parser": "6.21.0", "@typescript-eslint/parser": "6.21.0",
"codelyzer": "6.0.1", "codelyzer": "6.0.1",
"cypress": "6.2.1", "cypress": "6.2.1",
"eslint": "^8.57.0 || ^9.0.0", "eslint": "8.57.0",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1", "eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.29.1", "eslint-plugin-import": "2.29.1",
"eslint-plugin-storybook": "0.6.15", "eslint-plugin-storybook": "0.6.15",
"jest": "^29.5.0", "jest": "29.7.0",
"jest-environment-jsdom": "^29.5.0", "jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0", "jest-preset-angular": "14.1.0",
"nx": "19.5.1", "nx": "19.5.1",
"prettier": "3.3.3", "prettier": "3.3.3",
@ -153,7 +153,7 @@
"react-dom": "18.2.0", "react-dom": "18.2.0",
"replace-in-file": "7.0.1", "replace-in-file": "7.0.1",
"shx": "0.3.4", "shx": "0.3.4",
"storybook": "^8.0.0", "storybook": "8.2.5",
"ts-jest": "29.1.0", "ts-jest": "29.1.0",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"tslib": "2.6.0", "tslib": "2.6.0",

16
package.json

@ -116,7 +116,7 @@
"ionicons": "7.4.0", "ionicons": "7.4.0",
"jsonpath": "1.1.1", "jsonpath": "1.1.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"marked": "^12.0.0", "marked": "12.0.2",
"ms": "3.0.0-canary.1", "ms": "3.0.0-canary.1",
"ng-extract-i18n-merge": "2.12.0", "ng-extract-i18n-merge": "2.12.0",
"ngx-device-detector": "8.0.0", "ngx-device-detector": "8.0.0",
@ -164,9 +164,9 @@
"@nx/workspace": "19.5.1", "@nx/workspace": "19.5.1",
"@schematics/angular": "18.1.1", "@schematics/angular": "18.1.1",
"@simplewebauthn/types": "9.0.1", "@simplewebauthn/types": "9.0.1",
"@storybook/addon-essentials": "^8.0.0", "@storybook/addon-essentials": "8.2.5",
"@storybook/angular": "^8.0.0", "@storybook/angular": "8.2.5",
"@storybook/core-server": "^8.0.0", "@storybook/core-server": "8.2.5",
"@trivago/prettier-plugin-sort-imports": "4.3.0", "@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/big.js": "6.2.2", "@types/big.js": "6.2.2",
"@types/body-parser": "1.19.5", "@types/body-parser": "1.19.5",
@ -182,13 +182,13 @@
"@typescript-eslint/parser": "6.21.0", "@typescript-eslint/parser": "6.21.0",
"codelyzer": "6.0.1", "codelyzer": "6.0.1",
"cypress": "6.2.1", "cypress": "6.2.1",
"eslint": "^8.57.0 || ^9.0.0", "eslint": "8.57.0",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1", "eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.29.1", "eslint-plugin-import": "2.29.1",
"eslint-plugin-storybook": "0.6.15", "eslint-plugin-storybook": "0.6.15",
"jest": "^29.5.0", "jest": "29.7.0",
"jest-environment-jsdom": "^29.5.0", "jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0", "jest-preset-angular": "14.1.0",
"nx": "19.5.1", "nx": "19.5.1",
"prettier": "3.3.3", "prettier": "3.3.3",
@ -197,7 +197,7 @@
"react-dom": "18.2.0", "react-dom": "18.2.0",
"replace-in-file": "7.0.1", "replace-in-file": "7.0.1",
"shx": "0.3.4", "shx": "0.3.4",
"storybook": "^8.0.0", "storybook": "8.2.5",
"ts-jest": "29.1.0", "ts-jest": "29.1.0",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"tslib": "2.6.0", "tslib": "2.6.0",

Loading…
Cancel
Save