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 Sep 28, 2023
1 parent 835d1c9 commit 7a50288
Show file tree
Hide file tree
Showing 9 changed files with 206 additions and 196 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.63",
"version": "0.1.64",
"description": "A react app using pouchdb built in typescript",
"author": "Stan Lemon <[email protected]",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.17.18",
"@types/node": "^18.18.0",
"@types/pouchdb": "^6.4.0",
"@types/uuid": "^9.0.4",
"identity-obj-proxy": "^3.0.0",
Expand Down
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.2",
"version": "0.3.3",
"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.22",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"concurrently": "^8.2.1",
"supertest": "^6.3.3"
}
Expand Down
342 changes: 176 additions & 166 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.90",
"version": "0.1.91",
"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.2",
"@typescript-eslint/parser": "^6.7.2",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react": "^1.1.7",
Expand Down
12 changes: 6 additions & 6 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.76",
"version": "0.8.77",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -39,18 +39,18 @@
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/async-retry": "^1.4.6",
"@types/isomorphic-fetch": "^0.0.36",
"@types/isomorphic-fetch": "^0.0.37",
"@types/jest": "^29.5.5",
"@types/node": "^18.17.18",
"@types/node": "^18.18.0",
"@types/pouchdb": "^6.4.0",
"@types/react": "^18.2.22",
"@types/set-interval-async": "^1.0.0",
"@types/react": "^18.2.23",
"@types/set-interval-async": "^1.0.1",
"isomorphic-fetch": "^3.0.0",
"pouchdb": "^8.0.1",
"pouchdb-adapter-memory": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.1"
"rimraf": "^5.0.5"
},
"dependencies": {
"async-retry": "^1.3.3",
Expand Down
6 changes: 3 additions & 3 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.42",
"version": "0.4.43",
"description": "React components for interacting with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -35,11 +35,11 @@
"devDependencies": {
"@stanlemon/webdev": "*",
"@types/lodash-es": "^4.17.9",
"@types/node": "^18.17.18",
"@types/node": "^18.18.0",
"@types/pouchdb": "^6.4.0",
"pouchdb": "^8.0.1",
"pouchdb-adapter-memory": "^8.0.1",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"wait-for-expect": "^3.0.2"
},
"dependencies": {
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.1",
"version": "0.2.2",
"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.12",
"@types/supertest": "^2.0.13",
"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.51",
"version": "0.2.52",
"description": "A basic express web server setup.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"compression": "^1.7.4",
"dotenv": "16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^7.0.1",
"express-rate-limit": "^7.0.2",
"helmet": "^7.0.0",
"http-proxy-middleware": "^2.0.6",
"joi": "^17.10.2",
Expand Down
18 changes: 9 additions & 9 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.128",
"version": "0.1.129",
"description": "My typical web development setup, but without all the copy and paste.",
"keywords": [
"webpack",
Expand All @@ -20,21 +20,21 @@
"lint:format": "eslint --fix --ext js,jsx,ts,tsx ./"
},
"dependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.20",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@peculiar/webcrypto": "^1.4.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@stanlemon/eslint-config": "*",
"@testing-library/jest-dom": "^6.1.3",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/webpack": "^5.28.2",
"@types/webpack-env": "^1.18.1",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@types/webpack": "^5.28.3",
"@types/webpack-env": "^1.18.2",
"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.7",
"@types/react-dom": "^18.2.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 7a50288

Please sign in to comment.