diff --git a/.github/workflows/ci-documentation.yml b/.github/workflows/ci-documentation.yml index 4dfed9e..b9a46b1 100644 --- a/.github/workflows/ci-documentation.yml +++ b/.github/workflows/ci-documentation.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node 🔧 uses: actions/setup-node@v1 with: - node-version: "16.x" + node-version: "20.x" cache: "npm" cache-dependency-path: ./docs/package-lock.json path: $DOC_FOLDER diff --git a/docs/docs/mapping-string-into-type.md b/docs/docs/mapping-string-into-type.md index 03aec9d..af83db3 100644 --- a/docs/docs/mapping-string-into-type.md +++ b/docs/docs/mapping-string-into-type.md @@ -4,7 +4,7 @@ sidebar_position: 4 # Type Parser -If you require extracting positional strings and converting the values into their final forms, such as obtaining a string representing a datetime or currency, you can create an interceptor reader by implementing the `ITypeParser` interface. This allows you to perform custom actions before the value is set to the final property. +If you require extracting positional strings and converting the values into their final forms, such as obtaining a string representing a datetime or decimal currency format, you can create an interceptor reader by implementing the `ITypeParser` interface. This allows you to perform custom actions before the value is set to the final property. here and example of intercept the property read. diff --git a/docs/package.json b/docs/package.json index 800d44e..5692517 100644 --- a/docs/package.json +++ b/docs/package.json @@ -14,16 +14,16 @@ "write-heading-ids": "docusaurus write-heading-ids" }, "dependencies": { - "@docusaurus/core": "^2.2.0", - "@docusaurus/plugin-google-gtag": "^2.2.0", - "@docusaurus/preset-classic": "^2.2.0", + "@docusaurus/core": "^3.1.0", + "@docusaurus/plugin-google-gtag": "^3.1.0", + "@docusaurus/preset-classic": "^3.1.0", "@mdx-js/react": "^1.6.21", - "@svgr/webpack": "^5.5.0", + "@svgr/webpack": "^8.1.0", "clsx": "^1.1.1", "file-loader": "^6.2.0", "prism-react-renderer": "^1.2.1", - "react": "^17.0.1", - "react-dom": "^17.0.1", + "react": "^18.0.1", + "react-dom": "^18.0.1", "url-loader": "^4.1.1" }, "browserslist": {