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 Oct 5, 2023
1 parent d073085 commit db26809
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 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.4",
"version": "0.3.5",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -27,8 +27,8 @@
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.9",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"concurrently": "^8.2.1",
"supertest": "^6.3.3"
}
Expand Down
30 changes: 15 additions & 15 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.79",
"version": "0.8.80",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@types/jest": "^29.5.5",
"@types/node": "^18.18.3",
"@types/pouchdb": "^6.4.0",
"@types/react": "^18.2.24",
"@types/react": "^18.2.25",
"@types/set-interval-async": "^1.0.1",
"isomorphic-fetch": "^3.0.0",
"pouchdb": "^8.0.1",
Expand Down
8 changes: 4 additions & 4 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.130",
"version": "0.1.131",
"description": "My typical web development setup, but without all the copy and paste.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@stanlemon/eslint-config": "*",
"@testing-library/jest-dom": "^6.1.3",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.9",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@types/webpack": "^5.28.3",
"@types/webpack-env": "^1.18.2",
"babel-jest": "^29.7.0",
Expand All @@ -55,7 +55,7 @@
"webpack-dev-server": "^4.15.1"
},
"devDependencies": {
"@types/react-dom": "^18.2.9",
"@types/react-dom": "^18.2.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit db26809

Please sign in to comment.