@manuscripts/body-editor 3.7.3 → 3.7.4

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.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MATHJAX_VERSION = exports.VERSION = void 0;
4
- exports.VERSION = '3.7.3';
4
+ exports.VERSION = '3.7.4';
5
5
  exports.MATHJAX_VERSION = '3.2.2';
@@ -1,2 +1,2 @@
1
- export const VERSION = '3.7.3';
1
+ export const VERSION = '3.7.4';
2
2
  export const MATHJAX_VERSION = '3.2.2';
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "3.7.3";
1
+ export declare const VERSION = "3.7.4";
2
2
  export declare const MATHJAX_VERSION = "3.2.2";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@manuscripts/body-editor",
3
3
  "description": "Prosemirror components for editing and viewing manuscripts",
4
- "version": "3.7.3",
4
+ "version": "3.7.4",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-body-editor",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",
@@ -38,9 +38,9 @@
38
38
  "@citation-js/plugin-ris": "0.7.18",
39
39
  "@iarna/word-count": "1.1.2",
40
40
  "@manuscripts/json-schema": "2.2.12",
41
- "@manuscripts/style-guide": "3.3.5",
42
- "@manuscripts/track-changes-plugin": "2.2.0",
43
- "@manuscripts/transform": "4.3.9",
41
+ "@manuscripts/style-guide": "3.3.6",
42
+ "@manuscripts/track-changes-plugin": "2.2.1",
43
+ "@manuscripts/transform": "4.3.10",
44
44
  "@popperjs/core": "2.11.8",
45
45
  "citeproc": "2.4.63",
46
46
  "codemirror": "5.65.19",
@@ -81,6 +81,8 @@
81
81
  "@babel/preset-env": "7.23.8",
82
82
  "@babel/preset-react": "7.27.1",
83
83
  "@babel/preset-typescript": "7.23.3",
84
+ "@eslint/eslintrc": "3.3.1",
85
+ "@eslint/js": "9.39.1",
84
86
  "@manuscripts/eslint-config": "0.5.1",
85
87
  "@types/codemirror": "5.60.15",
86
88
  "@types/csl": "npm:csl-json@0.1.0",
@@ -92,27 +94,28 @@
92
94
  "@types/react-router-dom": "5.3.3",
93
95
  "@types/styled-components": "5.1.34",
94
96
  "@types/uuid": "9.0.8",
95
- "@typescript-eslint/eslint-plugin": "5.62.0",
96
- "@typescript-eslint/parser": "5.62.0",
97
- "eslint": "8.57.1",
98
- "eslint-config-prettier": "8.10.0",
97
+ "@typescript-eslint/eslint-plugin": "8.46.4",
98
+ "@typescript-eslint/parser": "8.46.4",
99
+ "eslint": "9.39.1",
100
+ "eslint-config-prettier": "10.1.8",
101
+ "eslint-plugin-diff": "2.0.3",
99
102
  "eslint-plugin-header": "3.1.1",
100
- "eslint-plugin-import": "2.31.0",
101
- "eslint-plugin-jest": "27.9.0",
103
+ "eslint-plugin-import": "2.32.0",
104
+ "eslint-plugin-jest": "29.1.0",
102
105
  "eslint-plugin-jsx-a11y": "6.10.2",
103
- "eslint-plugin-mdx": "2.3.4",
106
+ "eslint-plugin-mdx": "3.6.2",
104
107
  "eslint-plugin-node": "11.1.0",
105
- "eslint-plugin-prettier": "4.2.1",
106
- "eslint-plugin-promise": "6.6.0",
108
+ "eslint-plugin-prettier": "5.5.4",
109
+ "eslint-plugin-promise": "7.2.1",
107
110
  "eslint-plugin-react": "7.37.5",
108
- "eslint-plugin-react-hooks": "4.6.2",
109
- "eslint-plugin-simple-import-sort": "8.0.0",
111
+ "eslint-plugin-react-hooks": "7.0.1",
112
+ "eslint-plugin-simple-import-sort": "12.1.1",
110
113
  "husky": "8.0.3",
111
114
  "jest": "30.0.5",
112
115
  "jest-environment-jsdom": "30.0.5",
113
116
  "jest-prosemirror": "3.0.1",
114
117
  "npm-run-all": "4.1.5",
115
- "prettier": "2.8.8",
118
+ "prettier": "3.6.2",
116
119
  "regenerator-runtime": "0.14.1",
117
120
  "rimraf": "6.0.1",
118
121
  "typescript": "5.9.2",