Skip to content

Commit

Permalink
lock versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lui22 committed Sep 20, 2023
1 parent 3afa141 commit cbf45f5
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,23 @@
"format": "prettier --write src/"
},
"dependencies": {
"vue": "^3.3.4"
"date-fns": "2.30.0",
"vue": "3.3.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.17.17",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"npm-run-all2": "^6.0.6",
"prettier": "^3.0.3",
"@rushstack/eslint-patch": "1.4.0",
"@tsconfig/node18": "18.2.2",
"@types/node": "18.17.18",
"@vitejs/plugin-vue": "4.3.4",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/tsconfig": "0.4.0",
"eslint": "8.49.0",
"eslint-plugin-vue": "9.17.0",
"npm-run-all2": "6.0.6",
"prettier": "3.0.3",
"typescript": "~5.2.0",
"vite": "^4.4.9",
"vue-tsc": "^1.8.11"
"vite": "4.4.9",
"vue-tsc": "1.8.11"
}
}

0 comments on commit cbf45f5

Please sign in to comment.