Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
beta version 2.2.3
  • Loading branch information
sca075 authored Nov 26, 2023
1 parent 78c2500 commit c6dab47
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xiaomi-vacuum-map-card",
"version": "v2.2.2",
"version": "2.2.3.beta.5",
"description": "Xiaomi Vacuum Map Card",
"keywords": [
"home-assistant",
Expand All @@ -15,12 +15,13 @@
"author": "Piotr Machowski <piotr.machowski.dev@gmail.com>",
"license": "MIT",
"dependencies": {
"change-perspective": "^1.0.1",
"custom-card-helpers": "^1.9.0",
"home-assistant-js-websocket": "^8.0.1",
"lit": "^2.0.0",
"pointer-tracker": "^2.4.0",
"transformation-matrix": "^2.8.0",
"change-perspective": "^1.0.1"
"tslib": "^2.6.2"
},
"devDependencies": {
"@babel/core": "^7.15.0",
Expand All @@ -43,8 +44,8 @@
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.4.3"
"rollup-plugin-typescript2": "^0.31.0",
"typescript": "^4.9.5"
},
"scripts": {
"start": "rollup -c rollup.config.dev.js --watch",
Expand Down

0 comments on commit c6dab47

Please sign in to comment.