Skip to content

Commit

Permalink
[YUNIKORN-2899] chore: update node version to LTS, update package and…
Browse files Browse the repository at this point in the history
… solve warnings
  • Loading branch information
ryankert01 committed Oct 4, 2024
1 parent 5ea6cb6 commit 5ac49aa
Show file tree
Hide file tree
Showing 3 changed files with 2,437 additions and 2,411 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19
lts
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"preinstall": "npx only-allow pnpm",
"start": "docusaurus start",
"build": "docusaurus build",
"serve": "docusaurus serve",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"release": "docusaurus docs:version"
},
"dependencies": {
"@docusaurus/core": "3.2.1",
"@docusaurus/preset-classic": "3.2.1",
"@docusaurus/theme-search-algolia": "3.2.1",
"@docusaurus/core": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@docusaurus/theme-search-algolia": "3.5.2",
"@mdx-js/react": "^3.0.1",
"axios": "1.6.8",
"clsx": "^2.1.0",
"node": "^18.20.1",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand All @@ -39,7 +39,8 @@
"trim@<0.0.3": ">=0.0.3",
"loader-utils@>=3.0.0 <3.2.1": ">=3.2.1",
"minimatch@<3.0.5": ">=3.0.5",
"axios@>=0.8.1 <0.28.0": ">=0.28.0"
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
"path-to-regexp@>=2.0.0 <3.3.0": ">=3.3.0"
}
}
}
Loading

0 comments on commit 5ac49aa

Please sign in to comment.