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 19, 2023
1 parent ce7397e commit cbcf47d
Show file tree
Hide file tree
Showing 9 changed files with 156 additions and 156 deletions.
8 changes: 4 additions & 4 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.69",
"version": "0.1.70",
"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.4",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.18.5",
"@types/pouchdb": "^6.4.0",
"@types/uuid": "^9.0.5",
"@types/node": "^18.18.6",
"@types/pouchdb": "^6.4.1",
"@types/uuid": "^9.0.6",
"identity-obj-proxy": "^3.0.0",
"pouchdb-adapter-memory": "^8.0.1"
}
Expand Down
8 changes: 4 additions & 4 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.7",
"version": "0.3.8",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -27,9 +27,9 @@
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"concurrently": "^8.2.1",
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.14",
"concurrently": "^8.2.2",
"supertest": "^6.3.3"
}
}
244 changes: 122 additions & 122 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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.95",
"version": "0.1.96",
"description": "My typical eslint setup, but without all the copy and paste.",
"keywords": [
"eslint"
Expand All @@ -17,8 +17,8 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.22.15",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react": "^1.1.7",
Expand Down
16 changes: 8 additions & 8 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.83",
"version": "0.8.84",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -38,13 +38,13 @@
"@stanlemon/webdev": "*",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/async-retry": "^1.4.6",
"@types/isomorphic-fetch": "^0.0.37",
"@types/jest": "^29.5.5",
"@types/node": "^18.18.5",
"@types/pouchdb": "^6.4.0",
"@types/react": "^18.2.28",
"@types/set-interval-async": "^1.0.1",
"@types/async-retry": "^1.4.7",
"@types/isomorphic-fetch": "^0.0.38",
"@types/jest": "^29.5.6",
"@types/node": "^18.18.6",
"@types/pouchdb": "^6.4.1",
"@types/react": "^18.2.29",
"@types/set-interval-async": "^1.0.2",
"isomorphic-fetch": "^3.0.0",
"pouchdb": "^8.0.1",
"pouchdb-adapter-memory": "^8.0.1",
Expand Down
8 changes: 4 additions & 4 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.47",
"version": "0.4.48",
"description": "React components for interacting with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"devDependencies": {
"@stanlemon/webdev": "*",
"@types/lodash-es": "^4.17.9",
"@types/node": "^18.18.5",
"@types/pouchdb": "^6.4.0",
"@types/lodash-es": "^4.17.10",
"@types/node": "^18.18.6",
"@types/pouchdb": "^6.4.1",
"pouchdb": "^8.0.1",
"pouchdb-adapter-memory": "^8.0.1",
"rimraf": "^5.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/server-with-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/server-with-auth",
"version": "0.2.4",
"version": "0.2.5",
"description": "A basic express web server setup with authentication baked in.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@stanlemon/eslint-config": "*",
"@types/supertest": "^2.0.14",
"@types/supertest": "^2.0.15",
"nodemon": "^3.0.1",
"supertest": "^6.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/server",
"version": "0.2.54",
"version": "0.2.55",
"description": "A basic express web server setup.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@stanlemon/eslint-config": "*",
"@types/lodash": "^4.14.199",
"@types/lodash": "^4.14.200",
"nodemon": "^3.0.1"
}
}
14 changes: 7 additions & 7 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.134",
"version": "0.1.135",
"description": "My typical web development setup, but without all the copy and paste.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -30,11 +30,11 @@
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@stanlemon/eslint-config": "*",
"@testing-library/jest-dom": "^6.1.4",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/webpack": "^5.28.3",
"@types/webpack-env": "^1.18.2",
"@types/jest": "^29.5.6",
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.14",
"@types/webpack": "^5.28.4",
"@types/webpack-env": "^1.18.3",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
Expand All @@ -55,7 +55,7 @@
"webpack-dev-server": "^4.15.1"
},
"devDependencies": {
"@types/react-dom": "^18.2.13",
"@types/react-dom": "^18.2.14",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit cbcf47d

Please sign in to comment.