Archived
1
0

Merge pull request #13 from creyD/dev

Proper Security Patches
This commit is contained in:
2020-03-20 12:02:43 +01:00
committed by GitHub
3 changed files with 1647 additions and 1066 deletions

2700
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,19 +10,18 @@
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
"clean": "gatsby clean"
},
"dependencies": {
"dateformat": "^3.0.3",
"gatsby": "^2.19.22",
"gatsby-plugin-manifest": "^2.2.42",
"react": "^16.13.0",
"react-dom": "^16.13.0"
"gatsby": "^2.20.0",
"gatsby-plugin-manifest": "^2.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"prettier": "^1.19.1",
"purgecss": "^1.4.2"
"purgecss": "^2.1.0"
},
"repository": {
"type": "git",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB