Skip to content
Snippets Groups Projects
Commit 45756960 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Updated nextJS reference in the example project to satisfy dependabot vulnerability complaints

parent 8fff5968
No related branches found
No related tags found
1 merge request!295Updated 2 dependencies in TS example to avoid vulnerability reports specific to wax (even they are specific to example apps only)
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
}, },
"dependencies": { "dependencies": {
"@hiveio/wax": "file:../../../ts", "@hiveio/wax": "file:../../../ts",
"next": "14.2.4", "next": "14.2.25",
"react": "^18", "react": "^18",
"react-dom": "^18" "react-dom": "^18"
}, },
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"@types/react": "^18", "@types/react": "^18",
"@types/react-dom": "^18", "@types/react-dom": "^18",
"eslint": "^8", "eslint": "^8",
"eslint-config-next": "14.2.4", "eslint-config-next": "14.2.25",
"postcss": "^8", "postcss": "^8",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.1",
"typescript": "^5" "typescript": "^5"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment