From aa0a95f691e4477f0c5f0fbaf2a1ce58fdc86420 Mon Sep 17 00:00:00 2001 From: Anthony Rey Date: Thu, 25 Jul 2024 10:12:56 +0200 Subject: [PATCH] Update README and freeze packages --- .github/workflows/main.yml | 2 +- README.md | 2 +- package-lock.json | 26 +++++++++++++------------- package.json | 26 +++++++++++++------------- 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e12e70e..59a2be4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: node-version: - 18 - 20 - - 22.4 + - 22 steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} diff --git a/README.md b/README.md index 76c6291..ddb7b81 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Then you can clone this module as a reference and change files you want (don't f ## Consume a tikui module -To consume a module, you should install it on your Tikui project using the latest version from `tikui/tikui` and then you have to edit the `tikuiconfig.json` to set the documentation name like your `$MODULE_NAME`. +To use a module, you should install it on your Tikui project using the latest version from `@tikui/tikui-core` (or by generating it using `@tikui/cli`) and then you have to edit the `tikuiconfig.json` to set the documentation name like your `$MODULE_NAME`. Here is an example for a module named `tikuidoc-tikui`: diff --git a/package-lock.json b/package-lock.json index 2143ef2..94239ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,19 +9,19 @@ "version": "6.0.0", "license": "MIT", "devDependencies": { - "@fontsource/montserrat": "^5.0.18", - "@types/jest": "^29.2.5", - "concurrently": "^8.0.0", - "husky": "^9.1.1", - "jest": "^29.3.1", - "prettier": "^3.3.3", - "pug-lint": "^2.6.0", - "stylelint": "^16.7.0", - "stylelint-config-concentric-order": "^5.2.0", - "stylelint-config-standard-scss": "^13.1.0", - "ts-jest": "^29.0.4", - "tsx": "^4.16.2", - "typescript": "^5.0.0" + "@fontsource/montserrat": "5.0.18", + "@types/jest": "29.5.12", + "concurrently": "8.2.2", + "husky": "9.1.1", + "jest": "29.7.0", + "prettier": "3.3.3", + "pug-lint": "2.7.0", + "stylelint": "16.7.0", + "stylelint-config-concentric-order": "5.2.0", + "stylelint-config-standard-scss": "13.1.0", + "ts-jest": "29.2.3", + "tsx": "4.16.2", + "typescript": "5.5.4" }, "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index d633a24..807e75a 100644 --- a/package.json +++ b/package.json @@ -30,18 +30,18 @@ "node": ">=18.0.0" }, "devDependencies": { - "@fontsource/montserrat": "^5.0.18", - "@types/jest": "^29.2.5", - "concurrently": "^8.0.0", - "husky": "^9.1.1", - "jest": "^29.3.1", - "prettier": "^3.3.3", - "pug-lint": "^2.6.0", - "stylelint": "^16.7.0", - "stylelint-config-concentric-order": "^5.2.0", - "stylelint-config-standard-scss": "^13.1.0", - "ts-jest": "^29.0.4", - "tsx": "^4.16.2", - "typescript": "^5.0.0" + "@fontsource/montserrat": "5.0.18", + "@types/jest": "29.5.12", + "concurrently": "8.2.2", + "husky": "9.1.1", + "jest": "29.7.0", + "prettier": "3.3.3", + "pug-lint": "2.7.0", + "stylelint": "16.7.0", + "stylelint-config-concentric-order": "5.2.0", + "stylelint-config-standard-scss": "13.1.0", + "ts-jest": "29.2.3", + "tsx": "4.16.2", + "typescript": "5.5.4" } }