Skip to content

Commit

Permalink
build: resolve error in build
Browse files Browse the repository at this point in the history
  • Loading branch information
marksie1988 committed Nov 13, 2023
1 parent 991fc06 commit 378beae
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/plugin-transform-template-literals": "^7.22.5",
"@babel/preset-env": "^7.23.2",
"@babel/plugin-proposal-decorators": "^7.23.3",
"@babel/plugin-transform-template-literals": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-eslint": "^9.0.5",
Expand All @@ -38,25 +38,25 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"babel-preset-minify": "^0.5.2",
"commitizen": "^4.3.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"rollup": "^4.3.0",
"prettier": "^3.1.0",
"rollup": "^4.4.0",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"semantic-release": "^22.0.7"
},
"dependencies": {
"@formatjs/icu-messageformat-parser": "^2.7.0",
"@formatjs/icu-messageformat-parser": "^2.7.2",
"@lit-labs/scoped-registry-mixin": "^1.0.3",
"@lit/reactive-element": "^2.0.1",
"@material/mwc-formfield": "^0.27.0",
Expand All @@ -74,13 +74,11 @@
"custom-card-helpers": "^1.9.0",
"dayjs": "^1.11.10",
"lit": "^3.0.2",
"lit-element": "^4.0.0",
"npm": "^10.2.3",
"typescript": "^5.2.2"
},
"resolutions": {
"lit": "^2.2.6",
"lit-element": "^3.2.0",
"lit": "^3.0.2",
"@lit/reactive-element": "2.0.1"
},
"bugs": {
Expand Down Expand Up @@ -115,7 +113,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "yarn install && yarn run build"
"prepareCmd": "yarn run build"
}
],
[
Expand Down

0 comments on commit 378beae

Please sign in to comment.