diff --git a/.changeset/chatty-pugs-refuse.md b/.changeset/chatty-pugs-refuse.md new file mode 100644 index 0000000..058a407 --- /dev/null +++ b/.changeset/chatty-pugs-refuse.md @@ -0,0 +1,6 @@ +--- +"website": minor +"earwurm": minor +--- + +Switched from local utilities package to beeftools. diff --git a/.eslintrc b/.eslintrc index 90a4639..b870848 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,17 +1,17 @@ { "env": { "browser": true, - "es2022": true + "es2022": true, }, - "extends": ["standard-with-typescript", "plugin:prettier/recommended"], + "extends": ["love", "plugin:prettier/recommended"], "parserOptions": { "ecmaVersion": "latest", "sourceType": "module", - "project": "./tsconfig.json" + "project": "./tsconfig.json", }, "rules": { "no-console": "error", "@typescript-eslint/explicit-function-return-type": "off", - "@typescript-eslint/strict-boolean-expressions": "off" - } + "@typescript-eslint/strict-boolean-expressions": "off", + }, } diff --git a/.nvmrc b/.nvmrc index d4c3d32..7795cad 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.10 +20.12 diff --git a/.vscode/extensions.json b/.vscode/extensions.json index bd034ae..98c949d 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -9,8 +9,7 @@ "DavidAnson.vscode-markdownlint", "dbaeumer.vscode-eslint", "esbenp.prettier-vscode", - "Vue.volar", - "Vue.vscode-typescript-vue-plugin", + "vue.volar", "csstools.postcss", "stylelint.vscode-stylelint" ] diff --git a/app/website/package.json b/app/website/package.json index 93e8408..9add13b 100644 --- a/app/website/package.json +++ b/app/website/package.json @@ -12,8 +12,8 @@ "private": true, "type": "module", "engines": { - "node": ">=20.10.0", - "pnpm": ">=8.15.0" + "node": ">=20.12.0", + "pnpm": ">=9.0.0" }, "scripts": { "clean": "rm -rf dist && rm -rf *.tsbuildinfo", @@ -26,21 +26,21 @@ "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false" }, "dependencies": { - "@earwurm/utilities": "workspace:*", + "beeftools": "^0.0.5", "earwurm": "workspace:*", - "vue": "^3.4.15" + "vue": "^3.4.25" }, "devDependencies": { "@earwurm/types": "workspace:*", - "@rushstack/eslint-patch": "^1.7.2", - "@tsconfig/node20": "^20.1.2", - "@vitejs/plugin-vue": "^5.0.3", + "@rushstack/eslint-patch": "^1.10.2", + "@tsconfig/node20": "^20.1.4", + "@vitejs/plugin-vue": "^5.0.4", "@vue/eslint-config-prettier": "^9.0.0", - "@vue/eslint-config-typescript": "^12.0.0", + "@vue/eslint-config-typescript": "^13.0.0", "@vue/tsconfig": "^0.5.1", - "eslint-plugin-vue": "^9.20.1", - "lightningcss": "^1.23.0", + "eslint-plugin-vue": "^9.25.0", + "lightningcss": "^1.24.1", "vite-plugin-svg-sprite": "^0.5.1", - "vue-tsc": "^1.8.27" + "vue-tsc": "^2.0.14" } } diff --git a/app/website/src/components/DragHandle.vue b/app/website/src/components/DragHandle.vue index aba4b57..83d0dc0 100644 --- a/app/website/src/components/DragHandle.vue +++ b/app/website/src/components/DragHandle.vue @@ -1,5 +1,5 @@