Skip to content

Commit

Permalink
chore(projects): update deps & fix astro config
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Apr 27, 2024
1 parent 9188fe7 commit 60049af
Show file tree
Hide file tree
Showing 3 changed files with 842 additions and 793 deletions.
35 changes: 17 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@soybeanjs/eslint-config",
"type": "module",
"version": "1.3.2",
"packageManager": "pnpm@9.0.5",
"description": "SoybeanJS's eslint flat config presets with prettier.",
"author": {
"name": "Soybean",
Expand Down Expand Up @@ -117,15 +116,15 @@
},
"dependencies": {
"@antfu/eslint-define-config": "1.23.0-2",
"@antfu/install-pkg": "0.3.2",
"@antfu/install-pkg": "0.3.3",
"@eslint/eslintrc": "3.0.2",
"@eslint/js": "9.1.1",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"eslint-config-prettier": "9.1.0",
"eslint-parser-plain": "0.1.0",
"eslint-plugin-import-x": "0.5.0",
"eslint-plugin-n": "17.2.1",
"eslint-plugin-n": "17.3.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "52.0.0",
"globals": "15.0.0",
Expand All @@ -136,39 +135,39 @@
"prompts": "2.4.2"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.11",
"@soybeanjs/cli": "1.0.14",
"@toml-tools/parser": "1.0.0",
"@types/eslint": "8.56.10",
"@types/eslint-config-prettier": "6.11.3",
"@types/eslint__js": "8.42.3",
"@types/node": "20.12.7",
"@types/prompts": "2.4.9",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@unocss/eslint-config": "0.59.4",
"astro": "4.6.3",
"eslint": "9.1.0",
"eslint-plugin-astro": "0.34.0",
"astro": "4.7.0",
"eslint": "9.1.1",
"eslint-plugin-astro": "1.0.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-native": "4.1.0",
"eslint-plugin-react-refresh": "0.4.6",
"eslint-plugin-solid": "0.13.2",
"eslint-plugin-svelte": "2.37.0",
"eslint-plugin-svelte": "2.38.0",
"eslint-plugin-vue": "9.25.0",
"lint-staged": "15.2.2",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-svelte": "3.2.3",
"prettier-plugin-toml": "2.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"simple-git-hooks": "2.11.1",
"solid-js": "1.8.16",
"solid-js": "1.8.17",
"svelte": "4.2.15",
"tsup": "8.0.2",
"tsx": "4.7.2",
"tsx": "4.7.3",
"typescript": "5.4.5",
"vue": "3.4.23",
"vue": "3.4.25",
"vue-eslint-parser": "9.4.2"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 60049af

Please sign in to comment.