Skip to content

Commit

Permalink
Update devDependencies (#66)
Browse files Browse the repository at this point in the history
+ add missing dependency "eslint-plugin-prettier"
+ remove superflous ".git" in clone command
  • Loading branch information
KristjanESPERANTO authored Jan 23, 2024
1 parent 3b08d5d commit c2da0bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you also like this module and want to thank, please rate this repository with
1. Navigate to the `MagicMirror/modules` directory and execute the following command

```sh
git clone https://github.com/jalibu/MMM-Jast.git
git clone https://github.com/jalibu/MMM-Jast
```

2. Change into the MMM-Jast module folder and install runtime dependencies with
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-typescript": "^11.1.6",
"@types/magicmirror-module": "^2.16.5",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.1.1",
"rollup": "^4.8.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.4",
"rollup": "^4.9.6",
"rollup-plugin-banner2": "^1.2.2",
"typescript": "^5.3.3"
}
Expand Down

0 comments on commit c2da0bd

Please sign in to comment.