Skip to content

Commit

Permalink
Merge pull request #820 from dermotduffy/dep-updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
dermotduffy authored Sep 10, 2022
2 parents 1b9ad69 + 00d8958 commit cdcb53a
Show file tree
Hide file tree
Showing 2 changed files with 575 additions and 560 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,60 +15,60 @@
"author": "Dermot Duffy <[email protected]>",
"license": "MIT",
"dependencies": {
"@cycjimmy/jsmpeg-player": "^6.0.2",
"@cycjimmy/jsmpeg-player": "^6.0.4",
"@egjs/hammerjs": "^2.0.17",
"@lit-labs/task": "^1.1.1",
"@lit-labs/task": "^1.1.3",
"@types/bluebird": "^3.5.36",
"component-emitter": "^1.3.0",
"crypto": "^1.0.1",
"custom-card-helpers": "^1.9.0",
"date-fns": "^2.28.0",
"embla-carousel": "^7.0.0-rc05",
"embla-carousel-wheel-gestures": "^3.0.0-rc01",
"home-assistant-js-websocket": "^7.1.0",
"date-fns": "^2.29.2",
"embla-carousel": "^7.0.2",
"embla-carousel-wheel-gestures": "^3.0.0",
"home-assistant-js-websocket": "^8.0.0",
"keycharm": "^0.4.0",
"lit": "^2.2.5",
"lit": "^2.3.1",
"lodash-es": "^4.17.21",
"moment": "^2.29.2",
"moment": "^2.29.4",
"propagating-hammerjs": "^2.0.1",
"quick-lru": "^6.1.0",
"screenfull": "^6.0.1",
"screenfull": "^6.0.2",
"side-drawer": "^3.1.0",
"ts-toolbelt": "^9.6.0",
"uuid": "^8.3.2",
"vis-data": "^7.1.3",
"vis-timeline": "^7.5.1",
"vis-timeline": "^7.7.0",
"vis-util": "^5.0.2",
"xss": "^1.0.13",
"zod": "^3.17.3"
"xss": "^1.0.14",
"zod": "^3.19.0"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-decorators": "^7.18.2",
"@babel/core": "^7.19.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.19.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/lodash-es": "^4.17.5",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.17.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.6.0",
"rollup": "^2.75.6",
"rollup": "^2.79.0",
"rollup-plugin-git-info": "^1.0.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-serve": "^2.0.1",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"sass": "^1.52.2",
"typescript": "^4.7.4"
"rollup-plugin-typescript2": "^0.33.0",
"sass": "^1.54.9",
"typescript": "^4.8.3"
},
"scripts": {
"start": "rollup -c --watch",
Expand Down
Loading

0 comments on commit cdcb53a

Please sign in to comment.