|
24 | 24 | "license": "ISC",
|
25 | 25 | "devDependencies": {
|
26 | 26 | "@babel/cli": "^7.23.0",
|
27 |
| - "@babel/core": "^7.23.2", |
| 27 | + "@babel/core": "^7.23.3", |
28 | 28 | "@babel/plugin-proposal-class-properties": "^7.18.6",
|
29 |
| - "@babel/plugin-proposal-decorators": "^7.23.2", |
30 |
| - "@babel/plugin-transform-template-literals": "^7.22.5", |
31 |
| - "@babel/preset-env": "^7.23.2", |
| 29 | + "@babel/plugin-proposal-decorators": "^7.23.3", |
| 30 | + "@babel/plugin-transform-template-literals": "^7.23.3", |
| 31 | + "@babel/preset-env": "^7.23.3", |
32 | 32 | "@rollup/plugin-babel": "^6.0.4",
|
33 | 33 | "@rollup/plugin-commonjs": "^25.0.7",
|
34 | 34 | "@rollup/plugin-eslint": "^9.0.5",
|
|
38 | 38 | "@semantic-release/changelog": "^6.0.3",
|
39 | 39 | "@semantic-release/exec": "^6.0.3",
|
40 | 40 | "@semantic-release/git": "^10.0.1",
|
41 |
| - "@typescript-eslint/eslint-plugin": "^6.9.1", |
42 |
| - "@typescript-eslint/parser": "^6.9.1", |
| 41 | + "@typescript-eslint/eslint-plugin": "^6.11.0", |
| 42 | + "@typescript-eslint/parser": "^6.11.0", |
43 | 43 | "babel-preset-minify": "^0.5.2",
|
44 | 44 | "commitizen": "^4.3.0",
|
45 | 45 | "conventional-changelog-conventionalcommits": "^7.0.2",
|
46 | 46 | "cz-conventional-changelog": "^3.3.0",
|
47 |
| - "eslint": "^8.52.0", |
| 47 | + "eslint": "^8.53.0", |
48 | 48 | "eslint-config-prettier": "^9.0.0",
|
49 | 49 | "eslint-import-resolver-typescript": "^3.6.1",
|
50 | 50 | "eslint-plugin-import": "^2.29.0",
|
51 | 51 | "eslint-plugin-prettier": "^5.0.1",
|
52 |
| - "prettier": "^3.0.3", |
53 |
| - "rollup": "^4.3.0", |
| 52 | + "prettier": "^3.1.0", |
| 53 | + "rollup": "^4.4.0", |
54 | 54 | "rollup-plugin-serve": "^2.0.2",
|
55 | 55 | "rollup-plugin-typescript2": "^0.36.0",
|
56 | 56 | "semantic-release": "^22.0.7"
|
57 | 57 | },
|
58 | 58 | "dependencies": {
|
59 |
| - "@formatjs/icu-messageformat-parser": "^2.7.0", |
| 59 | + "@formatjs/icu-messageformat-parser": "^2.7.2", |
60 | 60 | "@lit-labs/scoped-registry-mixin": "^1.0.3",
|
61 | 61 | "@lit/reactive-element": "^2.0.1",
|
62 | 62 | "@material/mwc-formfield": "^0.27.0",
|
|
74 | 74 | "custom-card-helpers": "^1.9.0",
|
75 | 75 | "dayjs": "^1.11.10",
|
76 | 76 | "lit": "^3.0.2",
|
77 |
| - "lit-element": "^4.0.0", |
78 | 77 | "npm": "^10.2.3",
|
79 | 78 | "typescript": "^5.2.2"
|
80 | 79 | },
|
81 | 80 | "resolutions": {
|
82 |
| - "lit": "^2.2.6", |
83 |
| - "lit-element": "^3.2.0", |
| 81 | + "lit": "^3.0.2", |
84 | 82 | "@lit/reactive-element": "2.0.1"
|
85 | 83 | },
|
86 | 84 | "bugs": {
|
|
115 | 113 | [
|
116 | 114 | "@semantic-release/exec",
|
117 | 115 | {
|
118 |
| - "prepareCmd": "yarn install && yarn run build" |
| 116 | + "prepareCmd": "yarn run build" |
119 | 117 | }
|
120 | 118 | ],
|
121 | 119 | [
|
|
0 commit comments