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] authored Dec 3, 2023
1 parent faf9b19 commit 64ee242
Show file tree
Hide file tree
Showing 3 changed files with 829 additions and 645 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
18.19.0
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,53 +20,53 @@
"test": "jest"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cz-commitlint": "^17.7.2",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@commitlint/cz-commitlint": "^17.8.1",
"@remcolakens/simple-component-generator": "^1.0.5",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@svgr/cli": "^8.1.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "29.5.5",
"@types/node": "^18.18.1",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@types/jest": "29.5.10",
"@types/node": "^18.19.2",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@types/testing-library__jest-dom": "5.14.9",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"babel-jest": "^29.7.0",
"commitizen": "^4.3.0",
"eslint": "^8.50.0",
"eslint-config-next": "^13.5.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-testing-library": "^6.0.2",
"eslint": "^8.55.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-testing-library": "^6.2.0",
"husky": "^8.0.3",
"inquirer": "8.2.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"semantic-release": "^22.0.5",
"typescript": "^5.2.2"
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"semantic-release": "^22.0.8",
"typescript": "^5.3.2"
},
"dependencies": {
"@chakra-ui/react": "^2.8.1",
"@chakra-ui/theme-tools": "2.1.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/theme-tools": "2.1.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"framer-motion": "^10.16.4",
"next": "^13.5.3",
"framer-motion": "^10.16.12",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0"
"react-use": "^17.4.2"
},
"engines": {
"node": ">=18.18.0"
"node": ">=18.19.0"
},
"packageManager": "pnpm@8.8.0"
"packageManager": "pnpm@8.11.0"
}
Loading

0 comments on commit 64ee242

Please sign in to comment.