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] committed Sep 26, 2024
1 parent c923010 commit a4f6b6c
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions apps/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/hello-world",
"version": "0.1.17",
"version": "0.1.18",
"description": "A hello world example using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.8",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0"
}
}
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.129",
"version": "0.1.130",
"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.5.0",
"@testing-library/react": "^16.0.1",
"@types/node": "^20.16.5",
"@types/node": "^20.16.9",
"@types/pouchdb": "^6.4.2",
"@types/uuid": "^10.0.0",
"identity-obj-proxy": "^3.0.0",
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.54",
"version": "0.3.55",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.8",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"concurrently": "^9.0.1",
"supertest": "^7.0.0"
Expand Down
56 changes: 28 additions & 28 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/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.149",
"version": "0.8.150",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -41,9 +41,9 @@
"@types/async-retry": "^1.4.8",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.5",
"@types/node": "^20.16.9",
"@types/pouchdb": "^6.4.2",
"@types/react": "^18.3.8",
"@types/react": "^18.3.9",
"@types/set-interval-async": "^1.0.3",
"isomorphic-fetch": "^3.0.0",
"pouchdb": "^9.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.95",
"version": "0.4.96",
"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.12",
"@types/node": "^20.16.5",
"@types/node": "^20.16.9",
"@types/pouchdb": "^6.4.2",
"pouchdb": "^9.0.0",
"pouchdb-adapter-memory": "^9.0.0",
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.3.25",
"version": "0.3.26",
"description": "A basic express web server setup.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@stanlemon/eslint-config": "*",
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.9",
"nodemon": "^3.1.7"
}
}
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.198",
"version": "0.1.199",
"description": "My typical web development setup, but without all the copy and paste.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@stanlemon/eslint-config": "*",
"@testing-library/jest-dom": "^6.5.0",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.8",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/webpack": "^5.28.5",
"@types/webpack-env": "^1.18.5",
Expand All @@ -49,7 +49,7 @@
"react-refresh": "^0.14.2",
"style-loader": "^4.0.0",
"typescript": "^5.6.2",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
Expand Down

0 comments on commit a4f6b6c

Please sign in to comment.