1
0
mirror of https://github.com/cwchristerw/bokxin-ip synced 2024-12-05 01:15:30 +00:00

Updated Dependencies

This commit is contained in:
Christer Warén 2020-12-13 19:53:44 +02:00
parent 72a407baac
commit 958b922605
2 changed files with 18665 additions and 15 deletions

18650
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,25 +1,25 @@
{ {
"name": "gatsby-starter-default", "name": "bokxin-ip",
"private": true, "private": true,
"description": "A simple starter to get up and developing quickly with Gatsby", "description": "Auttaa muodostamaan IP:n Bokxin koneellesi.",
"version": "0.1.0", "version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>", "author": "juhosa",
"dependencies": { "dependencies": {
"gatsby": "^2.18.12", "gatsby": "^2.26.1",
"gatsby-image": "^2.2.34", "gatsby-image": "^2.5.0",
"gatsby-plugin-manifest": "^2.2.31", "gatsby-plugin-manifest": "^2.6.1",
"gatsby-plugin-offline": "^3.0.27", "gatsby-plugin-offline": "^3.4.0",
"gatsby-plugin-react-helmet": "^3.1.16", "gatsby-plugin-react-helmet": "^3.4.0",
"gatsby-plugin-sharp": "^2.3.5", "gatsby-plugin-sharp": "^2.8.0",
"gatsby-source-filesystem": "^2.1.40", "gatsby-source-filesystem": "^2.5.0",
"gatsby-transformer-sharp": "^2.3.7", "gatsby-transformer-sharp": "^2.6.0",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react": "^16.12.0", "react": "^16.12.0",
"react-dom": "^16.12.0", "react-dom": "^16.12.0",
"react-helmet": "^5.2.1" "react-helmet": "^6.1.0"
}, },
"devDependencies": { "devDependencies": {
"prettier": "^1.19.1" "prettier": "^2.1.2"
}, },
"keywords": [ "keywords": [
"gatsby" "gatsby"
@ -36,9 +36,9 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default" "url": "https://github.com/juhosa/bokxin-ip"
}, },
"bugs": { "bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues" "url": "https://github.com/juhosa/bokxin-ip/issues"
} }
} }