Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#406)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 9, 2024
1 parent 7026397 commit a8c1e1b
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 288 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@lerna-lite/cli": "^3.4.0",
"@lerna-lite/publish": "^3.4.0",
"@lerna-lite/run": "^3.4.0",
"@lerna-lite/cli": "^3.5.1",
"@lerna-lite/publish": "^3.5.1",
"@lerna-lite/run": "^3.5.1",
"@open-wc/eslint-config": "^12.0.3",
"@sapphire/eslint-config": "^5.0.4",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^20.13.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -43,11 +43,11 @@
"lint-staged": "^15.2.5",
"markdown-toc": "^1.2.0",
"npm-run-all2": "^6.2.0",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"react": "^18.3.1",
"rimraf": "^5.0.7",
"tslib": "^2.6.2",
"tsup": "^8.0.2",
"tslib": "^2.6.3",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
},
"resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
"format": "prettier . --write --ignore-path ../../.prettierignore"
},
"dependencies": {
"@lit/context": "^1.1.1",
"@lit/context": "^1.1.2",
"@open-wc/lit-helpers": "^0.7.0",
"lit": "^3.1.3"
"lit": "^3.1.4"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.10.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/react": "^18.3.3",
"colorette": "^2.0.20",
"rimraf": "^5.0.7",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit a8c1e1b

Please sign in to comment.