update global fix
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
example/yarn.lock
0 → 100644
This diff is collapsed.
Click to expand it.
package-lock.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
{ | { | ||
"name": "react-ag-qeditor", | "name": "react-ag-qeditor", | ||
"version": "1.0.52", | "version": "1.0.60", | ||
"description": "WYSIWYG html editor", | "description": "WYSIWYG html editor", | ||
"author": "atma", | "author": "atma", | ||
"license": "MIT", | "license": "MIT", | ||
... | @@ -34,7 +34,11 @@ | ... | @@ -34,7 +34,11 @@ |
"react": "^17.0.2" | "react": "^17.0.2" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "^7.27.1", | |||
"@babel/plugin-syntax-object-rest-spread": "^7.8.3", | |||
"@babel/preset-env": "^7.27.1", | |||
"babel-eslint": "^10.0.3", | "babel-eslint": "^10.0.3", | ||
"babel-loader": "^10.0.0", | |||
"concurrently": "^8.2.1", | "concurrently": "^8.2.1", | ||
"cross-env": "^7.0.2", | "cross-env": "^7.0.2", | ||
"eslint": "^6.8.0", | "eslint": "^6.8.0", | ||
... | @@ -51,27 +55,38 @@ | ... | @@ -51,27 +55,38 @@ |
"microbundle-crl": "^0.13.10", | "microbundle-crl": "^0.13.10", | ||
"npm-run-all": "^4.1.5", | "npm-run-all": "^4.1.5", | ||
"prettier": "^2.0.4", | "prettier": "^2.0.4", | ||
"prosemirror-history": "^1.4.1", | |||
"prosemirror-model": "^1.25.1", | |||
"prosemirror-tables": "^1.7.1", | |||
"prosemirror-transform": "^1.10.4", | |||
"prosemirror-utils": "^1.2.2", | |||
"prosemirror-view": "^1.39.2", | |||
"react": "^17.0.2", | "react": "^17.0.2", | ||
"react-dom": "^17.0.2", | "react-dom": "^17.0.2", | ||
"react-scripts": "^3.4.1" | "react-scripts": "^5.0.1", | ||
"webpack": "4.42.0" | |||
}, | }, | ||
"files": [ | "files": [ | ||
"dist" | "dist" | ||
], | ], | ||
"dependencies": { | "dependencies": { | ||
"@babel/helper-environment-visitor": "^7.24.7", | |||
"@babel/plugin-proposal-unicode-property-regex": "^7.18.6", | "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", | ||
"@tiptap/core": "^2.0.0-beta.176", | "@tiptap/core": "^2.0.0-beta.176", | ||
"@tiptap/extension-color": "^2.0.0-beta.9", | "@tiptap/extension-color": "^2.0.0-beta.9", | ||
"@tiptap/extension-document": "^2.12.0", | |||
"@tiptap/extension-focus": "^2.0.0-beta.43", | "@tiptap/extension-focus": "^2.0.0-beta.43", | ||
"@tiptap/extension-highlight": "^2.0.0-beta.33", | "@tiptap/extension-highlight": "^2.0.0-beta.33", | ||
"@tiptap/extension-image": "^2.0.0-beta.27", | "@tiptap/extension-image": "^2.0.0-beta.27", | ||
"@tiptap/extension-link": "^2.0.0-beta.38", | "@tiptap/extension-link": "^2.0.0-beta.38", | ||
"@tiptap/extension-paragraph": "^2.12.0", | |||
"@tiptap/extension-subscript": "^2.1.11", | "@tiptap/extension-subscript": "^2.1.11", | ||
"@tiptap/extension-superscript": "^2.1.11", | "@tiptap/extension-superscript": "^2.1.11", | ||
"@tiptap/extension-table": "^2.0.0-beta.49", | "@tiptap/extension-table": "^2.0.0-beta.49", | ||
"@tiptap/extension-table-cell": "^2.0.0-beta.20", | "@tiptap/extension-table-cell": "^2.0.0-beta.20", | ||
"@tiptap/extension-table-header": "^2.0.0-beta.22", | "@tiptap/extension-table-header": "^2.0.0-beta.22", | ||
"@tiptap/extension-table-row": "^2.0.0-beta.19", | "@tiptap/extension-table-row": "^2.0.0-beta.19", | ||
"@tiptap/extension-text": "^2.12.0", | |||
"@tiptap/extension-text-align": "^2.0.0-beta.29", | "@tiptap/extension-text-align": "^2.0.0-beta.29", | ||
"@tiptap/extension-text-style": "^2.0.0-beta.23", | "@tiptap/extension-text-style": "^2.0.0-beta.23", | ||
"@tiptap/extension-underline": "^2.0.0-beta.23", | "@tiptap/extension-underline": "^2.0.0-beta.23", | ||
... | @@ -79,8 +94,11 @@ | ... | @@ -79,8 +94,11 @@ |
"@tiptap/starter-kit": "^2.0.0-beta.185", | "@tiptap/starter-kit": "^2.0.0-beta.185", | ||
"antd": "^5.24.7", | "antd": "^5.24.7", | ||
"axios": "^0.27.2", | "axios": "^0.27.2", | ||
"babel-loader": "8.1.0", | |||
"invariant": "^2.2.4", | |||
"katex": "^0.15.3", | "katex": "^0.15.3", | ||
"prosemirror-state": "1.4.0", | "levenary": "^1.1.1", | ||
"prosemirror-state": "^1.4.3", | |||
"rc-upload": "^4.3.3", | "rc-upload": "^4.3.3", | ||
"react": "^17.0.2", | "react": "^17.0.2", | ||
"react-device-detect": "^2.2.3", | "react-device-detect": "^2.2.3", | ||
... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment