Spaces:
Sleeping
Sleeping
add diff-match-patch
Browse files- package-lock.json +7 -0
- package.json +1 -0
package-lock.json
CHANGED
|
@@ -16,6 +16,7 @@
|
|
| 16 |
"body-parser": "^1.20.3",
|
| 17 |
"classnames": "^2.5.1",
|
| 18 |
"cookie-parser": "^1.4.7",
|
|
|
|
| 19 |
"dotenv": "^16.4.7",
|
| 20 |
"express": "^4.21.2",
|
| 21 |
"react": "^19.0.0",
|
|
@@ -2719,6 +2720,12 @@
|
|
| 2719 |
"url": "https://github.com/sponsors/wooorm"
|
| 2720 |
}
|
| 2721 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2722 |
"node_modules/dotenv": {
|
| 2723 |
"version": "16.4.7",
|
| 2724 |
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz",
|
|
|
|
| 16 |
"body-parser": "^1.20.3",
|
| 17 |
"classnames": "^2.5.1",
|
| 18 |
"cookie-parser": "^1.4.7",
|
| 19 |
+
"diff-match-patch": "^1.0.5",
|
| 20 |
"dotenv": "^16.4.7",
|
| 21 |
"express": "^4.21.2",
|
| 22 |
"react": "^19.0.0",
|
|
|
|
| 2720 |
"url": "https://github.com/sponsors/wooorm"
|
| 2721 |
}
|
| 2722 |
},
|
| 2723 |
+
"node_modules/diff-match-patch": {
|
| 2724 |
+
"version": "1.0.5",
|
| 2725 |
+
"resolved": "https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.5.tgz",
|
| 2726 |
+
"integrity": "sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==",
|
| 2727 |
+
"license": "Apache-2.0"
|
| 2728 |
+
},
|
| 2729 |
"node_modules/dotenv": {
|
| 2730 |
"version": "16.4.7",
|
| 2731 |
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz",
|
package.json
CHANGED
|
@@ -19,6 +19,7 @@
|
|
| 19 |
"body-parser": "^1.20.3",
|
| 20 |
"classnames": "^2.5.1",
|
| 21 |
"cookie-parser": "^1.4.7",
|
|
|
|
| 22 |
"dotenv": "^16.4.7",
|
| 23 |
"express": "^4.21.2",
|
| 24 |
"react": "^19.0.0",
|
|
|
|
| 19 |
"body-parser": "^1.20.3",
|
| 20 |
"classnames": "^2.5.1",
|
| 21 |
"cookie-parser": "^1.4.7",
|
| 22 |
+
"diff-match-patch": "^1.0.5",
|
| 23 |
"dotenv": "^16.4.7",
|
| 24 |
"express": "^4.21.2",
|
| 25 |
"react": "^19.0.0",
|