|
1 | 1 | { |
2 | 2 | "name": "@patch-technology/patch", |
3 | | - "version": "1.15.0", |
| 3 | + "version": "1.15.1", |
4 | 4 | "description": "Node.js wrapper for the Patch API", |
5 | 5 | "license": "MIT", |
6 | 6 | "repository": { |
7 | 7 | "type": "git", |
8 | 8 | "url": "https://github.com/patch-technology/patch-node.git" |
9 | 9 | }, |
10 | 10 | "main": "dist/index.js", |
11 | | - "scripts": { |
12 | | - "build": "babel src -d dist", |
13 | | - "prepare": "npm run build", |
14 | | - "test": "mocha" |
15 | | - }, |
16 | 11 | "browser": { |
17 | 12 | "fs": false |
18 | 13 | }, |
|
30 | 25 | "superagent": "^5.3.1" |
31 | 26 | }, |
32 | 27 | "devDependencies": { |
33 | | - "@babel/cli": "^7.0.0", |
34 | | - "@babel/core": "^7.0.0", |
| 28 | + "@babel/cli": "^7.16.0", |
| 29 | + "@babel/core": "^7.16.0", |
35 | 30 | "@babel/plugin-proposal-class-properties": "^7.0.0", |
36 | 31 | "@babel/plugin-proposal-decorators": "^7.0.0", |
37 | 32 | "@babel/plugin-proposal-do-expressions": "^7.0.0", |
|
48 | 43 | "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
49 | 44 | "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
50 | 45 | "@babel/plugin-syntax-import-meta": "^7.0.0", |
51 | | - "@babel/preset-env": "^7.0.0", |
52 | | - "@babel/register": "^7.0.0", |
53 | | - "chai": "^4.2.0", |
| 46 | + "@babel/preset-env": "^7.16.0", |
| 47 | + "@babel/register": "^7.16.0", |
| 48 | + "chai": "^4.3.0", |
54 | 49 | "husky": "^4.2.5", |
55 | 50 | "lint-staged": "^10.5.4", |
56 | | - "mocha": "^8.1.0", |
| 51 | + "mocha": "^9.1.0", |
57 | 52 | "sinon": "^7.2.0", |
58 | 53 | "prettier": "^2.0.5" |
59 | 54 | }, |
|
0 commit comments