Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Aug 19, 2023
1 parent 5bc4197 commit 13b96f6
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 347 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@r1stack/coding-style": "^0.2.1",
"@swc/core": "^1.3.76",
"@swc/jest": "^0.2.28",
"@testing-library/jest-dom": "^5.17.0",
"@r1stack/coding-style": "^0.3.0",
"@swc/core": "^1.3.78",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^6.0.1",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.9",
"@types/node": "^20.5.1",
"eslint": "^8.47.0",
"husky": "^8.0.3",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"lint-staged": "^13.2.3",
"prettier": "^3.0.1",
"lint-staged": "^14.0.0",
"prettier": "^3.0.2",
"turbo": "^1.10.12",
"typescript": "^5.1.6"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/storylite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@r1stack/coding-style": "^0.2.1",
"@types/node": "^20.4.9",
"@r1stack/coding-style": "^0.3.0",
"@types/node": "^20.5.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"lucide-react": "^0.265.0",
"publint": "^0.2.0",
"lucide-react": "^0.268.0",
"publint": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"vite": "^4.4.9"
},
"devDependencies": {
"@r1stack/coding-style": "^0.2.1",
"@types/node": "^20.4.9",
"publint": "^0.2.0",
"@r1stack/coding-style": "^0.3.0",
"@types/node": "^20.5.1",
"publint": "^0.2.1",
"tsup": "^7.2.0",
"typescript": "^5.1.6"
}
Expand Down
Loading

0 comments on commit 13b96f6

Please sign in to comment.