Skip to content

Commit

Permalink
fix(deps): update dependencies (#201)
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 Jul 1, 2024
1 parent b713cff commit 6f76d97
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 275 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.2",
"version": "2.1.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@waldronmatt/lit-override": "workspace:*",
"lit": "3.1.3",
"lit-html": "3.1.3"
"lit": "3.1.4",
"lit-html": "3.1.4"
}
}
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.32",
"version": "1.1.33",
"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.4"
"ts-jest": "29.1.5"
},
"devDependencies": {
"eslint": "8.57.0",
Expand Down
8 changes: 4 additions & 4 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.14",
"version": "0.0.15",
"type": "module",
"private": true,
"author": "Matthew Waldron",
Expand Down Expand Up @@ -54,19 +54,19 @@
"@nrwl/cli": "15.9.3",
"@nrwl/nx-cloud": "18.0.1",
"@secretlint/secretlint-rule-preset-recommend": "8.2.4",
"@types/node": "20.12.12",
"@types/node": "20.12.14",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"execa": "8.0.1",
"husky": "9.0.11",
"knip": "4.6.0",
"lint-staged": "15.2.5",
"lint-staged": "15.2.7",
"npm-run-all2": "6.2.0",
"nx": "17.3.2",
"prettier": "3.2.5",
"publint": "0.2.8",
"secretlint": "8.2.4",
"syncpack": "12.3.2",
"syncpack": "12.3.3",
"typescript": "5.4.5"
},
"manypkg": {
Expand Down
Loading

0 comments on commit 6f76d97

Please sign in to comment.