Skip to content

Commit e7904d6

Browse files
Update all non-major dependencies
1 parent 258447d commit e7904d6

File tree

8 files changed

+94
-117
lines changed

8 files changed

+94
-117
lines changed

apps/react-pouchdb-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-pouchdb-example",
3-
"version": "0.1.118",
3+
"version": "0.1.119",
44
"description": "A react app using pouchdb built in typescript",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
66
"license": "MIT",
@@ -32,9 +32,9 @@
3232
"uuid": "^10.0.0"
3333
},
3434
"devDependencies": {
35-
"@testing-library/jest-dom": "^6.4.6",
35+
"@testing-library/jest-dom": "^6.4.8",
3636
"@testing-library/react": "^16.0.0",
37-
"@types/node": "^20.14.11",
37+
"@types/node": "^20.14.12",
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: 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.46",
3+
"version": "0.3.47",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -24,7 +24,7 @@
2424
"@stanlemon/server-with-auth": "*",
2525
"@stanlemon/webdev": "*",
2626
"react": "^18.3.1",
27-
"react-cookie": "^7.1.4",
27+
"react-cookie": "^7.2.0",
2828
"react-dom": "^18.3.1",
2929
"wouter": "^3.3.1"
3030
},

0 commit comments

Comments
 (0)