package updates

This commit is contained in:
Matthias Kretschmann 2021-11-28 16:12:27 +00:00
parent 1709d0dbcd
commit e91b5bc0b1
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 1235 additions and 1046 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: '14' node-version: '16'
- name: Cache node modules - name: Cache node modules
uses: actions/cache@v1 uses: actions/cache@v1
@ -58,7 +58,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: '14' node-version: '16'
- name: Cache node modules - name: Cache node modules
uses: actions/cache@v1 uses: actions/cache@v1

2255
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,13 +22,13 @@
"dependencies": { "dependencies": {
"@giphy/js-fetch-api": "^4.1.2", "@giphy/js-fetch-api": "^4.1.2",
"@yaireo/relative-time": "^1.0.1", "@yaireo/relative-time": "^1.0.1",
"axios": "^0.23.0", "axios": "^0.24.0",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"framer-motion": "^4.1.17", "framer-motion": "^5.3.3",
"gatsby": "^3.14.4", "gatsby": "^3.14.4",
"gatsby-plugin-image": "^1.14.1", "gatsby-plugin-image": "^1.14.1",
"gatsby-plugin-manifest": "^3.14.0", "gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-matomo": "^0.10.0", "gatsby-plugin-matomo": "^0.11.0",
"gatsby-plugin-offline": "^4.14.0", "gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-react-helmet": "^4.14.0", "gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sharp": "^3.14.1", "gatsby-plugin-sharp": "^3.14.1",
@ -53,13 +53,13 @@
"vcf": "^2.1.0" "vcf": "^2.1.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/node": "^7.15.8", "@babel/node": "^7.16.0",
"@babel/preset-env": "^7.15.8", "@babel/preset-env": "^7.16.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.15.1",
"@testing-library/react": "^12.1.2", "@testing-library/react": "^12.1.2",
"@welldone-software/why-did-you-render": "^6.2.1", "@welldone-software/why-did-you-render": "^6.2.3",
"babel-preset-gatsby": "^2.0.0", "babel-preset-gatsby": "^2.0.0",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"eslint": "^7.32.0", "eslint": "^7.32.0",
@ -76,11 +76,11 @@
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"ora": "^6.0.1", "ora": "^6.0.1",
"prepend": "^1.0.2", "prepend": "^1.0.2",
"prettier": "^2.4.1", "prettier": "^2.5.0",
"slugify": "^1.6.1", "slugify": "^1.6.3",
"stylelint": "^14.0.0", "stylelint": "^14.1.0",
"stylelint-config-prettier": "^9.0.3", "stylelint-config-prettier": "^9.0.3",
"stylelint-prettier": "^1.2.0" "stylelint-prettier": "^2.0.0"
}, },
"browserslist": [ "browserslist": [
"> 0.2%", "> 0.2%",