rme 0.1.21 → 0.1.22

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.1.21",
3
+ "version": "0.1.22",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "yarn clear && yarn build-esbuild && yarn types",
@@ -51,10 +51,11 @@
51
51
  "@typescript-eslint/eslint-plugin": "8.12.2",
52
52
  "@typescript-eslint/parser": "8.31.1",
53
53
  "@vitejs/plugin-react": "^4.3.3",
54
- "@vitest/browser": "^3.2.4",
55
- "@vitest/coverage-v8": "^3.2.4",
56
- "@vitest/ui": "^3.2.4",
54
+ "@vitest/browser": "^2.1.4",
55
+ "@vitest/coverage-v8": "^2.1.4",
56
+ "@vitest/ui": "^2.1.4",
57
57
  "css-loader": "7.1.2",
58
+ "dedent": "^1.6.0",
58
59
  "esbuild": "^0.24.0",
59
60
  "esbuild-css-modules-plugin": "^3.1.2",
60
61
  "esbuild-decorators": "^1.0.0",
@@ -92,7 +93,7 @@
92
93
  "unified": "^11.0.5",
93
94
  "url": "^0.11.4",
94
95
  "vite": "^5.4.10",
95
- "vitest": "^3.2.4",
96
+ "vitest": "^2.1.4",
96
97
  "webdriverio": "^9.2.8"
97
98
  },
98
99
  "peerDependencies": {
@@ -180,7 +181,7 @@
180
181
  "svgmoji": "^3.2.0",
181
182
  "void-elements": "^3.1.0",
182
183
  "yjs": "^13.6.24",
183
- "zens": "^0.1.2"
184
+ "zens": "^0.1.1"
184
185
  },
185
186
  "packageManager": "yarn@4.8.0"
186
187
  }