Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed Jun 17, 2023
1 parent db2254b commit 1f912ec
Show file tree
Hide file tree
Showing 7 changed files with 3,078 additions and 1,978 deletions.
7 changes: 7 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.idea
node_modules

# production
/build
/dist
/storybook/storybook-static
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"@types/react-dom": "^18.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
Expand All @@ -144,8 +144,8 @@
"simple-git-hooks": "^2.8.1",
"size-limit": "^8.2.4",
"tsup": "^7.0.0",
"typescript": "^4.9.5",
"vitest": "^0.32.1"
"typescript": "^5.1.3",
"vitest": "^0.32.2"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit 1f912ec

Please sign in to comment.