crossnote 0.9.11 → 0.9.13

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": "crossnote",
3
- "version": "0.9.11",
3
+ "version": "0.9.13",
4
4
  "description": "A powerful markdown notebook tool",
5
5
  "keywords": [
6
6
  "markdown"
@@ -64,7 +64,7 @@
64
64
  "@ungap/structured-clone": "^1.2.0",
65
65
  "@viz-js/viz": "^3.1.0",
66
66
  "async-mutex": "^0.4.0",
67
- "bit-field": "^1.8.0",
67
+ "bit-field": "^1.9.0",
68
68
  "case-anything": "^2.1.13",
69
69
  "cheerio": "^1.0.0-rc.12",
70
70
  "chrome-paths": "^1.0.1",
@@ -81,7 +81,7 @@
81
81
  "html-to-image": "^1.11.11",
82
82
  "imagemagick-cli": "^0.5.0",
83
83
  "jquery": "^3.7.1",
84
- "katex": "^0.16.11",
84
+ "katex": "^0.16.21",
85
85
  "less": "^4.2.0",
86
86
  "markdown-it": "^13.0.1",
87
87
  "markdown-it-abbr": "^1.0.4",
@@ -93,7 +93,7 @@
93
93
  "markdown-it-sub": "^1.0.0",
94
94
  "markdown-it-sup": "^1.0.0",
95
95
  "md5": "^2.3.0",
96
- "mermaid": "^11.4.0",
96
+ "mermaid": "^11.5.0",
97
97
  "minisearch": "^6.1.0",
98
98
  "mkdirp": "^3.0.1",
99
99
  "monaco-editor": "^0.43.0",
@@ -102,17 +102,18 @@
102
102
  "pako": "^2.1.0",
103
103
  "papaparse": "^5.4.1",
104
104
  "plantuml-encoder": "^1.4.0",
105
- "puppeteer-core": "^21.1.0",
105
+ "puppeteer-core": "^24.4.0",
106
106
  "qiniu": "^7.9.0",
107
107
  "react": "^18.2.0",
108
108
  "react-contexify": "^6.0.0",
109
109
  "react-dom": "^18.2.0",
110
110
  "reading-time": "^1.5.0",
111
111
  "request": "^2.88.0",
112
+ "sharp": "^0.33.5",
112
113
  "simple-icons": "^9.13.0",
113
114
  "slash": "^5.1.0",
114
115
  "sval": "^0.4.8",
115
- "temp": "^0.9.0",
116
+ "temp": "^0.9.4",
116
117
  "twemoji": "^13.1.0",
117
118
  "type-fest": "^4.3.1",
118
119
  "unstated-next": "^1.1.0",
@@ -122,6 +123,11 @@
122
123
  "yaml": "^2.3.2"
123
124
  },
124
125
  "devDependencies": {
126
+ "@babel/core": "^7.26.10",
127
+ "@babel/plugin-transform-runtime": "^7.26.10",
128
+ "@babel/preset-env": "^7.26.9",
129
+ "@babel/preset-react": "^7.26.3",
130
+ "@babel/preset-typescript": "^7.26.0",
125
131
  "@simbathesailor/use-what-changed": "^2.0.0",
126
132
  "@types/cheerio": "0.22.11",
127
133
  "@types/crypto-js": "^4.1.1",
@@ -129,7 +135,7 @@
129
135
  "@types/html-escaper": "^3.0.0",
130
136
  "@types/jest": "^29.5.5",
131
137
  "@types/jquery": "^3.3.29",
132
- "@types/katex": "^0.16.2",
138
+ "@types/katex": "^0.16.7",
133
139
  "@types/less": "^3.0.4",
134
140
  "@types/markdown-it": "^13.0.0",
135
141
  "@types/md5": "^2.3.2",
@@ -137,10 +143,10 @@
137
143
  "@types/node": "^20.5.7",
138
144
  "@types/pako": "^2.0.0",
139
145
  "@types/papaparse": "^5.3.8",
140
- "@types/prismjs": "^1.26.0",
146
+ "@types/prismjs": "^1.26.5",
141
147
  "@types/react": "^18.2.21",
142
148
  "@types/react-dom": "^18.2.7",
143
- "@types/temp": "^0.9.1",
149
+ "@types/temp": "^0.9.4",
144
150
  "@types/uslug": "^1.0.2",
145
151
  "@types/vfile": "^3.0.2",
146
152
  "@types/vscode": "1.80.0",
@@ -148,8 +154,10 @@
148
154
  "@typescript-eslint/eslint-plugin": "^6.5.0",
149
155
  "@typescript-eslint/parser": "^6.5.0",
150
156
  "autoprefixer": "^10.4.15",
157
+ "babel-jest": "^29.7.0",
158
+ "babel-plugin-transform-import-meta": "^2.3.2",
151
159
  "concurrently": "^8.2.1",
152
- "esbuild": "^0.19.2",
160
+ "esbuild": "^0.25.0",
153
161
  "eslint": "^8.48.0",
154
162
  "eslint-plugin-react": "^7.33.2",
155
163
  "eslint-plugin-react-hooks": "^4.6.0",