Skip to content

Commit 7bca169

Browse files
Update all non-major dependencies
1 parent dd01655 commit 7bca169

File tree

7 files changed

+324
-320
lines changed

7 files changed

+324
-320
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.3.28",
3+
"version": "0.3.29",
44
"description": "A react app using pouchdb built in typescript",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
66
"license": "MIT",
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@fortawesome/fontawesome-svg-core": "^6.7.2",
2626
"@fortawesome/free-solid-svg-icons": "^6.7.2",
27-
"@fortawesome/react-fontawesome": "^0.2.2",
27+
"@fortawesome/react-fontawesome": "^0.2.3",
2828
"@stanlemon/react-couchdb-authentication": "*",
2929
"@stanlemon/react-pouchdb": "*",
3030
"@stanlemon/webdev": "*",

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.4.8",
3+
"version": "0.4.9",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -37,8 +37,8 @@
3737
"@types/jest": "^29.5.14",
3838
"@types/react": "^19.1.0",
3939
"@types/react-dom": "^19.1.0",
40-
"concurrently": "^9.1.2",
40+
"concurrently": "^9.2.0",
4141
"nodemon": "^3.1.10",
42-
"supertest": "^7.1.1"
42+
"supertest": "^7.1.4"
4343
}
4444
}

0 commit comments

Comments
 (0)