1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 17:23:22 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2021-08-28 13:05:02 +02:00
parent 97a5fae768
commit db27681fda
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 4440 additions and 5075 deletions

9458
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,24 +20,24 @@
"new": "babel-node ./scripts/new.js" "new": "babel-node ./scripts/new.js"
}, },
"dependencies": { "dependencies": {
"@giphy/js-fetch-api": "^4.0.0", "@giphy/js-fetch-api": "^4.1.1",
"axios": "^0.21.1", "axios": "^0.21.1",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"gatsby": "^3.7.1", "gatsby": "^3.12.1",
"gatsby-plugin-image": "^1.7.1", "gatsby-plugin-image": "^1.12.0",
"gatsby-plugin-manifest": "^3.7.1", "gatsby-plugin-manifest": "^3.12.0",
"gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^4.7.1", "gatsby-plugin-offline": "^4.12.0",
"gatsby-plugin-postcss": "^4.7.1", "gatsby-plugin-postcss": "^4.12.0",
"gatsby-plugin-react-helmet": "^4.7.1", "gatsby-plugin-react-helmet": "^4.12.0",
"gatsby-plugin-sharp": "^3.7.1", "gatsby-plugin-sharp": "^3.12.0",
"gatsby-plugin-sitemap": "^4.3.1", "gatsby-plugin-sitemap": "^4.8.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0", "gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-plugin-webpack-size": "^2.0.1", "gatsby-plugin-webpack-size": "^2.0.1",
"gatsby-source-filesystem": "^3.7.1", "gatsby-source-filesystem": "^3.12.0",
"gatsby-transformer-json": "^3.7.1", "gatsby-transformer-json": "^3.12.0",
"gatsby-transformer-sharp": "^3.7.1", "gatsby-transformer-sharp": "^3.12.0",
"gatsby-transformer-yaml": "^3.7.1", "gatsby-transformer-yaml": "^3.12.0",
"intersection-observer": "^0.12.0", "intersection-observer": "^0.12.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
@ -53,32 +53,32 @@
"vcf": "^2.1.0" "vcf": "^2.1.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/node": "^7.14.5", "@babel/node": "^7.14.9",
"@babel/preset-env": "^7.14.5", "@babel/preset-env": "^7.15.0",
"@loadable/component": "^5.15.0", "@loadable/component": "^5.15.0",
"@svgr/webpack": "^5.5.0", "@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.14.1", "@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7", "@testing-library/react": "^12.0.0",
"@welldone-software/why-did-you-render": "^6.1.4", "@welldone-software/why-did-you-render": "^6.2.1",
"babel-preset-gatsby": "^1.7.1", "babel-preset-gatsby": "^1.12.0",
"chalk": "^4.1.1", "chalk": "^4.1.2",
"eslint": "^7.28.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-graphql": "^4.0.0", "eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-prettier": "^3.4.0", "eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.24.0", "eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^4.6.0", "eslint-plugin-testing-library": "^4.12.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.22", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.24",
"identity-obj-proxy": "^3.0.0", "identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3", "jest": "^27.1.0",
"jest-canvas-mock": "^2.3.1", "jest-canvas-mock": "^2.3.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"ora": "^5.4.1", "ora": "^6.0.0",
"postcss-preset-env": "^6.7.0", "postcss-preset-env": "^6.7.0",
"prepend": "^1.0.2", "prepend": "^1.0.2",
"prettier": "^2.3.1", "prettier": "^2.3.2",
"slugify": "^1.5.3", "slugify": "^1.6.0",
"stylelint": "^13.13.1", "stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2", "stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^1.2.0" "stylelint-prettier": "^1.2.0"

View File

@ -21,5 +21,6 @@ module.exports = {
__PATH_PREFIX__: '' __PATH_PREFIX__: ''
}, },
setupFiles: ['<rootDir>/tests/loadershim.js'], setupFiles: ['<rootDir>/tests/loadershim.js'],
setupFilesAfterEnv: ['<rootDir>/tests/setup-test-env.js'] setupFilesAfterEnv: ['<rootDir>/tests/setup-test-env.js'],
testEnvironment: 'jsdom'
} }