Skip to content

Commit

Permalink
chore(deps):
Browse files Browse the repository at this point in the history
new version
  • Loading branch information
sfxcode committed May 19, 2022
1 parent 7a306d0 commit 471f135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "vite-primevue-starter",
"version": "1.1.13",
"version": "1.1.14",
"license": "MIT",
"scripts": {
"dev": "vite --port 3333 --open",
"build": "vite build",
"preview": "vite build && vite preview",
"preview-https": "serve dist",
"start": "pnpm dev & wait-on tcp:3333 -v",
"lint": "eslint --fix ./src",
"lint": "eslint ./src",
"test:e2e": "pnpm dev & wait-on tcp:3333 -v & cypress open",
"test:ci": "pnpm dev & wait-on tcp:3333 -v & cypress run --headless",
"test:unit": "vitest --run --reporter verbose",
Expand Down

0 comments on commit 471f135

Please sign in to comment.