teckos-client 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +22 -18
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.4",
2
+ "version": "0.2.5",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -64,48 +64,52 @@
64
64
  }
65
65
  ],
66
66
  "devDependencies": {
67
+ "@babel/core": "^7.17.8",
68
+ "@babel/plugin-syntax-flow": "^7.16.7",
69
+ "@babel/plugin-transform-react-jsx": "^7.17.3",
67
70
  "@size-limit/preset-small-lib": "^7.0.8",
68
71
  "@types/chai": "^4.3.0",
69
72
  "@types/debug": "^4.1.7",
70
73
  "@types/mocha": "^9.1.0",
71
- "@types/node": "^17.0.20",
72
- "@types/ws": "^8.2.3",
73
- "@typescript-eslint/eslint-plugin": "^5.12.1",
74
- "@typescript-eslint/parser": "^5.12.1",
74
+ "@types/node": "^17.0.23",
75
+ "@types/ws": "^8.5.3",
76
+ "@typescript-eslint/eslint-plugin": "^5.17.0",
77
+ "@typescript-eslint/parser": "^5.17.0",
75
78
  "babel-eslint": "^10.1.0",
76
79
  "chai": "^4.3.6",
77
80
  "clean-webpack-plugin": "^4.0.0",
78
- "eslint": "^8.9.0",
81
+ "eslint": "^8.12.0",
79
82
  "eslint-config-airbnb-base": "^15.0.0",
80
- "eslint-config-airbnb-typescript": "^16.1.0",
81
- "eslint-config-prettier": "^8.4.0",
83
+ "eslint-config-airbnb-typescript": "^16.1.4",
84
+ "eslint-config-prettier": "^8.5.0",
82
85
  "eslint-config-react-app": "^7.0.0",
83
86
  "eslint-plugin-flowtype": "^8.0.3",
84
87
  "eslint-plugin-import": "^2.25.4",
85
88
  "eslint-plugin-jsx-a11y": "^6.5.1",
86
89
  "eslint-plugin-prettier": "^4.0.0",
87
90
  "eslint-plugin-promise": "^6.0.0",
88
- "eslint-plugin-react": "^7.28.0",
89
- "eslint-plugin-react-hooks": "^4.3.0",
91
+ "eslint-plugin-react": "^7.29.4",
92
+ "eslint-plugin-react-hooks": "^4.4.0",
90
93
  "html-webpack-plugin": "^5.5.0",
91
94
  "husky": "^7.0.4",
92
- "mocha": "^9.2.1",
95
+ "ioredis": "^5.0.2",
96
+ "mocha": "^9.2.2",
93
97
  "nodemon": "^2.0.15",
94
- "prettier": "^2.5.1",
98
+ "prettier": "^2.6.1",
95
99
  "size-limit": "^7.0.8",
96
- "teckos": "^0.8.0",
97
- "ts-loader": "^9.2.6",
98
- "ts-node": "^10.5.0",
100
+ "teckos": "^0.8.3",
101
+ "ts-loader": "^9.2.8",
102
+ "ts-node": "^10.7.0",
99
103
  "tsdx": "^0.14.1",
100
104
  "tslib": "^2.3.1",
101
- "typescript": "^4.5.5",
102
- "webpack": "^5.69.1",
105
+ "typescript": "^4.6.3",
106
+ "webpack": "^5.70.0",
103
107
  "webpack-cli": "^4.9.2",
104
108
  "webpack-dev-server": "^4.7.4",
105
109
  "ws": "^8.5.0"
106
110
  },
107
111
  "dependencies": {
108
- "debug": "^4.3.3",
112
+ "debug": "^4.3.4",
109
113
  "isomorphic-ws": "^4.0.1"
110
114
  }
111
115
  }