Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisalley committed Aug 25, 2023
1 parent 47cf0f5 commit 166fd8e
Show file tree
Hide file tree
Showing 2 changed files with 1,429 additions and 1,321 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,26 @@
}
],
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/preset-typescript": "^7.22.11",
"@size-limit/preset-small-lib": "^4.12.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vitejs/plugin-react": "^4.0.1",
"@vitest/coverage-c8": "^0.31.4",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^0.31.4",
"babel-preset-airbnb": "^5.0.0",
"eslint": "^8.42.0",
"eslint": "^8.47.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-react": "^7.33.2",
"husky": "^6.0.0",
"jsdom": "^22.1.0",
"prettier": "2.8.8",
Expand All @@ -76,8 +76,8 @@
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"remark-prettier": "^2.0.0",
"size-limit": "^4.12.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.31.4",
"vitest-dom": "^0.1.0"
}
Expand Down
Loading

0 comments on commit 166fd8e

Please sign in to comment.