Skip to content

Commit 6a3348a

Browse files
Update all non-major dependencies
1 parent d264938 commit 6a3348a

File tree

7 files changed

+140
-137
lines changed

7 files changed

+140
-137
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.1.120",
3+
"version": "0.1.121",
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.14.12",
37+
"@types/node": "^20.14.13",
3838
"@types/pouchdb": "^6.4.2",
3939
"@types/uuid": "^10.0.0",
4040
"identity-obj-proxy": "^3.0.0",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"apps/*"
99
],
1010
"devDependencies": {
11-
"husky": "^9.1.3"
11+
"husky": "^9.1.4"
1212
},
1313
"scripts": {
1414
"prepare": "husky install",

packages/eslint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/eslint-config",
3-
"version": "0.1.150",
3+
"version": "0.1.151",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -16,9 +16,9 @@
1616
"lint:fix": "eslint --fix --ext js,jsx,ts,tsx ./"
1717
},
1818
"dependencies": {
19-
"@babel/eslint-parser": "^7.25.0",
20-
"@typescript-eslint/eslint-plugin": "^7.17.0",
21-
"@typescript-eslint/parser": "^7.17.0",
19+
"@babel/eslint-parser": "^7.25.1",
20+
"@typescript-eslint/eslint-plugin": "^7.18.0",
21+
"@typescript-eslint/parser": "^7.18.0",
2222
"eslint": "^8.57.0",
2323
"eslint-config-prettier": "^9.1.0",
2424
"eslint-config-react": "^1.1.7",

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.137",
3+
"version": "0.8.138",
44
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
55
"keywords": [
66
"react",
@@ -41,7 +41,7 @@
4141
"@types/async-retry": "^1.4.8",
4242
"@types/isomorphic-fetch": "^0.0.39",
4343
"@types/jest": "^29.5.12",
44-
"@types/node": "^20.14.12",
44+
"@types/node": "^20.14.13",
4545
"@types/pouchdb": "^6.4.2",
4646
"@types/react": "^18.3.3",
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.88",
3+
"version": "0.4.89",
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.14.12",
38+
"@types/node": "^20.14.13",
3939
"@types/pouchdb": "^6.4.2",
4040
"pouchdb": "^9.0.0",
4141
"pouchdb-adapter-memory": "^9.0.0",

packages/webdev/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/webdev",
3-
"version": "0.1.190",
3+
"version": "0.1.191",
44
"description": "My typical web development setup, but without all the copy and paste.",
55
"keywords": [
66
"webpack",
@@ -21,9 +21,9 @@
2121
},
2222
"dependencies": {
2323
"@babel/cli": "^7.24.8",
24-
"@babel/core": "^7.24.9",
24+
"@babel/core": "^7.25.2",
2525
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
26-
"@babel/preset-env": "^7.25.0",
26+
"@babel/preset-env": "^7.25.3",
2727
"@babel/preset-react": "^7.24.7",
2828
"@babel/preset-typescript": "^7.24.7",
2929
"@peculiar/webcrypto": "^1.5.0",

0 commit comments

Comments
 (0)