mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-11-13 16:45:12 +01:00
package updates
This commit is contained in:
parent
1709d0dbcd
commit
e91b5bc0b1
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '16'
|
||||
|
||||
- name: Cache node modules
|
||||
uses: actions/cache@v1
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '16'
|
||||
|
||||
- name: Cache node modules
|
||||
uses: actions/cache@v1
|
||||
|
2255
package-lock.json
generated
2255
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@ -22,13 +22,13 @@
|
||||
"dependencies": {
|
||||
"@giphy/js-fetch-api": "^4.1.2",
|
||||
"@yaireo/relative-time": "^1.0.1",
|
||||
"axios": "^0.23.0",
|
||||
"axios": "^0.24.0",
|
||||
"file-saver": "^2.0.5",
|
||||
"framer-motion": "^4.1.17",
|
||||
"framer-motion": "^5.3.3",
|
||||
"gatsby": "^3.14.4",
|
||||
"gatsby-plugin-image": "^1.14.1",
|
||||
"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-react-helmet": "^4.14.0",
|
||||
"gatsby-plugin-sharp": "^3.14.1",
|
||||
@ -53,13 +53,13 @@
|
||||
"vcf": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/node": "^7.15.8",
|
||||
"@babel/preset-env": "^7.15.8",
|
||||
"@babel/node": "^7.16.0",
|
||||
"@babel/preset-env": "^7.16.0",
|
||||
"@loadable/component": "^5.15.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",
|
||||
"@welldone-software/why-did-you-render": "^6.2.1",
|
||||
"@welldone-software/why-did-you-render": "^6.2.3",
|
||||
"babel-preset-gatsby": "^2.0.0",
|
||||
"chalk": "^4.1.2",
|
||||
"eslint": "^7.32.0",
|
||||
@ -76,11 +76,11 @@
|
||||
"js-yaml": "^4.1.0",
|
||||
"ora": "^6.0.1",
|
||||
"prepend": "^1.0.2",
|
||||
"prettier": "^2.4.1",
|
||||
"slugify": "^1.6.1",
|
||||
"stylelint": "^14.0.0",
|
||||
"prettier": "^2.5.0",
|
||||
"slugify": "^1.6.3",
|
||||
"stylelint": "^14.1.0",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-prettier": "^1.2.0"
|
||||
"stylelint-prettier": "^2.0.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 0.2%",
|
||||
|
Loading…
Reference in New Issue
Block a user