|
26 | 26 | "scripts": {
|
27 | 27 | "build": "vite build && vue-tsc --declaration --emitDeclarationOnly && prettier --write dist/*{cjs,js,ts}",
|
28 | 28 | "test": "echo 'Add Tests'",
|
29 |
| - "lint": "npm run lint:prettier && npm run lint:eslint && npm run lint:css", |
30 |
| - "lintfix": "npm run lint:prettier:fix && npm run lint:eslint:fix && npm run lint:css:fix", |
31 |
| - "lint:js": "npm run lint:eslint && npm run lint:prettier", |
32 |
| - "lint:eslint": "eslint \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\" --ignore-path .gitignore", |
33 |
| - "lint:eslint:fix": "eslint --fix \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\" --ignore-path .gitignore", |
34 |
| - "lint:prettier": "prettier --check \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\" --ignore-path .gitignore", |
35 |
| - "lint:prettier:fix": "prettier --write \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\" --ignore-path .gitignore", |
36 |
| - "lint:css": "stylelint \"{,!(node_modules|dist)/**/}*.{css,scss,vue}\" --ignore-path .gitignore", |
37 |
| - "lint:css:fix": "stylelint --fix \"{,!(node_modules|dist)/**/}*.{css,scss,vue}\" --ignore-path .gitignore", |
| 29 | + "lint": "bun run lint:prettier && bun run lint:eslint && bun run lint:css", |
| 30 | + "lintfix": "bun run lint:prettier:fix && bun run lint:eslint:fix && bun run lint:css:fix", |
| 31 | + "lint:js": "bun run lint:eslint && bun run lint:prettier", |
| 32 | + "lint:eslint": "eslint \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\"", |
| 33 | + "lint:eslint:fix": "eslint --fix \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\"", |
| 34 | + "lint:prettier": "prettier --check \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\"", |
| 35 | + "lint:prettier:fix": "prettier --write \"{,!(node_modules|dist)/**/}*.{js,ts,vue}\"", |
| 36 | + "lint:css": "stylelint \"{,!(node_modules|dist)/**/}*.{css,scss,vue}\"", |
| 37 | + "lint:css:fix": "stylelint --fix \"{,!(node_modules|dist)/**/}*.{css,scss,vue}\"", |
38 | 38 | "prepare": "husky install",
|
39 | 39 | "release": "shipjs prepare",
|
40 | 40 | "release:dry": "shipjs prepare --dry-run",
|
|
50 | 50 | "vue": "^3.4.7"
|
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "@commitlint/cli": "^19.0.0", |
54 |
| - "@commitlint/config-conventional": "^19.0.0", |
| 53 | + "@commitlint/cli": "^19.2.1", |
| 54 | + "@commitlint/config-conventional": "^19.1.0", |
55 | 55 | "@tweakpane/core": "^2.0.3",
|
56 |
| - "@types/node": "^20.10.8", |
57 |
| - "@types/uuid": "^9.0.7", |
58 |
| - "@typescript-eslint/eslint-plugin": "^6.18.1", |
59 |
| - "@typescript-eslint/parser": "^6.18.1", |
| 56 | + "@types/node": "^20.11.30", |
| 57 | + "@types/uuid": "^9.0.8", |
| 58 | + "@typescript-eslint/eslint-plugin": "^7.3.1", |
| 59 | + "@typescript-eslint/parser": "^7.3.1", |
60 | 60 | "@vinayakkulkarni/prettier-config-vue": "^1.0.0",
|
61 |
| - "@vitejs/plugin-vue": "^5.0.2", |
62 |
| - "@vue/runtime-dom": "^3.4.7", |
63 |
| - "eslint": "^8.56.0", |
| 61 | + "@vitejs/plugin-vue": "^5.0.4", |
| 62 | + "@vue/runtime-dom": "^3.4.21", |
| 63 | + "eslint": "^8.57.0", |
64 | 64 | "eslint-config-prettier": "^9.1.0",
|
65 |
| - "eslint-plugin-jsdoc": "^48.0.2", |
66 |
| - "eslint-plugin-prettier": "^5.1.2", |
| 65 | + "eslint-plugin-jsdoc": "^48.2.1", |
| 66 | + "eslint-plugin-prettier": "^5.1.3", |
67 | 67 | "eslint-plugin-security": "^1.7.1",
|
68 |
| - "eslint-plugin-storybook": "^0.6.15", |
69 |
| - "eslint-plugin-vue": "^9.19.2", |
70 |
| - "husky": "^8.0.3", |
71 |
| - "lint-staged": "^15.2.0", |
72 |
| - "postcss-html": "^1.5.0", |
73 |
| - "prettier": "^3.1.1", |
74 |
| - "sass": "^1.69.7", |
| 68 | + "eslint-plugin-storybook": "^0.8.0", |
| 69 | + "eslint-plugin-vue": "^9.23.0", |
| 70 | + "husky": "^9.0.11", |
| 71 | + "lint-staged": "^15.2.2", |
| 72 | + "postcss-html": "^1.6.0", |
| 73 | + "prettier": "^3.2.5", |
| 74 | + "sass": "^1.72.0", |
75 | 75 | "shipjs": "^0.26.3",
|
76 |
| - "stylelint": "15.11.0", |
| 76 | + "stylelint": "16.2.1", |
77 | 77 | "stylelint-config-recommended-vue": "^1.5.0",
|
78 |
| - "stylelint-prettier": "4.1.0", |
79 |
| - "typescript": "^5.3.3", |
| 78 | + "stylelint-prettier": "5.0.0", |
| 79 | + "typescript": "^5.4.2", |
80 | 80 | "uuid": "^9.0.1",
|
81 |
| - "vite": "^5.0.11", |
82 |
| - "vue": "^3.4.7", |
83 |
| - "vue-tsc": "^1.8.27" |
| 81 | + "vite": "^5.1.6", |
| 82 | + "vue": "^3.4.21", |
| 83 | + "vue-tsc": "^2.0.6" |
84 | 84 | },
|
85 | 85 | "keywords": [
|
86 | 86 | "tweakpane",
|
|
0 commit comments