package updates

This commit is contained in:
Matthias Kretschmann 2020-07-02 19:56:59 +02:00
parent 1898834327
commit 327cf8c4dd
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 6056 additions and 11 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
node_modules
package-lock.json
/*.js

View File

@ -1,9 +1,9 @@
[![gatsby-redirect-from](https://raw.githubusercontent.com/kremalicious/gatsby-redirect-from/master/src/gatsby-redirect-from.png)](https://kremalicious.com/gatsby-redirect-from/)
[![gatsby-redirect-from](https://raw.githubusercontent.com/kremalicious/gatsby-redirect-from/main/src/gatsby-redirect-from.png)](https://kremalicious.com/gatsby-redirect-from/)
# gatsby-redirect-from
[![npm package](https://img.shields.io/npm/v/gatsby-redirect-from.svg)](https://www.npmjs.com/package/gatsby-redirect-from)
[![Build Status](https://travis-ci.com/kremalicious/gatsby-redirect-from.svg?branch=master)](https://travis-ci.com/kremalicious/gatsby-redirect-from)
[![Build Status](https://travis-ci.com/kremalicious/gatsby-redirect-from.svg?branch=main)](https://travis-ci.com/kremalicious/gatsby-redirect-from)
[![Maintainability](https://api.codeclimate.com/v1/badges/9643b2a038a7d338a73a/maintainability)](https://codeclimate.com/github/kremalicious/gatsby-redirect-from/maintainability)
[![Dependabot enabled](https://badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot)](https://dependabot.com/)

6046
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -20,17 +20,17 @@
],
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"auto-changelog": "^2.0.0",
"chalk": "^4.0.0",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"auto-changelog": "^2.1.0",
"chalk": "^4.1.0",
"cross-env": "^7.0.2",
"eslint": "^7.0.0",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5",
"release-it": "^13.6.0"
"release-it": "^13.6.4"
},
"peerDependencies": {
"gatsby": ">=2",