Skip to content

Commit

Permalink
fix(deps): update dependencies (#184)
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 1, 2024
1 parent 44baa24 commit 5954858
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 180 deletions.
6 changes: 3 additions & 3 deletions apps/lit-override/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lit-override",
"private": true,
"version": "2.1.0",
"version": "2.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@waldronmatt/lit-override": "workspace:*",
"lit": "3.1.2",
"lit-html": "3.1.2"
"lit": "3.1.3",
"lit-html": "3.1.3"
}
}
4 changes: 2 additions & 2 deletions configs/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "jest-config",
"version": "1.1.30",
"version": "1.1.31",
"private": true,
"license": "MIT",
"scripts": {
"lint": "eslint . --ext cjs --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.2"
"ts-jest": "29.1.4"
},
"devDependencies": {
"eslint": "8.57.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "groundwork",
"description": "A monorepo boilerplate using pnpm, nx, and lerna-lite.",
"version": "0.0.9",
"version": "0.0.10",
"type": "module",
"private": true,
"author": "Matthew Waldron",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@lerna-lite/list": "3.3.1",
"@lerna-lite/publish": "3.3.1",
"@lerna-lite/version": "3.3.1",
"@manypkg/cli": "0.21.3",
"@manypkg/cli": "0.21.4",
"@nrwl/cli": "15.9.3",
"@nrwl/nx-cloud": "18.0.1",
"@secretlint/secretlint-rule-preset-recommend": "8.1.2",
Expand All @@ -58,14 +58,14 @@
"execa": "8.0.1",
"husky": "9.0.11",
"knip": "4.6.0",
"lint-staged": "15.2.2",
"lint-staged": "15.2.5",
"npm-run-all2": "6.1.2",
"nx": "17.3.2",
"prettier": "3.2.5",
"publint": "0.2.7",
"publint": "0.2.8",
"secretlint": "8.1.2",
"syncpack": "12.3.0",
"typescript": "5.4.3"
"syncpack": "12.3.2",
"typescript": "5.4.5"
},
"manypkg": {
"ignoredRules": [
Expand Down
Loading

0 comments on commit 5954858

Please sign in to comment.