Skip to content

Commit

Permalink
Upgrade Node 22.5.1 (konpyutaika#442)
Browse files Browse the repository at this point in the history
* Upgrade Node 22.5.1

* Update README
  • Loading branch information
juldrixx authored Aug 2, 2024
1 parent c0fa1b5 commit 85f8893
Show file tree
Hide file tree
Showing 8 changed files with 1,501 additions and 1,119 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
deploy-website:
working_directory: /home/circleci/nifikop/site
docker: # run the steps with Docker
- image: node:22.2.0
- image: node:22.5.1
steps:
- checkout:
path: /home/circleci/nifikop
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [PR #434](https://github.com/konpyutaika/nifikop/pull/434) - **[Operator/NifiCluster]** Added Python logback configuration.
- [PR #436](https://github.com/konpyutaika/nifikop/pull/436) - **[Operator]** Upgrade golang to 1.22.4.
- [PR #440](https://github.com/konpyutaika/nifikop/pull/440) - **[Operator]** Upgrade golang to 1.22.5.
- [PR #442](https://github.com/konpyutaika/nifikop/pull/442) - **[Documentation]** Upgrade node 22.5.1.

### Fixed Bugs

Expand Down
2 changes: 1 addition & 1 deletion site/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.2.0
v22.5.1
1,373 changes: 860 additions & 513 deletions site/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
}
},
"devDependencies": {
"husky": "^9.0.11",
"prettier": "^3.2.5",
"husky": "^9.1.4",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion site/website/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.2.0
v22.5.1
22 changes: 11 additions & 11 deletions site/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,26 @@
"lintv": "cd ../ && alex"
},
"dependencies": {
"@algolia/client-search": "^4.23.3",
"@docusaurus/core": "^3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@docusaurus/theme-live-codeblock": "^3.3.2",
"@algolia/client-search": "^4.24.0",
"@docusaurus/core": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@docusaurus/theme-live-codeblock": "^3.4.0",
"classnames": "^2.5.1",
"docusaurus-plugin-sass": "^0.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-github-btn": "^1.4.0",
"react-loadable": "^5.5.0",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
"sass": "^1.77.8",
"sass-loader": "^16.0.0",
"typescript": "^5.5.4",
"webpack": "^5.93.0"
},
"devDependencies": {
"alex": "^11.0.1",
"fs-extra": "^11.2.0",
"glob": "^8.0.3",
"glob-promise": "^6.0.5",
"glob-promise": "^6.0.7",
"path": "^0.12.7"
}
}
1,214 changes: 624 additions & 590 deletions site/yarn.lock

Large diffs are not rendered by default.

0 comments on commit 85f8893

Please sign in to comment.