Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 74794cd

Browse files
author
Cole J Calamos
committed
Updated dependents
1 parent 7873440 commit 74794cd

File tree

2 files changed

+1883
-1734
lines changed

2 files changed

+1883
-1734
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ccalamos/gatsby-source-googlemaps-static",
33
"description": "Gatsby source plugin for Google Maps Static API",
4-
"version": "3.0.1",
4+
"version": "3.1.0",
55
"author": "Cole Calamos <cole@colejcalamos.com>",
66
"bugs": {
77
"url": "https://github.com/ccalamos/gatsby-source-googlemaps-static/issues"
@@ -22,19 +22,19 @@
2222
},
2323
"license": "MIT",
2424
"devDependencies": {
25-
"@typescript-eslint/eslint-plugin": "^4.16.1",
26-
"@typescript-eslint/parser": "^4.16.1",
25+
"@typescript-eslint/eslint-plugin": "^4.25.0",
26+
"@typescript-eslint/parser": "^4.25.0",
2727
"cross-env": "^7.0.3",
28-
"eslint": "^7.21.0",
29-
"eslint-config-prettier": "^8.1.0",
30-
"gatsby": "^3.0.2",
31-
"jest": "^26.6.3",
32-
"prettier": "^2.2.1",
33-
"ts-jest": "^26.5.3",
34-
"typescript": "^4.2.3"
28+
"eslint": "^7.27.0",
29+
"eslint-config-prettier": "^8.3.0",
30+
"gatsby": "^3.6.1",
31+
"jest": "^27.0.1",
32+
"prettier": "^2.3.0",
33+
"ts-jest": "^27.0.1",
34+
"typescript": "^4.3.2"
3535
},
3636
"dependencies": {
37-
"gatsby-source-filesystem": "^3.0.0"
37+
"gatsby-source-filesystem": "^3.6.0"
3838
},
3939
"scripts": {
4040
"build": "tsc -p ./tsconfig.json",

0 commit comments

Comments
 (0)