Skip to content

Commit 378beae

Browse files
committed
build: resolve error in build
1 parent 991fc06 commit 378beae

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

package.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"license": "ISC",
2525
"devDependencies": {
2626
"@babel/cli": "^7.23.0",
27-
"@babel/core": "^7.23.2",
27+
"@babel/core": "^7.23.3",
2828
"@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",
3232
"@rollup/plugin-babel": "^6.0.4",
3333
"@rollup/plugin-commonjs": "^25.0.7",
3434
"@rollup/plugin-eslint": "^9.0.5",
@@ -38,25 +38,25 @@
3838
"@semantic-release/changelog": "^6.0.3",
3939
"@semantic-release/exec": "^6.0.3",
4040
"@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",
4343
"babel-preset-minify": "^0.5.2",
4444
"commitizen": "^4.3.0",
4545
"conventional-changelog-conventionalcommits": "^7.0.2",
4646
"cz-conventional-changelog": "^3.3.0",
47-
"eslint": "^8.52.0",
47+
"eslint": "^8.53.0",
4848
"eslint-config-prettier": "^9.0.0",
4949
"eslint-import-resolver-typescript": "^3.6.1",
5050
"eslint-plugin-import": "^2.29.0",
5151
"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",
5454
"rollup-plugin-serve": "^2.0.2",
5555
"rollup-plugin-typescript2": "^0.36.0",
5656
"semantic-release": "^22.0.7"
5757
},
5858
"dependencies": {
59-
"@formatjs/icu-messageformat-parser": "^2.7.0",
59+
"@formatjs/icu-messageformat-parser": "^2.7.2",
6060
"@lit-labs/scoped-registry-mixin": "^1.0.3",
6161
"@lit/reactive-element": "^2.0.1",
6262
"@material/mwc-formfield": "^0.27.0",
@@ -74,13 +74,11 @@
7474
"custom-card-helpers": "^1.9.0",
7575
"dayjs": "^1.11.10",
7676
"lit": "^3.0.2",
77-
"lit-element": "^4.0.0",
7877
"npm": "^10.2.3",
7978
"typescript": "^5.2.2"
8079
},
8180
"resolutions": {
82-
"lit": "^2.2.6",
83-
"lit-element": "^3.2.0",
81+
"lit": "^3.0.2",
8482
"@lit/reactive-element": "2.0.1"
8583
},
8684
"bugs": {
@@ -115,7 +113,7 @@
115113
[
116114
"@semantic-release/exec",
117115
{
118-
"prepareCmd": "yarn install && yarn run build"
116+
"prepareCmd": "yarn run build"
119117
}
120118
],
121119
[

0 commit comments

Comments
 (0)