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 7, 2023
1 parent b841cdf commit c533abc
Show file tree
Hide file tree
Showing 7 changed files with 566 additions and 566 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.59",
"version": "0.1.60",
"description": "A react app using pouchdb built in typescript",
"author": "Stan Lemon <[email protected]",
"license": "MIT",
Expand Down Expand Up @@ -32,9 +32,9 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.17.13",
"@types/node": "^18.17.14",
"@types/pouchdb": "^6.4.0",
"@types/uuid": "^9.0.3",
"identity-obj-proxy": "^3.0.0",
Expand Down
1,088 changes: 544 additions & 544 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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.84",
"version": "0.1.85",
"description": "My typical eslint setup, but without all the copy and paste.",
"keywords": [
"eslint"
Expand All @@ -16,9 +16,9 @@
"lint:format": "eslint --fix --ext js,jsx,ts,tsx ./"
},
"dependencies": {
"@babel/eslint-parser": "^7.22.11",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@babel/eslint-parser": "^7.22.15",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
Expand Down
6 changes: 3 additions & 3 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.71",
"version": "0.8.72",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -36,12 +36,12 @@
},
"devDependencies": {
"@stanlemon/webdev": "*",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/async-retry": "^1.4.5",
"@types/isomorphic-fetch": "^0.0.36",
"@types/jest": "^29.5.4",
"@types/node": "^18.17.13",
"@types/node": "^18.17.14",
"@types/pouchdb": "^6.4.0",
"@types/react": "^18.2.21",
"@types/set-interval-async": "^1.0.0",
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.38",
"version": "0.4.39",
"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.17.13",
"@types/node": "^18.17.14",
"@types/pouchdb": "^6.4.0",
"pouchdb": "^8.0.1",
"pouchdb-adapter-memory": "^8.0.1",
Expand Down
6 changes: 3 additions & 3 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.45",
"version": "0.2.46",
"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": "^6.10.0",
"express-rate-limit": "^6.11.0",
"helmet": "^7.0.0",
"http-proxy-middleware": "^2.0.6",
"joi": "^17.10.1",
Expand All @@ -33,7 +33,7 @@
},
"devDependencies": {
"@stanlemon/eslint-config": "*",
"@types/lodash": "^4.14.197",
"@types/lodash": "^4.14.198",
"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.122",
"version": "0.1.123",
"description": "My typical web development setup, but without all the copy and paste.",
"keywords": [
"webpack",
Expand All @@ -20,16 +20,16 @@
"lint:format": "eslint --fix --ext js,jsx,ts,tsx ./"
},
"dependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.11",
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.15",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.22.14",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.11",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@peculiar/webcrypto": "^1.4.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@stanlemon/eslint-config": "*",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/jest-dom": "^6.1.3",
"@types/jest": "^29.5.4",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
Expand Down

0 comments on commit c533abc

Please sign in to comment.