Skip to content

Commit

Permalink
update dependencies and push new version
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPieper committed Jul 21, 2022
1 parent 3d30ff1 commit bfb4c0d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-read-it-later",
"name": "ReadItLater",
"version": "0.0.14",
"version": "0.0.15",
"minAppVersion": "0.9.12",
"description": "Saves the clipboard to a new notice.",
"author": "Dominik Pieper",
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "0.0.14",
"version": "0.0.15",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand All @@ -12,22 +12,22 @@
"author": "Dominik Pieper",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.3",
"@types/node": "^16.11.6",
"@types/spark-md5": "^3.0.2",
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"eslint": "8.10.0",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"eslint": "8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"isomorphic-dompurify": "^0.18.0",
"obsidian": "^0.13.23",
"prettier": "^2.5.1",
"rollup": "^2.69.0",
"tslib": "^2.3.1",
"typescript": "^4.6.2"
"eslint-plugin-prettier": "^4.2.1",
"isomorphic-dompurify": "^0.20.0",
"obsidian": "^0.15.4",
"prettier": "^2.7.1",
"rollup": "^2.77.0",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@guyplusplus/turndown-plugin-gfm": "^1.0.7",
Expand Down
2 changes: 2 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"0.0.15": "0.9.12",
"0.0.14": "0.9.12",
"0.0.13": "0.9.12",
"0.0.12": "0.9.12",
"0.0.11": "0.9.12",
Expand Down

0 comments on commit bfb4c0d

Please sign in to comment.