Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasenkoo committed May 25, 2024
1 parent 341d526 commit 0c661ee
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 79 deletions.
154 changes: 80 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepic/vue-datepicker",
"version": "8.6.0",
"version": "8.7.0",
"description": "Datepicker component for Vue 3",
"author": "Vuepic",
"private": false,
Expand Down Expand Up @@ -49,7 +49,7 @@
"format": "prettier --write src/"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.2",
"@rushstack/eslint-patch": "^1.10.3",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.6",
"@types/minimist": "^1.2.5",
Expand All @@ -70,15 +70,15 @@
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"sass": "^1.77.1",
"sass": "^1.77.2",
"sass-loader": "^14.2.1",
"stylelint": "^16.5.0",
"stylelint": "^16.6.0",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"vue": "^3.4.27",
"vue-tsc": "^2.0.17"
"vue-tsc": "^2.0.19"
},
"dependencies": {
"date-fns": "^3.6.0"
Expand Down

0 comments on commit 0c661ee

Please sign in to comment.