Skip to content

Commit

Permalink
fix: updated npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed Jan 13, 2024
1 parent 495acd1 commit 9dfd2ef
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 230 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
"dependencies": {
"bootstrap": "^5.3.2",
"pinia": "^2.1.7",
"vue": "^3.4.3",
"vue": "^3.4.13",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@babel/preset-env": "^7.23.8",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@fullhuman/vue-cli-plugin-purgecss": "^5.0.0",
"@kouts/eslint-config": "^0.0.14",
"@types/jest": "^29.5.11",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/compiler-sfc": "^3.4.3",
"@types/node": "^20.11.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/compiler-sfc": "^3.4.13",
"@vue/test-utils": "^2.4.3",
"@vue/vue3-jest": "^29.2.6",
"autoprefixer": "^10.4.16",
Expand All @@ -44,11 +44,11 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"sass": "^1.69.6",
"prettier": "^3.2.1",
"sass": "^1.69.7",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite": "^5.0.11",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit 9dfd2ef

Please sign in to comment.