Skip to content

Commit

Permalink
chore: Updated dependencies versions to latest (#3)
Browse files Browse the repository at this point in the history
* Updated dependencies versions to latest
  • Loading branch information
andrevitalb authored Apr 14, 2022
1 parent c4ad61b commit 35b17c9
Show file tree
Hide file tree
Showing 2 changed files with 245 additions and 236 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"lightgallery": "^2.4.0",
"lodash": "^4.17.21",
"next": "12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"styled-components": "^5.3.5",
"tailwindcss": "^3.0.23",
"tailwindcss": "^3.0.24",
"twin.macro": "^2.8.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@types/node": "^17.0.23",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/node": "^17.0.24",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.25",
"babel-loader": "^8.2.4",
"babel-plugin-styled-components": "^2.0.7",
Expand All @@ -41,7 +41,7 @@
"concurrently": "^7.1.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
Expand All @@ -53,6 +53,6 @@
"husky": "^7.0.4",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"typescript": "4.4.4"
"typescript": "4.6.3"
}
}
Loading

0 comments on commit 35b17c9

Please sign in to comment.