@guihz/trading-vue-editor-tes 0.0.42 → 0.0.44

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guihz/trading-vue-editor-tes",
3
- "version": "0.0.042",
3
+ "version": "0.0.044",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "lib"
@@ -26,6 +26,7 @@
26
26
  "lodash": "^4.17.21",
27
27
  "mathjs": "^12.4.1",
28
28
  "ml-matrix": "^6.11.0",
29
+ "react-copy-to-clipboard": "^5.1.0",
29
30
  "terser": "^5.31.0"
30
31
  },
31
32
  "devDependencies": {
@@ -34,15 +35,16 @@
34
35
  "@types/lodash": "^4.14.202",
35
36
  "@types/node": "^20.12.7",
36
37
  "@types/react": "^18.2.43",
38
+ "@types/react-copy-to-clipboard": "^5.0.7",
37
39
  "@types/react-dom": "^18.2.17",
38
40
  "@types/uglify-js": "^3.17.5",
39
41
  "@typescript-eslint/eslint-plugin": "^6.14.0",
40
42
  "@typescript-eslint/parser": "^6.14.0",
41
43
  "@vitejs/plugin-react": "^4.2.1",
42
44
  "eslint": "^8.55.0",
43
- "monaco-editor": "^0.45.0",
44
45
  "eslint-plugin-react-hooks": "^4.6.0",
45
46
  "eslint-plugin-react-refresh": "^0.4.5",
47
+ "monaco-editor": "^0.45.0",
46
48
  "react": "^18.2.0",
47
49
  "react-dom": "^18.2.0",
48
50
  "tslib": "^2.6.2",