Skip to content

Commit

Permalink
update latest package & use node v18 for more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Smilefounder committed Aug 4, 2023
1 parent 59590e3 commit 168d640
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 105 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "web",
"version": "0.0.1",
"engines": {
"node": "^20"
"node": "18.x"
},
"scripts": {
"dev": "vite dev --port 5173",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"format": "prettier --write ."
},
"devDependencies": {
"eslint": "^8.43.0",
"eslint": "^8.46.0",
"eslint-config-custom": "workspace:*",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
Expand Down
Loading

1 comment on commit 168d640

@vercel
Copy link

@vercel vercel bot commented on 168d640 Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vontigo – ./apps/web

www.vontigo.org
vontigo-dxcore.vercel.app
vontigo-git-develop-dxcore.vercel.app
vontigo.vercel.app
vontigo.org

Please sign in to comment.