Skip to content

Commit

Permalink
update all dependencies except react + gatsby telemetry disable
Browse files Browse the repository at this point in the history
  • Loading branch information
jmau111 committed Jul 11, 2022
1 parent a85fcc8 commit 4a6c715
Show file tree
Hide file tree
Showing 2 changed files with 2,139 additions and 1,465 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,45 +25,45 @@
"postpack": "pinst --enable"
},
"dependencies": {
"gatsby": "^4.12.1",
"gatsby-plugin-manifest": "^4.12.1",
"gatsby-plugin-offline": "^5.12.1",
"gatsby-plugin-preact": "^6.12.1",
"gatsby-plugin-react-helmet": "^5.12.1",
"gatsby-plugin-sass": "^5.12.1",
"gatsby-plugin-sharp": "^4.12.1",
"gatsby-source-filesystem": "^4.12.1",
"gatsby-transformer-sharp": "^4.12.1",
"preact": "^10.7.1",
"gatsby": "^4.18.0",
"gatsby-plugin-manifest": "^4.18.0",
"gatsby-plugin-offline": "^5.18.0",
"gatsby-plugin-preact": "^6.18.0",
"gatsby-plugin-react-helmet": "^5.18.0",
"gatsby-plugin-sass": "^5.18.0",
"gatsby-plugin-sharp": "^4.18.0",
"gatsby-source-filesystem": "^4.18.0",
"gatsby-transformer-sharp": "^4.18.0",
"preact": "^10.9.0",
"preact-render-to-string": "^5.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"sass": "^1.50.0"
"sass": "^1.53.0"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@types/node": "^17.0.31",
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@types/node": "^18.0.3",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"@types/react-helmet": "^6.1.5",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"babel-preset-gatsby": "^2.12.1",
"eslint": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"babel-preset-gatsby": "^2.18.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"husky": "^7.0.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"husky": "^8.0.1",
"pinst": "^3.0.0",
"prettier": "2.6.2",
"react-native": "^0.68.1",
"stylelint": "^14.7.1",
"prettier": "2.7.1",
"react-native": "^0.69.1",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-config-recommended": "^8.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-prettier": "^2.0.0",
"typescript": "^4.6.3"
"typescript": "^4.7.4"
}
}
Loading

0 comments on commit 4a6c715

Please sign in to comment.