|
1 | 1 | {
|
2 | 2 | "name": "@inplayer-org/inplayer.js",
|
3 |
| - "version": "3.0.0", |
| 3 | + "version": "3.1.0", |
4 | 4 | "author": "InPlayer",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "description": "A Javascript SDK for Inplayer's RESTful API",
|
|
46 | 46 | "axios": "^0.19.2",
|
47 | 47 | "core-js": "^3.6.5",
|
48 | 48 | "fingerprintjs2": "^2.1.2",
|
49 |
| - "lodash": "^4.17.19", |
| 49 | + "lodash": "^4.17.20", |
50 | 50 | "qs": "^6.9.4"
|
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 | 53 | "@babel/cli": "^7.10.5",
|
54 |
| - "@babel/core": "^7.10.5", |
| 54 | + "@babel/core": "^7.11.1", |
55 | 55 | "@babel/node": "^7.10.5",
|
56 | 56 | "@babel/plugin-proposal-class-properties": "^7.10.4",
|
57 |
| - "@babel/plugin-transform-runtime": "^7.10.5", |
58 |
| - "@babel/preset-env": "^7.10.4", |
| 57 | + "@babel/plugin-transform-runtime": "^7.11.0", |
| 58 | + "@babel/preset-env": "^7.11.0", |
59 | 59 | "@babel/preset-typescript": "^7.10.4",
|
60 | 60 | "@babel/register": "^7.10.5",
|
61 |
| - "@babel/runtime": "^7.10.5", |
| 61 | + "@babel/runtime": "^7.11.2", |
62 | 62 | "@types/aws-iot-device-sdk": "^2.2.2",
|
63 | 63 | "@types/fingerprintjs2": "^2.0.0",
|
64 |
| - "@types/lodash": "^4.14.158", |
| 64 | + "@types/lodash": "^4.14.159", |
65 | 65 | "@types/qs": "^6.9.4",
|
66 |
| - "@typescript-eslint/eslint-plugin": "^3.7.0", |
67 |
| - "@typescript-eslint/parser": "^3.7.0", |
| 66 | + "@typescript-eslint/eslint-plugin": "^3.9.1", |
| 67 | + "@typescript-eslint/parser": "^3.9.1", |
68 | 68 | "babel-eslint": "^10.1.0",
|
69 | 69 | "babel-loader": "^8.1.0",
|
70 | 70 | "babel-plugin-transform-class-properties": "^6.24.1",
|
71 | 71 | "copy-webpack-plugin": "^6.0.3",
|
72 | 72 | "cross-env": "^7.0.2",
|
73 |
| - "eslint": "^7.5.0", |
| 73 | + "eslint": "^7.7.0", |
74 | 74 | "eslint-config-airbnb-base": "^14.2.0",
|
75 | 75 | "eslint-config-prettier": "^6.11.0",
|
76 | 76 | "eslint-loader": "^4.0.2",
|
|
81 | 81 | "lint-staged": "^10.2.11",
|
82 | 82 | "lodash-webpack-plugin": "^0.11.5",
|
83 | 83 | "prettier": "^2.0.5",
|
84 |
| - "terser-webpack-plugin": "^3.0.7", |
| 84 | + "terser-webpack-plugin": "^4.1.0", |
85 | 85 | "typedoc": "^0.18.0",
|
86 | 86 | "typescript": "^3.9.7",
|
87 |
| - "webpack": "^4.44.0", |
| 87 | + "webpack": "^4.44.1", |
88 | 88 | "webpack-bundle-analyzer": "^3.8.0",
|
89 | 89 | "webpack-cli": "^3.3.12"
|
90 | 90 | },
|
|
0 commit comments