Skip to content

Commit f36987a

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

File tree

6 files changed

+39
-39
lines changed

6 files changed

+39
-39
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.126",
3+
"version": "0.1.127",
44
"description": "A react app using pouchdb built in typescript",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
66
"license": "MIT",
@@ -33,8 +33,8 @@
3333
},
3434
"devDependencies": {
3535
"@testing-library/jest-dom": "^6.5.0",
36-
"@testing-library/react": "^16.0.0",
37-
"@types/node": "^20.16.1",
36+
"@testing-library/react": "^16.0.1",
37+
"@types/node": "^20.16.2",
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.49",
3+
"version": "0.3.50",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -26,10 +26,10 @@
2626
"react": "^18.3.1",
2727
"react-cookie": "^7.2.0",
2828
"react-dom": "^18.3.1",
29-
"wouter": "^3.3.4"
29+
"wouter": "^3.3.5"
3030
},
3131
"devDependencies": {
32-
"@testing-library/react": "^16.0.0",
32+
"@testing-library/react": "^16.0.1",
3333
"@testing-library/user-event": "^14.5.2",
3434
"@types/react": "^18.3.4",
3535
"@types/react-dom": "^18.3.0",

package-lock.json

Lines changed: 26 additions & 26 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-couchdb-authentication",
3-
"version": "0.8.143",
3+
"version": "0.8.144",
44
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
55
"keywords": [
66
"react",
@@ -37,11 +37,11 @@
3737
"devDependencies": {
3838
"@stanlemon/webdev": "*",
3939
"@testing-library/jest-dom": "^6.5.0",
40-
"@testing-library/react": "^16.0.0",
40+
"@testing-library/react": "^16.0.1",
4141
"@types/async-retry": "^1.4.8",
4242
"@types/isomorphic-fetch": "^0.0.39",
4343
"@types/jest": "^29.5.12",
44-
"@types/node": "^20.16.1",
44+
"@types/node": "^20.16.2",
4545
"@types/pouchdb": "^6.4.2",
4646
"@types/react": "^18.3.4",
4747
"@types/set-interval-async": "^1.0.3",

packages/react-pouchdb/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",
3-
"version": "0.4.93",
3+
"version": "0.4.94",
44
"description": "React components for interacting with PouchDB.",
55
"keywords": [
66
"react",
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@stanlemon/webdev": "*",
3737
"@types/lodash-es": "^4.17.12",
38-
"@types/node": "^20.16.1",
38+
"@types/node": "^20.16.2",
3939
"@types/pouchdb": "^6.4.2",
4040
"pouchdb": "^9.0.0",
4141
"pouchdb-adapter-memory": "^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.193",
3+
"version": "0.1.194",
44
"description": "My typical web development setup, but without all the copy and paste.",
55
"keywords": [
66
"webpack",
@@ -20,7 +20,7 @@
2020
"lint:fix": "eslint --fix --ext js,jsx,ts,tsx ./"
2121
},
2222
"dependencies": {
23-
"@babel/cli": "^7.24.8",
23+
"@babel/cli": "^7.25.6",
2424
"@babel/core": "^7.25.2",
2525
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
2626
"@babel/preset-env": "^7.25.4",

0 commit comments

Comments
 (0)