Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps versions #153

Merged
merged 14 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/* eslint-env node */
require("@rushstack/eslint-patch/modern-module-resolution");
require('@rushstack/eslint-patch/modern-module-resolution')

module.exports = {
root: true,
extends: [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/eslint-config-typescript/recommended",
"@vue/eslint-config-prettier",
'extends': [
'plugin:vue/vue3-essential',
'eslint:recommended',
'@vue/eslint-config-typescript',
'@vue/eslint-config-prettier/skip-formatting'
],
env: {
"vue/setup-compiler-macros": true,
},
};
parserOptions: {
ecmaVersion: 'latest'
}
}
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,5 @@ jobs:
- name: Lint
run: pnpm run lint

- name: Run typecheck
run: pnpm run typecheck

- name: Run build:all
run: pnpm run build:all
- name: Run build
run: pnpm run build
8 changes: 8 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}
84 changes: 39 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,16 @@
"version": "0.0.0",
"packageManager": "[email protected]",
"scripts": {
"serve": "vite preview",
"build": "vite build",
"test:unit": "vitest --environment jsdom",
"lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"build:all": "npm run build",
"dev": "vite",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"browser-fs-access": "^0.29.5",
"filesize": "^10.1.0",
"jspdf": "^2.5.1",
"magica": "^0.2.17",
"magica-re-export": "^1.0.9",
"p-map": "^4.0.0",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^2.14.305",
"vue": "^3.2.36",
"vue-gtag": "^2.0.1",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.15"
},
"devDependencies": {
"@mdi/js": "^6.6.96",
"@rushstack/eslint-patch": "^1.1.3",
"@types/jsdom": "^16.2.14",
"@types/node": "^18.7.13",
"@unhead/vue": "^1.8.4",
"@vicons/antd": "^0.12.0",
"@vicons/carbon": "^0.12.0",
"@vicons/fa": "^0.12.0",
Expand All @@ -40,25 +22,37 @@
"@vicons/ionicons5": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.0.0",
"@vue/tsconfig": "^0.1.3",
"@vueuse/core": "^9.6.0",
"@vueuse/head": "^0.7.9",
"eslint": "^8.16.0",
"eslint-plugin-vue": "^8.7.1",
"jsdom": "^19.0.0",
"naive-ui": "^2.32.1",
"prettier": "^2.6.2",
"sass": "^1.54.5",
"sass-loader": "^13.0.0",
"typescript": "~4.7.2",
"vite": "^2.9.1",
"vite-plugin-pwa": "^0.12.8",
"vitest": "^0.13.0",
"vue-tsc": "^0.40.5",
"workbox-window": "^6.6.0"
"browser-fs-access": "^0.35.0",
"filesize": "^10.1.0",
"jspdf": "^2.5.1",
"magica-re-export": "^1.0.9",
"naive-ui": "^2.35.0",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^3.11.174",
"vue": "^3.3.8",
"vue-gtag": "^2.0.1",
"vue-i18n": "^9.7.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.5.1",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.18.9",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
"@vueuse/core": "^10.6.1",
"eslint": "^8.53.0",
"eslint-plugin-vue": "^9.18.1",
"npm-run-all2": "^6.1.1",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"typescript": "~5.2.2",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.16.7",
"vue-tsc": "^1.8.22",
"workbox-window": "^7.0.0"
}
}
Loading