Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2024
1 parent 83d9dc3 commit a3be253
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 41 deletions.
4 changes: 2 additions & 2 deletions apps/react-pouchdb-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/react-pouchdb-example",
"version": "0.1.125",
"version": "0.1.126",
"description": "A react app using pouchdb built in typescript",
"author": "Stan Lemon <[email protected]",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
"uuid": "^10.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.16.1",
"@types/pouchdb": "^6.4.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/app-template",
"version": "0.3.48",
"version": "0.3.49",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"react": "^18.3.1",
"react-cookie": "^7.2.0",
"react-dom": "^18.3.1",
"wouter": "^3.3.3"
"wouter": "^3.3.4"
},
"devDependencies": {
"@testing-library/react": "^16.0.0",
Expand Down
56 changes: 24 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react-couchdb-authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/react-couchdb-authentication",
"version": "0.8.142",
"version": "0.8.143",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@stanlemon/webdev": "*",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@types/async-retry": "^1.4.8",
"@types/isomorphic-fetch": "^0.0.39",
Expand Down
6 changes: 3 additions & 3 deletions packages/webdev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/webdev",
"version": "0.1.192",
"version": "0.1.193",
"description": "My typical web development setup, but without all the copy and paste.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@peculiar/webcrypto": "^1.5.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@stanlemon/eslint-config": "*",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
Expand All @@ -49,7 +49,7 @@
"react-refresh": "^0.14.2",
"style-loader": "^4.0.0",
"typescript": "^5.5.4",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
Expand Down

0 comments on commit a3be253

Please sign in to comment.