teckos-client 0.3.5 → 0.3.6

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 +1 -6
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.5",
2
+ "version": "0.3.6",
3
3
  "license": "MIT",
4
4
  "main": "lib/index.js",
5
5
  "unpkg": "dist/index.js",
@@ -80,7 +80,6 @@
80
80
  "@rollup/plugin-node-resolve": "^13.3.0",
81
81
  "@rollup/plugin-replace": "^4.0.0",
82
82
  "@size-limit/preset-small-lib": "^7.0.8",
83
- "@types/detect-node": "^2.0.0",
84
83
  "@types/jest": "^28.1.3",
85
84
  "@types/node": "^18.0.0",
86
85
  "@types/ws": "^8.5.3",
@@ -94,8 +93,6 @@
94
93
  "eslint-config-airbnb-base": "^15.0.0",
95
94
  "eslint-config-airbnb-typescript": "^17.0.0",
96
95
  "eslint-config-prettier": "^8.5.0",
97
- "eslint-config-react-app": "^7.0.1",
98
- "eslint-plugin-flowtype": "^8.0.3",
99
96
  "eslint-plugin-import": "^2.26.0",
100
97
  "eslint-plugin-jsx-a11y": "^6.5.1",
101
98
  "eslint-plugin-prettier": "^4.0.0",
@@ -126,8 +123,6 @@
126
123
  },
127
124
  "dependencies": {
128
125
  "@babel/runtime": "^7.18.3",
129
- "@rollup/plugin-commonjs": "^22.0.0",
130
- "detect-node": "^2.1.0",
131
126
  "isomorphic-ws": "^4.0.1"
132
127
  },
133
128
  "sideEffects": false