Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
igordanchenko committed May 5, 2023
1 parent 3982e49 commit 95365f4
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 83 deletions.
119 changes: 42 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"react": ">=16.8.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@types/react": "^18.2.2",
"@types/react-dom": "^18.2.3",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.4",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
Expand All @@ -75,11 +75,11 @@
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.4",
"rollup": "^3.21.5",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^5.3.0",
"typescript": "^5.0.4",
"vite": "^4.3.4",
"vite": "^4.3.5",
"vitest": "^0.31.0"
},
"keywords": [
Expand Down

0 comments on commit 95365f4

Please sign in to comment.