Update all non-major dependencies

This commit is contained in:
Felipe Santos
2024-06-11 16:55:16 -03:00
parent 38d3fa358a
commit 321bb6fd14
2 changed files with 547 additions and 230 deletions
+32 -32
View File
@@ -15,74 +15,74 @@
"author": "Dermot Duffy <dermot.duffy@gmail.com>",
"license": "MIT",
"dependencies": {
"@cycjimmy/jsmpeg-player": "^6.0.4",
"@cycjimmy/jsmpeg-player": "^6.0.5",
"@dermotduffy/custom-card-helpers": "^1.9.0",
"@dermotduffy/panzoom": "^4.5.1",
"@egjs/hammerjs": "^2.0.17",
"@graphiteds/core": "^1.9.11",
"@graphiteds/core": "^1.9.21",
"@lit-labs/scoped-registry-mixin": "^1.0.3",
"@lit-labs/task": "^1.1.3",
"@types/bluebird": "^3.5.36",
"component-emitter": "^1.3.0",
"@types/bluebird": "^3.5.42",
"component-emitter": "^1.3.1",
"crypto": "^1.0.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"embla-carousel": "8.0.0-rc14",
"embla-carousel-wheel-gestures": "8.0.0-rc04",
"home-assistant-js-websocket": "^8.0.0",
"embla-carousel": "^8.1.4",
"embla-carousel-wheel-gestures": "^8.0.1",
"home-assistant-js-websocket": "^8.2.0",
"keycharm": "^0.4.0",
"lit": "^3.1.2",
"lit": "^3.1.4",
"lodash-es": "^4.17.21",
"masonry-layout": "^4.2.2",
"moment": "^2.29.4",
"moment": "^2.30.1",
"p-queue": "^8.0.1",
"propagating-hammerjs": "^2.0.1",
"quick-lru": "^6.1.0",
"quick-lru": "^6.1.2",
"screenfull": "^6.0.2",
"side-drawer": "^3.1.0",
"uuid": "^8.3.2",
"vis-data": "^7.1.9",
"vis-timeline": "^7.7.3",
"vis-util": "^5.0.2",
"vis-util": "^5.0.7",
"web-dialog": "^0.0.11",
"xss": "^1.0.14",
"zod": "^3.21.4"
"xss": "^1.0.15",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.19.0",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^11.1.6",
"@types/lodash-es": "^4.17.5",
"@types/masonry-layout": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@types/lodash-es": "^4.17.12",
"@types/masonry-layout": "^4.2.8",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitest/coverage-istanbul": "^1.6.0",
"docsify-cli": "^4.4.4",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.25.4",
"jsdom": "^21.1.1",
"markdown-link-check": "^3.12.1",
"prettier": "^3.3.1",
"rollup": "^2.79.0",
"eslint-plugin-import": "^2.29.1",
"jsdom": "^21.1.2",
"markdown-link-check": "^3.12.2",
"prettier": "^3.3.2",
"rollup": "^2.79.1",
"rollup-plugin-git-info": "^1.0.0",
"rollup-plugin-serve": "^2.0.1",
"rollup-plugin-serve": "^2.0.3",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.8.2",
"sass": "^1.54.9",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.4",
"ts-prune": "^0.10.3",
"type-fest": "^4.18.0",
"type-fest": "^4.20.0",
"typescript": "^5.4.5",
"vitest": "^1.5.0",
"vitest": "^1.6.0",
"vitest-mock-extended": "^1.3.1"
},
"scripts": {
@@ -101,7 +101,7 @@
"coverage": "vitest run --coverage"
},
"volta": {
"node": "20.12.2",
"yarn": "4.1.1"
"node": "20.14.0",
"yarn": "4.3.0"
}
}
+515 -198
View File
File diff suppressed because it is too large Load Diff