Skip to content

Commit

Permalink
chore(deps): update third-party dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
THeK3nger committed Jan 18, 2022
1 parent 19b4f8d commit 9f97608
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obsidian-chessboard",
"author": "Davide Aversa <thek3nger@gmail.com>",
"version": "0.3.0",
"version": "0.5.0",
"description": "Rendering engine for chessboards in Obsidian",
"main": "main.js",
"scripts": {
Expand All @@ -13,14 +13,14 @@
],
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-legacy": "^2.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"@types/node": "^15.0.2",
"obsidian": "^0.12.2",
"rollup": "^2.47.0",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-legacy": "^2.2.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"@types/node": "^17.0.9",
"obsidian": "^0.13.21",
"rollup": "^2.64.0",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
}
}

0 comments on commit 9f97608

Please sign in to comment.