Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrywu committed Apr 8, 2024
1 parent f418786 commit 53dc369
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 38 deletions.
4 changes: 3 additions & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
>0.2%
chrome >= 76
firefox >= 78
edge >= 88
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"source.fixAll.stylelint": "explicit"
},
"eslint.options": {
"overrideConfigFile": "./.eslintrc.js"
"overrideConfigFile": "./.eslintrc.cjs"
},
"eslint.validate": [
"javascript",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@documate/documate": "latest",
"vitepress": "^1.0.0-rc.42",
"vitepress": "^1.0.2",
"vitepress-plugin-sandpack": "latest"
}
}
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,63 +83,63 @@
"typecheck": "tsc && vue-tsc"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@swc/core": "^1.4.1",
"@babel/core": "^7.24.4",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/plugin-transform-typescript": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@swc/core": "^1.4.12",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.0.2",
"@testing-library/vue": "^8.0.3",
"@types/lodash.isequal": "^4.5.8",
"@types/lz-string": "^1.5.0",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@types/node": "^20.12.5",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/ui": "^1.3.0",
"@vue/babel-plugin-jsx": "^1.2.1",
"@vue/eslint-config-typescript": "^12.0.0",
"autoprefixer": "^10.4.17",
"@vitest/ui": "^1.4.0",
"@vue/babel-plugin-jsx": "^1.2.2",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"browserslist-to-esbuild": "^1.2.0",
"bumpp": "^9.3.0",
"core-js": "^3.36.0",
"cssnano": "^6.0.3",
"browserslist-to-esbuild": "^2.1.1",
"bumpp": "^9.4.0",
"core-js": "^3.36.1",
"cssnano": "^6.1.2",
"esbuild-plugin-babel": "^0.2.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-vue": "^9.21.1",
"eslint-plugin-vue": "^9.24.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"npm": "^10.4.0",
"npm": "^10.5.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-loader": "^8.1.0",
"postcss-loader": "^8.1.1",
"postcss-nested": "^6.0.1",
"postcss-scss": "^4.0.9",
"rimraf": "^5.0.5",
"sass": "^1.71.0",
"sass": "^1.74.1",
"shelljs": "^0.8.5",
"stylelint": "^14.16.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^29.0.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vite-plugin-dts": "^3.7.2",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.8.1",
"vite-plugin-style-import": "^2.0.0",
"vitest": "^1.3.0",
"vue-tsc": "^1.8.27"
"vitest": "^1.4.0",
"vue-tsc": "^2.0.11"
},
"peerDependencies": {
"vue": ">=3.2.0"
Expand All @@ -150,7 +150,7 @@
}
},
"engines": {
"node": ">=16",
"npm": ">=7"
"node": ">=18.18.0",
"npm": ">=9.0.0"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"ant-design-vue": "^3.2.20",
"highlight.js": "^11.9.0",
"vue-router": "^4.2.5"
"vue-router": "^4.3.0"
},
"devDependencies": {
"cross-env": "^7.0.3"
Expand Down

1 comment on commit 53dc369

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for vue3-toastify ready!

✅ Preview
https://vue3-toastify-hdqlcnuez-jerrywu001s-projects.vercel.app

Built with commit 53dc369.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.