rme 0.0.44 → 0.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rme",
3
- "version": "0.0.44",
3
+ "version": "0.0.46",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "yarn clear & yarn build-esbuild && yarn types",
@@ -48,7 +48,6 @@
48
48
  "@types/react": "^18.2.73",
49
49
  "@types/react-dom": "^18.2.23",
50
50
  "@types/react-test-renderer": "^18.0.0",
51
- "@types/tether-drop": "^1.4.11",
52
51
  "@types/void-elements": "^3",
53
52
  "@typescript-eslint/eslint-plugin": "5.54.0",
54
53
  "@typescript-eslint/parser": "5.54.0",
@@ -82,7 +81,7 @@
82
81
  "react": "^18.2.0",
83
82
  "react-dom": "^18.2.0",
84
83
  "react-spinners": "^0.13.8",
85
- "rimraf": "^3.0.2",
84
+ "rimraf": "^5.0.5",
86
85
  "rollup": "^4.9.6",
87
86
  "rollup-plugin-dts": "^6.1.0",
88
87
  "rollup-plugin-postcss": "^4.0.2",
@@ -176,9 +175,8 @@
176
175
  "styled-components": "^6.1.0",
177
176
  "stylis": "^4.0.0",
178
177
  "svgmoji": "^3.2.0",
179
- "tether-drop": "^1.4.2",
180
178
  "void-elements": "^3.1.0",
181
179
  "yjs": "^13.6.14",
182
- "zens": "^0.0.11"
180
+ "zens": "^0.0.12"
183
181
  }
184
182
  }