Skip to content

Commit 72c9000

Browse files
Update all non-major dependencies
1 parent f36987a commit 72c9000

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
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.14",
3+
"version": "0.1.15",
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.4",
20+
"@types/react": "^18.3.5",
2121
"@types/react-dom": "^18.3.0"
2222
}
2323
}

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.50",
3+
"version": "0.3.51",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@testing-library/react": "^16.0.1",
3333
"@testing-library/user-event": "^14.5.2",
34-
"@types/react": "^18.3.4",
34+
"@types/react": "^18.3.5",
3535
"@types/react-dom": "^18.3.0",
3636
"concurrently": "^8.2.2",
3737
"supertest": "^7.0.0"

package-lock.json

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

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/eslint-config",
3-
"version": "0.1.153",
3+
"version": "0.1.154",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -25,7 +25,7 @@
2525
"eslint-config-typescript": "^3.0.0",
2626
"eslint-plugin-deprecation": "^3.0.0",
2727
"eslint-plugin-import": "^2.29.1",
28-
"eslint-plugin-jest": "^28.8.0",
28+
"eslint-plugin-jest": "^28.8.1",
2929
"eslint-plugin-jest-dom": "^5.4.0",
3030
"eslint-plugin-jsx-a11y": "^6.9.0",
3131
"eslint-plugin-prettier": "^5.2.1",

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.144",
3+
"version": "0.8.145",
44
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
55
"keywords": [
66
"react",
@@ -43,7 +43,7 @@
4343
"@types/jest": "^29.5.12",
4444
"@types/node": "^20.16.2",
4545
"@types/pouchdb": "^6.4.2",
46-
"@types/react": "^18.3.4",
46+
"@types/react": "^18.3.5",
4747
"@types/set-interval-async": "^1.0.3",
4848
"isomorphic-fetch": "^3.0.0",
4949
"pouchdb": "^9.0.0",

packages/webdev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/webdev",
3-
"version": "0.1.194",
3+
"version": "0.1.195",
44
"description": "My typical web development setup, but without all the copy and paste.",
55
"keywords": [
66
"webpack",
@@ -31,7 +31,7 @@
3131
"@stanlemon/eslint-config": "*",
3232
"@testing-library/jest-dom": "^6.5.0",
3333
"@types/jest": "^29.5.12",
34-
"@types/react": "^18.3.4",
34+
"@types/react": "^18.3.5",
3535
"@types/react-dom": "^18.3.0",
3636
"@types/webpack": "^5.28.5",
3737
"@types/webpack-env": "^1.18.5",

0 commit comments

Comments
 (0)