Skip to content

Commit a3be253

Browse files
Update all non-major dependencies
1 parent 83d9dc3 commit a3be253

File tree

5 files changed

+33
-41
lines changed

5 files changed

+33
-41
lines changed

apps/react-pouchdb-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-pouchdb-example",
3-
"version": "0.1.125",
3+
"version": "0.1.126",
44
"description": "A react app using pouchdb built in typescript",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
66
"license": "MIT",
@@ -32,7 +32,7 @@
3232
"uuid": "^10.0.0"
3333
},
3434
"devDependencies": {
35-
"@testing-library/jest-dom": "^6.4.8",
35+
"@testing-library/jest-dom": "^6.5.0",
3636
"@testing-library/react": "^16.0.0",
3737
"@types/node": "^20.16.1",
3838
"@types/pouchdb": "^6.4.2",

apps/template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/app-template",
3-
"version": "0.3.48",
3+
"version": "0.3.49",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
"react": "^18.3.1",
2727
"react-cookie": "^7.2.0",
2828
"react-dom": "^18.3.1",
29-
"wouter": "^3.3.3"
29+
"wouter": "^3.3.4"
3030
},
3131
"devDependencies": {
3232
"@testing-library/react": "^16.0.0",

package-lock.json

Lines changed: 24 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-couchdb-authentication/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-couchdb-authentication",
3-
"version": "0.8.142",
3+
"version": "0.8.143",
44
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
55
"keywords": [
66
"react",
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@stanlemon/webdev": "*",
39-
"@testing-library/jest-dom": "^6.4.8",
39+
"@testing-library/jest-dom": "^6.5.0",
4040
"@testing-library/react": "^16.0.0",
4141
"@types/async-retry": "^1.4.8",
4242
"@types/isomorphic-fetch": "^0.0.39",

packages/webdev/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/webdev",
3-
"version": "0.1.192",
3+
"version": "0.1.193",
44
"description": "My typical web development setup, but without all the copy and paste.",
55
"keywords": [
66
"webpack",
@@ -29,7 +29,7 @@
2929
"@peculiar/webcrypto": "^1.5.0",
3030
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
3131
"@stanlemon/eslint-config": "*",
32-
"@testing-library/jest-dom": "^6.4.8",
32+
"@testing-library/jest-dom": "^6.5.0",
3333
"@types/jest": "^29.5.12",
3434
"@types/react": "^18.3.4",
3535
"@types/react-dom": "^18.3.0",
@@ -49,7 +49,7 @@
4949
"react-refresh": "^0.14.2",
5050
"style-loader": "^4.0.0",
5151
"typescript": "^5.5.4",
52-
"webpack": "^5.93.0",
52+
"webpack": "^5.94.0",
5353
"webpack-bundle-analyzer": "^4.10.2",
5454
"webpack-cli": "^5.1.4",
5555
"webpack-dev-server": "^5.0.4"

0 commit comments

Comments
 (0)