mirror of
https://github.com/alrayyes/my-opinionated-gatsby-starter
synced 2023-11-14 15:56:29 +00:00
ran yarn upgradeInteractive
This commit is contained in:
parent
32ef4b1327
commit
66e0439395
44
package.json
44
package.json
@ -7,17 +7,17 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/core": "^10.0.28",
|
"@emotion/core": "^10.0.28",
|
||||||
"@emotion/styled": "^10.0.27",
|
"@emotion/styled": "^10.0.27",
|
||||||
"autoprefixer": "^9.8.0",
|
"autoprefixer": "^9.8.3",
|
||||||
"gatsby": "^2.21.37",
|
"gatsby": "^2.23.10",
|
||||||
"gatsby-image": "^2.4.4",
|
"gatsby-image": "^2.4.8",
|
||||||
"gatsby-plugin-emotion": "^4.3.3",
|
"gatsby-plugin-emotion": "^4.3.5",
|
||||||
"gatsby-plugin-manifest": "^2.4.5",
|
"gatsby-plugin-manifest": "^2.4.13",
|
||||||
"gatsby-plugin-offline": "^3.2.3",
|
"gatsby-plugin-offline": "^3.2.12",
|
||||||
"gatsby-plugin-postcss": "^2.3.3",
|
"gatsby-plugin-postcss": "^2.3.5",
|
||||||
"gatsby-plugin-react-helmet": "^3.3.1",
|
"gatsby-plugin-react-helmet": "^3.3.5",
|
||||||
"gatsby-plugin-sharp": "^2.6.4",
|
"gatsby-plugin-sharp": "^2.6.13",
|
||||||
"gatsby-source-filesystem": "^2.3.4",
|
"gatsby-source-filesystem": "^2.3.13",
|
||||||
"gatsby-transformer-sharp": "^2.5.2",
|
"gatsby-transformer-sharp": "^2.5.6",
|
||||||
"precss": "^4.0.0",
|
"precss": "^4.0.0",
|
||||||
"react": "^16.12.0",
|
"react": "^16.12.0",
|
||||||
"react-dom": "^16.12.0",
|
"react-dom": "^16.12.0",
|
||||||
@ -26,39 +26,39 @@
|
|||||||
"twin.macro": "^1.3.0"
|
"twin.macro": "^1.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.10.2",
|
"@babel/core": "^7.10.3",
|
||||||
"@babel/preset-typescript": "^7.10.1",
|
"@babel/preset-typescript": "^7.10.1",
|
||||||
"@storybook/addon-actions": "^5.3.19",
|
"@storybook/addon-actions": "^5.3.19",
|
||||||
"@storybook/addon-links": "^5.3.19",
|
"@storybook/addon-links": "^5.3.19",
|
||||||
"@storybook/addons": "^5.3.19",
|
"@storybook/addons": "^5.3.19",
|
||||||
"@storybook/react": "^5.3.19",
|
"@storybook/react": "^5.3.19",
|
||||||
"@types/react": "^16.9.35",
|
"@types/react": "^16.9.38",
|
||||||
"@types/react-dom": "^16.9.8",
|
"@types/react-dom": "^16.9.8",
|
||||||
"@types/react-helmet": "^6.0.0",
|
"@types/react-helmet": "^6.0.0",
|
||||||
"@types/react-test-renderer": "^16.9.2",
|
"@types/react-test-renderer": "^16.9.2",
|
||||||
"@typescript-eslint/eslint-plugin": "^3.1.0",
|
"@typescript-eslint/eslint-plugin": "^3.4.0",
|
||||||
"@typescript-eslint/parser": "^3.1.0",
|
"@typescript-eslint/parser": "^3.4.0",
|
||||||
"babel-jest": "^26.0.1",
|
"babel-jest": "^26.1.0",
|
||||||
"babel-loader": "^8.1.0",
|
"babel-loader": "^8.1.0",
|
||||||
"babel-plugin-emotion": "^10.0.33",
|
"babel-plugin-emotion": "^10.0.33",
|
||||||
"babel-preset-gatsby": "^0.4.8",
|
"babel-preset-gatsby": "^0.4.11",
|
||||||
"babel-preset-react-app": "^9.1.2",
|
"babel-preset-react-app": "^9.1.2",
|
||||||
"eslint": "^7.1.0",
|
"eslint": "^7.3.1",
|
||||||
"eslint-config-prettier": "^6.11.0",
|
"eslint-config-prettier": "^6.11.0",
|
||||||
"eslint-config-react-app": "^5.2.1",
|
"eslint-config-react-app": "^5.2.1",
|
||||||
"eslint-loader": "^4.0.2",
|
"eslint-loader": "^4.0.2",
|
||||||
"eslint-plugin-flowtype": "^5.1.3",
|
"eslint-plugin-flowtype": "^5.1.3",
|
||||||
"eslint-plugin-import": "^2.20.2",
|
"eslint-plugin-import": "^2.20.2",
|
||||||
"eslint-plugin-jest": "^23.13.2",
|
"eslint-plugin-jest": "^23.17.1",
|
||||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
||||||
"eslint-plugin-prettier": "^3.1.3",
|
"eslint-plugin-prettier": "^3.1.3",
|
||||||
"eslint-plugin-react": "^7.20.0",
|
"eslint-plugin-react": "^7.20.0",
|
||||||
"eslint-plugin-react-hooks": "^4.0.4",
|
"eslint-plugin-react-hooks": "^4.0.4",
|
||||||
"husky": ">=4",
|
"husky": ">=4",
|
||||||
"identity-obj-proxy": "^3.0.0",
|
"identity-obj-proxy": "^3.0.0",
|
||||||
"jest": "^26.0.1",
|
"jest": "^26.1.0",
|
||||||
"jest-emotion": "^10.0.32",
|
"jest-emotion": "^10.0.32",
|
||||||
"lint-staged": ">=10",
|
"lint-staged": ">=10.2.11",
|
||||||
"prettier": "^2.0.5",
|
"prettier": "^2.0.5",
|
||||||
"react-test-renderer": "^16.13.1",
|
"react-test-renderer": "^16.13.1",
|
||||||
"typescript": "^3.9.3"
|
"typescript": "^3.9.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user