Skip to content

Commit

Permalink
update dependencies (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp authored Dec 21, 2020
1 parent 75f7bdf commit 29e8da2
Show file tree
Hide file tree
Showing 4 changed files with 416 additions and 468 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"private": true,
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/core": "^7.12.3",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.12.5",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.12.11",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/runtime": "^7.12.5",
"ava": "^3.13.0",
"ava": "^3.14.0",
"babel-plugin-jsx-pragmatic": "^1.0.2",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"babelify": "^10.0.0",
Expand All @@ -17,19 +17,19 @@
"browserify": "^17.0.0",
"bundlesize": "^0.18.0",
"common-shakeify": "^0.6.2",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-unicorn": "^23.0.0",
"eslint-plugin-unicorn": "^24.0.0",
"exorcist": "^1.0.1",
"jsdom": "^16.4.0",
"lerna": "^3.22.1",
"node-fetch": "^2.6.1",
"prettier": "^2.1.2",
"sinon": "^9.2.1",
"uglify-js": "^3.11.5"
"prettier": "^2.2.1",
"sinon": "^9.2.2",
"uglify-js": "^3.12.2"
},
"scripts": {
"bootstrap": "lerna bootstrap",
Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"version": "0.12.0",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/plugin-transform-react-jsx": "^7.12.11",
"@xmpp/client-core": "^0.12.0",
"@xmpp/iq": "^0.12.0",
"@xmpp/middleware": "^0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@xmpp/connection": "^0.12.0",
"@xmpp/xml": "^0.12.0",
"ws": "^7.4.0"
"ws": "^7.4.1"
},
"browser": {
"ws": false
Expand Down
Loading

0 comments on commit 29e8da2

Please sign in to comment.