Skip to content

Commit 7c82dcb

Browse files
committed
v3.1.0
1 parent 60d7c5a commit 7c82dcb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inplayer-org/inplayer.js",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"author": "InPlayer",
55
"license": "MIT",
66
"description": "A Javascript SDK for Inplayer's RESTful API",
@@ -46,31 +46,31 @@
4646
"axios": "^0.19.2",
4747
"core-js": "^3.6.5",
4848
"fingerprintjs2": "^2.1.2",
49-
"lodash": "^4.17.19",
49+
"lodash": "^4.17.20",
5050
"qs": "^6.9.4"
5151
},
5252
"devDependencies": {
5353
"@babel/cli": "^7.10.5",
54-
"@babel/core": "^7.10.5",
54+
"@babel/core": "^7.11.1",
5555
"@babel/node": "^7.10.5",
5656
"@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",
5959
"@babel/preset-typescript": "^7.10.4",
6060
"@babel/register": "^7.10.5",
61-
"@babel/runtime": "^7.10.5",
61+
"@babel/runtime": "^7.11.2",
6262
"@types/aws-iot-device-sdk": "^2.2.2",
6363
"@types/fingerprintjs2": "^2.0.0",
64-
"@types/lodash": "^4.14.158",
64+
"@types/lodash": "^4.14.159",
6565
"@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",
6868
"babel-eslint": "^10.1.0",
6969
"babel-loader": "^8.1.0",
7070
"babel-plugin-transform-class-properties": "^6.24.1",
7171
"copy-webpack-plugin": "^6.0.3",
7272
"cross-env": "^7.0.2",
73-
"eslint": "^7.5.0",
73+
"eslint": "^7.7.0",
7474
"eslint-config-airbnb-base": "^14.2.0",
7575
"eslint-config-prettier": "^6.11.0",
7676
"eslint-loader": "^4.0.2",
@@ -81,10 +81,10 @@
8181
"lint-staged": "^10.2.11",
8282
"lodash-webpack-plugin": "^0.11.5",
8383
"prettier": "^2.0.5",
84-
"terser-webpack-plugin": "^3.0.7",
84+
"terser-webpack-plugin": "^4.1.0",
8585
"typedoc": "^0.18.0",
8686
"typescript": "^3.9.7",
87-
"webpack": "^4.44.0",
87+
"webpack": "^4.44.1",
8888
"webpack-bundle-analyzer": "^3.8.0",
8989
"webpack-cli": "^3.3.12"
9090
},

0 commit comments

Comments
 (0)