@yaegassy/coc-marksman 0.2.2 → 0.2.3

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +9 -9
package/lib/index.js CHANGED
@@ -3099,7 +3099,7 @@ var import_stream2 = __toESM(require("stream"));
3099
3099
  var import_util = require("util");
3100
3100
 
3101
3101
  // package.json
3102
- var marksmanBinVersion = "2022-11-25";
3102
+ var marksmanBinVersion = "2022-12-19";
3103
3103
 
3104
3104
  // src/constant.ts
3105
3105
  var MARKSMAN_BIN_VERSION = marksmanBinVersion;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yaegassy/coc-marksman",
3
- "version": "0.2.2",
4
- "marksmanBinVersion": "2022-11-25",
3
+ "version": "0.2.3",
4
+ "marksmanBinVersion": "2022-12-19",
5
5
  "description": "Marksman (Markdown LSP server) extension for coc.nvim",
6
6
  "author": "yaegassy <yosstools@gmail.com>",
7
7
  "license": "MIT",
@@ -44,19 +44,19 @@
44
44
  "semi": true
45
45
  },
46
46
  "devDependencies": {
47
- "@types/node": "^16.18.3",
47
+ "@types/node": "^18.11.17",
48
48
  "@types/node-fetch": "^2.5.8",
49
49
  "@types/which": "^2.0.1",
50
- "@typescript-eslint/eslint-plugin": "^5.44.0",
51
- "@typescript-eslint/parser": "^5.44.0",
50
+ "@typescript-eslint/eslint-plugin": "^5.46.1",
51
+ "@typescript-eslint/parser": "^5.46.1",
52
52
  "coc.nvim": "^0.0.82",
53
- "esbuild": "^0.15.16",
54
- "eslint": "^8.28.0",
53
+ "esbuild": "^0.16.9",
54
+ "eslint": "^8.30.0",
55
55
  "eslint-config-prettier": "^8.5.0",
56
56
  "eslint-plugin-prettier": "^4.2.1",
57
- "prettier": "^2.8.0",
57
+ "prettier": "^2.8.1",
58
58
  "rimraf": "^3.0.2",
59
- "typescript": "^4.9.3"
59
+ "typescript": "^4.9.4"
60
60
  },
61
61
  "activationEvents": [
62
62
  "onLanguage:markdown",