Skip to content

Commit

Permalink
Update dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
ckomop0x committed Mar 23, 2022
1 parent 0cf462b commit 681fe29
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 63 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckomop0x-me-site-v2",
"version": "4.0.20",
"version": "5.0.0",
"description": "Ckomop0x.me – personal blog by Pavel Klochkov",
"author": "Pavel Klochkov, [email protected]",
"license": "MIT",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@apollo/rover": "^0.4.6",
"@babel/core": "^7.17.7",
"@apollo/rover": "^0.4.8",
"@babel/core": "^7.17.8",
"@emotion/babel-plugin": "^11.7.2",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
Expand All @@ -48,32 +48,32 @@
"@types/graphql": "^14.5.0",
"@types/jest": "^27.4.1",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"apollo": "^2.33.9",
"babel-plugin-styled-components": "^2.0.6",
"bootstrap": "^4.6.1",
"date-fns": "^2.28.0",
"eslint-config-next": "^12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-import-resolver-typescript": "^2.7.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"html-react-parser": "^1.4.8",
"html-react-parser": "^1.4.9",
"lazysizes": "^5.3.2",
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@netlify/plugin-lighthouse": "^2.1.3",
"@netlify/plugin-nextjs": "^4.2.7",
"@netlify/plugin-nextjs": "^4.3.0",
"@netlify/plugin-sitemap": "^0.8.1",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.3",
"babel-loader": "^8.2.4",
"cross-env": "^7.0.3",
"cross-var": "^1.1.0",
"dotenv": "^16.0.0",
Expand All @@ -84,8 +84,8 @@
"eslint-plugin-storybook": "^0.5.7",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.5",
"prettier": "^2.5.1",
"lint-staged": "^12.3.7",
"prettier": "^2.6.0",
"ts-graphql-plugin": "^2.1.6",
"ts-jest": "^27.1.3",
"tsconfig-paths-webpack-plugin": "^3.5.2",
Expand Down
Loading

0 comments on commit 681fe29

Please sign in to comment.