Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed Jan 29, 2022
1 parent b99c97c commit 3c1b4a2
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 2,291 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -32,7 +32,7 @@
"@kachkaev/react-inline-js": "^0.4.0",
"hosted-git-info": "^4.1.0",
"lru-cache": "^6.0.0",
"next": "^12.0.7",
"next": "^12.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.3",
Expand All @@ -41,23 +41,23 @@
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@kachkaev/eslint-config-react": "^0.4.3",
"@kachkaev/eslint-config-react": "^0.4.5",
"@kachkaev/markdownlint-config": "^0.3.0",
"@kachkaev/prettier-config": "^1.3.1",
"@next/eslint-plugin-next": "^12.0.7",
"@next/eslint-plugin-next": "^12.0.9",
"@types/hosted-git-info": "^3.0.2",
"@types/lru-cache": "^5.1.1",
"@types/node": "^17.0.8",
"@types/node": "^17.0.13",
"@types/react": "^17.0.38",
"@types/styled-components": "^5.1.19",
"eslint": "^8.6.0",
"@types/styled-components": "^5.1.21",
"eslint": "^8.8.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.7",
"lint-staged": "^12.3.2",
"markdownlint-cli": "^0.30.0",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"packageManager": "yarn@3.1.1"
}

0 comments on commit 3c1b4a2

Please sign in to comment.