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 Jul 15, 2023
1 parent 1453db4 commit f898169
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 63 deletions.
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.2.45",
"version": "0.2.46",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.2.14",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"supertest": "^6.3.3"
}
Expand Down
100 changes: 48 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.70",
"version": "0.1.71",
"description": "My typical eslint setup, but without all the copy and paste.",
"keywords": [
"eslint"
Expand All @@ -19,11 +19,11 @@
"@babel/eslint-parser": "^7.22.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest-dom": "^5.0.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
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.59",
"version": "0.8.60",
"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.3",
"@types/node": "^18.16.19",
"@types/pouchdb": "^6.4.0",
"@types/react": "^18.2.14",
"@types/react": "^18.2.15",
"@types/set-interval-async": "^1.0.0",
"isomorphic-fetch": "^3.0.0",
"pouchdb": "^8.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.28",
"version": "0.4.29",
"description": "React components for interacting with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@stanlemon/webdev": "*",
"@types/lodash-es": "^4.17.7",
"@types/lodash-es": "^4.17.8",
"@types/node": "^18.16.19",
"@types/pouchdb": "^6.4.0",
"pouchdb": "^8.0.1",
Expand Down
Loading

0 comments on commit f898169

Please sign in to comment.