mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-02-03 15:47:31 +01:00
parent
c0cc55417f
commit
f314be6c0d
@ -19,10 +19,8 @@ before_script:
|
||||
|
||||
script:
|
||||
- npm test
|
||||
- npm run build
|
||||
|
||||
after_script:
|
||||
- "./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
|
||||
- npm run build
|
||||
|
||||
after_success:
|
||||
- pip install --user awscli
|
||||
|
46
package.json
46
package.json
@ -27,22 +27,22 @@
|
||||
"axios": "^0.19.0",
|
||||
"classnames": "^2.2.6",
|
||||
"file-saver": "^2.0.2",
|
||||
"gatsby": "^2.13.61",
|
||||
"gatsby-image": "^2.2.8",
|
||||
"gatsby-plugin-manifest": "^2.2.5",
|
||||
"gatsby": "^2.15.1",
|
||||
"gatsby-image": "^2.2.15",
|
||||
"gatsby-plugin-manifest": "^2.2.12",
|
||||
"gatsby-plugin-matomo": "^0.7.2",
|
||||
"gatsby-plugin-offline": "^2.2.5",
|
||||
"gatsby-plugin-react-helmet": "^3.1.3",
|
||||
"gatsby-plugin-sass": "^2.1.8",
|
||||
"gatsby-plugin-sharp": "^2.2.11",
|
||||
"gatsby-plugin-sitemap": "^2.2.6",
|
||||
"gatsby-plugin-offline": "^2.2.10",
|
||||
"gatsby-plugin-react-helmet": "^3.1.5",
|
||||
"gatsby-plugin-sass": "^2.1.12",
|
||||
"gatsby-plugin-sharp": "^2.2.18",
|
||||
"gatsby-plugin-sitemap": "^2.2.9",
|
||||
"gatsby-plugin-svgr": "^2.0.2",
|
||||
"gatsby-source-filesystem": "^2.1.9",
|
||||
"gatsby-transformer-json": "^2.2.2",
|
||||
"gatsby-transformer-sharp": "^2.2.6",
|
||||
"gatsby-transformer-yaml": "^2.2.4",
|
||||
"gatsby-source-filesystem": "^2.1.18",
|
||||
"gatsby-transformer-json": "^2.2.6",
|
||||
"gatsby-transformer-sharp": "^2.2.12",
|
||||
"gatsby-transformer-yaml": "^2.2.7",
|
||||
"giphy-js-sdk-core": "^1.0.6",
|
||||
"graphql": "^14.4.2",
|
||||
"graphql": "^14.5.4",
|
||||
"intersection-observer": "^0.7.0",
|
||||
"react": "^16.9.0",
|
||||
"react-dom": "^16.9.0",
|
||||
@ -52,7 +52,7 @@
|
||||
"remark-html": "^10.0.0",
|
||||
"remark-parse": "^7.0.1",
|
||||
"suncalc": "^1.8.0",
|
||||
"vcf": "^2.0.4"
|
||||
"vcf": "^2.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.5.5",
|
||||
@ -60,22 +60,22 @@
|
||||
"@babel/preset-env": "^7.5.5",
|
||||
"@react-mock/localstorage": "^0.1.2",
|
||||
"@svgr/webpack": "^4.3.2",
|
||||
"@testing-library/jest-dom": "^4.0.0",
|
||||
"@testing-library/react": "^9.1.1",
|
||||
"babel-eslint": "^10.0.2",
|
||||
"babel-jest": "^24.8.0",
|
||||
"babel-preset-gatsby": "^0.2.7",
|
||||
"@testing-library/jest-dom": "^4.1.0",
|
||||
"@testing-library/react": "^9.1.3",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"babel-jest": "^24.9.0",
|
||||
"babel-preset-gatsby": "^0.2.11",
|
||||
"chalk": "^2.4.2",
|
||||
"eslint": "^6.1.0",
|
||||
"eslint-config-prettier": "^6.0.0",
|
||||
"eslint": "^6.3.0",
|
||||
"eslint-config-prettier": "^6.1.0",
|
||||
"eslint-loader": "^3.0.0",
|
||||
"eslint-plugin-graphql": "^3.0.3",
|
||||
"eslint-plugin-prettier": "^3.1.0",
|
||||
"eslint-plugin-react": "^7.14.3",
|
||||
"eslint-plugin-react-hooks": "^2.0.0",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "^24.8.0",
|
||||
"jest-canvas-mock": "^2.1.0",
|
||||
"jest": "^24.9.0",
|
||||
"jest-canvas-mock": "^2.1.1",
|
||||
"js-yaml": "^3.13.1",
|
||||
"lighthousebot": "git+https://github.com/GoogleChromeLabs/lighthousebot.git",
|
||||
"node-sass": "^4.12.0",
|
||||
|
Loading…
Reference in New Issue
Block a user