Skip to content

Commit 83d9dc3

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

File tree

9 files changed

+147
-182
lines changed

9 files changed

+147
-182
lines changed

apps/hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/hello-world",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "A hello world example using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -17,7 +17,7 @@
1717
"react-dom": "^18.3.1"
1818
},
1919
"devDependencies": {
20-
"@types/react": "^18.3.3",
20+
"@types/react": "^18.3.4",
2121
"@types/react-dom": "^18.3.0"
2222
}
2323
}

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.124",
3+
"version": "0.1.125",
44
"description": "A react app using pouchdb built in typescript",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
66
"license": "MIT",
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@testing-library/jest-dom": "^6.4.8",
3636
"@testing-library/react": "^16.0.0",
37-
"@types/node": "^20.15.0",
37+
"@types/node": "^20.16.1",
3838
"@types/pouchdb": "^6.4.2",
3939
"@types/uuid": "^10.0.0",
4040
"identity-obj-proxy": "^3.0.0",

apps/template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/app-template",
3-
"version": "0.3.47",
3+
"version": "0.3.48",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -26,12 +26,12 @@
2626
"react": "^18.3.1",
2727
"react-cookie": "^7.2.0",
2828
"react-dom": "^18.3.1",
29-
"wouter": "^3.3.1"
29+
"wouter": "^3.3.3"
3030
},
3131
"devDependencies": {
3232
"@testing-library/react": "^16.0.0",
3333
"@testing-library/user-event": "^14.5.2",
34-
"@types/react": "^18.3.3",
34+
"@types/react": "^18.3.4",
3535
"@types/react-dom": "^18.3.0",
3636
"concurrently": "^8.2.2",
3737
"supertest": "^7.0.0"

0 commit comments

Comments
 (0)