Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Aug 8, 2023
1 parent ad70d3d commit 6d3bef4
Show file tree
Hide file tree
Showing 6 changed files with 290 additions and 301 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"@playwright/test": "^1.36.2",
"@types/node": "^20.4.7"
"@types/node": "^20.4.8"
}
}
4 changes: 2 additions & 2 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"type": "module",
"scripts": {},
"devDependencies": {
"@types/node": "^20.4.7",
"@types/node": "^20.4.8",
"@vitest/coverage-c8": "^0.33.0",
"glob": "^10.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vite": "^4.4.9",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.34.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/storylite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jsdom": "^21.1.1",
"@types/node": "^20.4.7",
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/testing-library__jest-dom": "^5.14.9",
Expand All @@ -41,8 +41,8 @@
"glob": "^10.3.3",
"jsdom": "^22.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vite-plugin-dts": "^3.5.0",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.1",
"vitest": "^0.34.1"
}
}
6 changes: 3 additions & 3 deletions packages/support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jsdom": "^21.1.1",
"@types/node": "^20.4.7",
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/testing-library__jest-dom": "^5.14.9",
Expand All @@ -37,8 +37,8 @@
"glob": "^10.3.3",
"jsdom": "^22.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vite-plugin-dts": "^3.5.0",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.1",
"vitest": "^0.34.1"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 6d3bef4

Please sign in to comment.