Skip to content

Commit

Permalink
Merge pull request #10 from kouts/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
kouts committed Mar 26, 2024
2 parents 9316a8a + f1d71a3 commit c998640
Show file tree
Hide file tree
Showing 2 changed files with 1,319 additions and 1,269 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,41 +14,41 @@
"lint-fix": "eslint --fix \"**/*.{vue,ts,js}\"",
"test:unit": "jest",
"typecheck": "vue-tsc --noEmit",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"bootstrap": "^5.3.2",
"bootstrap": "^5.3.3",
"pinia": "^2.1.7",
"vue": "^3.4.13",
"vue-router": "^4.2.5"
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@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/jest": "^29.5.12",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/compiler-sfc": "^3.4.13",
"@vue/test-utils": "^2.4.3",
"@types/node": "^20.11.30",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"@vue/test-utils": "^2.4.5",
"@vue/vue3-jest": "^29.2.6",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.19",
"babel-jest": "^29.7.0",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.0",
"prettier": "^3.2.1",
"sass": "^1.69.7",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vue-tsc": "^1.8.27"
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"sass": "^1.72.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vue-tsc": "^2.0.7"
}
}
Loading

0 comments on commit c998640

Please sign in to comment.