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 7, 2023
1 parent db26809 commit 5837bad
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 47 deletions.
6 changes: 3 additions & 3 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.66",
"version": "0.1.67",
"description": "A react app using pouchdb built in typescript",
"author": "Stan Lemon <[email protected]",
"license": "MIT",
Expand Down Expand Up @@ -34,9 +34,9 @@
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.18.3",
"@types/node": "^18.18.4",
"@types/pouchdb": "^6.4.0",
"@types/uuid": "^9.0.4",
"@types/uuid": "^9.0.5",
"identity-obj-proxy": "^3.0.0",
"pouchdb-adapter-memory": "^8.0.1"
}
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.5",
"version": "0.3.6",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@types/react-dom": "^18.2.11",
"concurrently": "^8.2.1",
"supertest": "^6.3.3"
}
Expand Down
66 changes: 33 additions & 33 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/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/eslint-config",
"version": "0.1.93",
"version": "0.1.94",
"description": "My typical eslint setup, but without all the copy and paste.",
"keywords": [
"eslint"
Expand All @@ -19,7 +19,7 @@
"@babel/eslint-parser": "^7.22.15",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react": "^1.1.7",
"eslint-config-typescript": "^3.0.0",
Expand Down
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.80",
"version": "0.8.81",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@types/async-retry": "^1.4.6",
"@types/isomorphic-fetch": "^0.0.37",
"@types/jest": "^29.5.5",
"@types/node": "^18.18.3",
"@types/node": "^18.18.4",
"@types/pouchdb": "^6.4.0",
"@types/react": "^18.2.25",
"@types/set-interval-async": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-pouchdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/react-pouchdb",
"version": "0.4.45",
"version": "0.4.46",
"description": "React components for interacting with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@stanlemon/webdev": "*",
"@types/lodash-es": "^4.17.9",
"@types/node": "^18.18.3",
"@types/node": "^18.18.4",
"@types/pouchdb": "^6.4.0",
"pouchdb": "^8.0.1",
"pouchdb-adapter-memory": "^8.0.1",
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.131",
"version": "0.1.132",
"description": "My typical web development setup, but without all the copy and paste.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@testing-library/jest-dom": "^6.1.3",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@types/react-dom": "^18.2.11",
"@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.10",
"@types/react-dom": "^18.2.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 5837bad

Please sign in to comment.