Skip to content

Commit

Permalink
bumped packages, scaffolded timsort
Browse files Browse the repository at this point in the history
  • Loading branch information
buffet-time committed Apr 24, 2024
1 parent 63f5422 commit 9963345
Show file tree
Hide file tree
Showing 6 changed files with 1,987 additions and 1,526 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

# Run ESLint and Prettier on all files to ensure no bad commits
pnpm checks
# add any changed files from the lint and format fixs
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</head>
<body>
<noscript>
<strong> Enable JS to continue... </strong>
<strong> Enable JS to continue, it's fully open source </strong>
</noscript>
<div id="app"></div>
<script type="module" src="./src/main.ts"></script>
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,35 +24,35 @@
"type-check": "vue-tsc --noEmit",
"checks": "pnpm lint-check && pnpm format-check && pnpm type-check",
"preview": "vite preview",
"prepare": "husky install",
"prepare": "husky",
"add:cname": "cd dist && echo 'danielturcich.com' > CNAME",
"generate:404": "cd dist && cp index.html 404.html"
},
"dependencies": {
"dialog-polyfill": "^0.5.6",
"pinia": "^2.1.7",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
"vue": "^3.4.24",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@nabla/vite-plugin-eslint": "^2.0.2",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-typescript": "^12.0.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"@nabla/vite-plugin-eslint": "^2.0.4",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.20.1",
"husky": "^8.0.3",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"eslint-plugin-vue": "^9.25.0",
"husky": "^9.0.11",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.14"
}
}
Loading

0 comments on commit 9963345

Please sign in to comment.