Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 26, 2023
1 parent 57b73a9 commit 523f66d
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 221 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.16.1
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"test": "jest"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/cz-commitlint": "^17.5.0",
"@remcolakens/simple-component-generator": "^1.0.5",
"@semantic-release/changelog": "^6.0.3",
Expand All @@ -32,15 +32,15 @@
"@testing-library/user-event": "^14.4.3",
"@types/jest": "29.5.2",
"@types/node": "^18.16.18",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/testing-library__jest-dom": "5.14.6",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"babel-jest": "^29.5.0",
"commitizen": "^4.3.0",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.6",
"eslint-config-next": "^13.4.7",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-testing-library": "^5.11.0",
Expand All @@ -55,18 +55,18 @@
"typescript": "^5.1.3"
},
"dependencies": {
"@chakra-ui/react": "^2.7.0",
"@chakra-ui/react": "^2.7.1",
"@chakra-ui/theme-tools": "2.0.18",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"framer-motion": "^10.12.16",
"next": "^13.4.6",
"framer-motion": "^10.12.17",
"next": "^13.4.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0"
},
"engines": {
"node": ">=v18.16.0"
"node": ">=v18.16.1"
},
"packageManager": "pnpm@8.6.2"
"packageManager": "pnpm@8.6.4"
}
Loading

0 comments on commit 523f66d

Please sign in to comment.