Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marksie1988 committed Sep 12, 2023
1 parent f9c87b8 commit 0f786af
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 259 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"author": "Steven Marks",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.11",
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.17",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.10",
"@babel/plugin-proposal-decorators": "^7.22.15",
"@babel/plugin-transform-template-literals": "^7.22.5",
"@babel/preset-env": "^7.22.14",
"@babel/preset-env": "^7.22.15",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-eslint": "^9.0.4",
Expand All @@ -38,23 +38,23 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"babel-preset-minify": "^0.5.2",
"commitizen": "^4.3.0",
"conventional-changelog-conventionalcommits": "^7.0.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3",
"rollup": "^3.28.1",
"rollup": "^3.29.1",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-typescript2": "^0.35.0",
"semantic-release": "^21.1.1"
},
"dependencies": {
"@formatjs/icu-messageformat-parser": "^2.6.0",
"@formatjs/icu-messageformat-parser": "^2.6.2",
"@lit-labs/scoped-registry-mixin": "^1.0.1",
"@lit/reactive-element": "^1.6.3",
"@material/mwc-formfield": "^0.27.0",
Expand All @@ -73,7 +73,7 @@
"dayjs": "^1.11.9",
"lit": "^2.8.0",
"lit-element": "^3.3.3",
"npm": "^10.0.0",
"npm": "^10.1.0",
"typescript": "^5.2.2"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 0f786af

Please sign in to comment.