1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-03 18:35:00 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2019-12-31 18:28:45 +01:00
parent 0948f2945a
commit 1f3a7733a3
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 798 additions and 974 deletions

View File

@ -19,6 +19,9 @@
- title: commons.oceanprotocol.com
icon: Compass
url: https://commons.oceanprotocol.com
- title: ipfs.oceanprotocol.com
icon: Compass
url: https://ipfs.oceanprotocol.com
- title: '@oceanprotocol/art'
icon: GitHub
url: https://github.com/oceanprotocol/art
@ -28,11 +31,15 @@
- title: '@oceanprotocol/commons'
icon: GitHub
url: https://github.com/oceanprotocol/commons
- title: '@oceanprotocol/ipfs'
icon: GitHub
url: https://github.com/oceanprotocol/ipfs
techstack:
- Sketch
- Affinity Designer
- React
- Gatsby
- Next.js
- HTML
- SCSS
- JavaScript

1721
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,19 +25,19 @@
"@loadable/component": "^5.11.0",
"axios": "^0.19.0",
"file-saver": "^2.0.2",
"gatsby": "^2.18.11",
"gatsby-image": "^2.2.36",
"gatsby-plugin-manifest": "^2.2.33",
"gatsby": "^2.18.17",
"gatsby-image": "^2.2.37",
"gatsby-plugin-manifest": "^2.2.34",
"gatsby-plugin-matomo": "^0.7.2",
"gatsby-plugin-offline": "^3.0.29",
"gatsby-plugin-offline": "^3.0.30",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-sass": "^2.1.26",
"gatsby-plugin-sharp": "^2.3.7",
"gatsby-plugin-sharp": "^2.3.10",
"gatsby-plugin-sitemap": "^2.2.24",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-use-dark-mode": "^1.1.2",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-source-filesystem": "^2.1.42",
"gatsby-source-filesystem": "^2.1.43",
"gatsby-transformer-json": "^2.2.22",
"gatsby-transformer-sharp": "^2.3.9",
"gatsby-transformer-yaml": "^2.2.20",
@ -59,23 +59,23 @@
"vcf": "^2.0.6"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/node": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@babel/core": "^7.7.7",
"@babel/node": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@react-mock/localstorage": "^0.1.2",
"@svgr/webpack": "^5.0.0",
"@svgr/webpack": "^5.0.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@welldone-software/why-did-you-render": "^3.3.9",
"@welldone-software/why-did-you-render": "^3.5.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-preset-gatsby": "^0.2.26",
"chalk": "^3.0.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-graphql": "^3.1.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-graphql": "^3.1.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-testing-library": "^1.3.4",
@ -90,7 +90,7 @@
"prettier": "^1.19.1",
"prettier-stylelint": "^0.4.2",
"slugify": "^1.3.6",
"stylelint": "^12.0.0",
"stylelint": "^12.0.1",
"stylelint-config-css-modules": "^2.1.0",
"stylelint-config-standard": "^19.0.0"
},