# HG changeset patch # User Ludovic Chabant # Date 1696265487 25200 # Node ID 6e0595be7c0ef9db21ffea144b5b367d1bfa1d56 # Parent bdaa6e2c18d6100ca9e60aa49805977136a91e42 Update dependencies versions. diff -r bdaa6e2c18d6 -r 6e0595be7c0e package.json --- a/package.json Mon Oct 02 09:50:53 2023 -0700 +++ b/package.json Mon Oct 02 09:51:27 2023 -0700 @@ -14,17 +14,17 @@ "license": "MIT", "devDependencies": { "@codemirror/history": "^0.19.0", - "@codemirror/state": "^0.19.6", - "@codemirror/view": "^0.19.36", + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.0.0", "@types/node": "^16.11.6", - "@typescript-eslint/eslint-plugin": "^5.2.0", - "@typescript-eslint/parser": "^5.2.0", - "builtin-modules": "^3.2.0", - "esbuild": "0.13.12", + "@typescript-eslint/eslint-plugin": "^5.29.0", + "@typescript-eslint/parser": "^5.29.0", + "builtin-modules": "^3.3.0", + "esbuild": "0.17.3", "monkey-around": "^2.2.0", "obsidian": "latest", - "tslib": "2.3.1", - "typescript": "4.4.4" + "tslib": "2.4.0", + "typescript": "4.7.4" }, "dependencies": {} }