Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yoryer committed Feb 11, 2022
1 parent abc39ce commit 77096fe
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 110 deletions.
172 changes: 73 additions & 99 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "toky-phone-js-sdk",
"version": "0.6.0",
"version": "0.7.2",
"description": "Toky Phone JS SDK v1",
"main": "dist/toky-sdk-alpha.js",
"module": "dist/toky-sdk-alpha.js",
"typings": "dist/types/index.d.ts",
"author": "Toky team",
"main": "./dist/toky-sdk-alpha.js",
"module": "./dist/toky-sdk-alpha.js",
"types": "./dist/types/index.d.ts",
"author": "Toky Team",
"directories": {
"example": "example",
"test": "test"
Expand Down Expand Up @@ -34,7 +34,7 @@
"last 2 Chrome versions"
],
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/core": "^7.17.2",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
Expand All @@ -44,18 +44,18 @@
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/events": "^3.0.0",
"@types/node": "^17.0.14",
"@types/node": "^17.0.17",
"@types/pusher-js": "^4.2.2",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"dotenv-webpack": "^7.1.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsdoc": "^37.7.1",
"eslint-plugin-jsdoc": "^37.8.2",
"eslint-plugin-prettier": "^4.0.0",
"fork-ts-checker-webpack-plugin": "^7.0.0",
"fork-ts-checker-webpack-plugin": "^7.2.0",
"git-revision-webpack-plugin": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
Expand Down

0 comments on commit 77096fe

Please sign in to comment.