Skip to content

Commit

Permalink
feat: ✨ bump astro plugin & parser to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Apr 30, 2024
1 parent c884aac commit 013eda2
Show file tree
Hide file tree
Showing 5 changed files with 620 additions and 504 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
"@eslint/js": "^8.57.0",
"@tanstack/eslint-plugin-query": "^5.28.11",
"@typescript-eslint/utils": "^7.6.0",
"astro-eslint-parser": "0.17.0",
"astro-eslint-parser": "^1.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "0.34.0",
"eslint-plugin-astro": "^1.1.1",
"eslint-plugin-import-x": "0.5.0",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-jest-dom": "^5.2.0",
Expand All @@ -78,16 +78,16 @@
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "12.0.0",
"@semantic-release/release-notes-generator": "13.0.0",
"@tanstack/react-query": "5.31.0",
"@testing-library/react": "15.0.2",
"@tanstack/react-query": "5.32.0",
"@testing-library/react": "15.0.5",
"@types/eslint": "8.56.10",
"@types/eslint__js": "8.42.3",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@vitest/coverage-v8": "1.5.0",
"astro": "4.6.3",
"@types/react": "18.3.1",
"@vitest/coverage-v8": "1.5.2",
"astro": "4.7.0",
"clean-pkg-json": "1.2.0",
"commitlint": "19.2.2",
"commitlint": "19.3.0",
"eslint": "8.57.0",
"eslint-typegen": "0.2.4",
"gitzy": "5.3.0",
Expand All @@ -96,12 +96,12 @@
"lefthook": "1.6.10",
"pkgroll": "2.0.2",
"prettier": "3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"semantic-release": "23.0.8",
"tsx": "4.7.2",
"tsx": "4.7.3",
"typescript": "5.4.5",
"vitest": "1.5.0"
"vitest": "1.5.2"
},
"peerDependencies": {
"eslint": "^8.57.0"
Expand Down
Loading

0 comments on commit 013eda2

Please sign in to comment.