|
1 | 1 | { |
2 | 2 | "name": "@ccalamos/gatsby-source-googlemaps-static", |
3 | 3 | "description": "Gatsby source plugin for Google Maps Static API", |
4 | | - "version": "1.2.3", |
| 4 | + "version": "1.3.0", |
5 | 5 | "author": "Cole Calamos <cole@colejcalamos.com>", |
6 | 6 | "bugs": { |
7 | 7 | "url": "https://github.com/ccalamos/gatsby-source-googlemaps-static/issues" |
|
23 | 23 | "license": "MIT", |
24 | 24 | "devDependencies": { |
25 | 25 | "@babel/cli": "^7.0.0", |
26 | | - "@babel/core": "^7.0.1", |
| 26 | + "@babel/core": "^7.10.3", |
27 | 27 | "@babel/node": "^7.0.0-beta.54", |
28 | 28 | "@babel/plugin-proposal-class-properties": "^7.8.3", |
29 | 29 | "@babel/plugin-proposal-object-rest-spread": "^7.8.3", |
30 | | - "@babel/preset-env": "^7.9.6", |
31 | | - "@babel/preset-typescript": "^7.8.3", |
| 30 | + "@babel/preset-env": "^7.10.3", |
| 31 | + "@babel/preset-typescript": "^7.10.1", |
32 | 32 | "@types/fs-extra": "^9.0.1", |
| 33 | + "@types/jest": "^26.0.0", |
33 | 34 | "@types/node": "^14.0.13", |
34 | 35 | "@typescript-eslint/eslint-plugin": "^3.3.0", |
35 | 36 | "@typescript-eslint/parser": "^3.3.0", |
|
38 | 39 | "eslint": "^7.2.0", |
39 | 40 | "eslint-config-prettier": "^6.11.0", |
40 | 41 | "gatsby": "^2.2.0", |
| 42 | + "jest": "^26.1.0", |
41 | 43 | "prettier": "^2.0.5", |
| 44 | + "ts-jest": "^26.1.1", |
42 | 45 | "typescript": "^3.9.5" |
43 | 46 | }, |
44 | 47 | "dependencies": { |
|
53 | 56 | "format": "prettier --write \"{,!(node_modules)/**/}*.ts\"", |
54 | 57 | "clean": "rm *.js", |
55 | 58 | "lint": "eslint . --ext .js,.jsx,.ts,.tsx", |
| 59 | + "test": "jest", |
56 | 60 | "typecheck": "tsc --skipLibCheck --noEmit", |
57 | 61 | "prepublishOnly": "cross-env NODE_ENV=production yarn run clean; cross-env NODE_ENV=production yarn run build" |
58 | 62 | }, |
|
0 commit comments