Skip to content

Commit c184cfe

Browse files
Update all non-major dependencies
1 parent 6ad8f4f commit c184cfe

File tree

8 files changed

+129
-126
lines changed

8 files changed

+129
-126
lines changed

apps/react-pouchdb-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-pouchdb-example",
3-
"version": "0.1.117",
3+
"version": "0.1.118",
44
"description": "A react app using pouchdb built in typescript",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
66
"license": "MIT",
@@ -18,8 +18,8 @@
1818
"lint:fix": "eslint --fix --ext js,jsx,ts,tsx ./src/"
1919
},
2020
"dependencies": {
21-
"@fortawesome/fontawesome-svg-core": "^6.5.2",
22-
"@fortawesome/free-solid-svg-icons": "^6.5.2",
21+
"@fortawesome/fontawesome-svg-core": "^6.6.0",
22+
"@fortawesome/free-solid-svg-icons": "^6.6.0",
2323
"@fortawesome/react-fontawesome": "^0.2.2",
2424
"@stanlemon/react-couchdb-authentication": "*",
2525
"@stanlemon/react-pouchdb": "*",
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@testing-library/jest-dom": "^6.4.6",
3636
"@testing-library/react": "^16.0.0",
37-
"@types/node": "^20.14.10",
37+
"@types/node": "^20.14.11",
3838
"@types/pouchdb": "^6.4.2",
3939
"@types/uuid": "^10.0.0",
4040
"identity-obj-proxy": "^3.0.0",

package-lock.json

Lines changed: 112 additions & 109 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.0.11"
11+
"husky": "^9.1.1"
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.146",
3+
"version": "0.1.147",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -17,8 +17,8 @@
1717
},
1818
"dependencies": {
1919
"@babel/eslint-parser": "^7.24.8",
20-
"@typescript-eslint/eslint-plugin": "^7.16.0",
21-
"@typescript-eslint/parser": "^7.16.0",
20+
"@typescript-eslint/eslint-plugin": "^7.16.1",
21+
"@typescript-eslint/parser": "^7.16.1",
2222
"eslint": "^8.57.0",
2323
"eslint-config-prettier": "^9.1.0",
2424
"eslint-config-react": "^1.1.7",
@@ -28,7 +28,7 @@
2828
"eslint-plugin-jest": "^28.6.0",
2929
"eslint-plugin-jest-dom": "^5.4.0",
3030
"eslint-plugin-jsx-a11y": "^6.9.0",
31-
"eslint-plugin-prettier": "^5.1.3",
31+
"eslint-plugin-prettier": "^5.2.1",
3232
"eslint-plugin-react": "^7.34.4",
3333
"eslint-plugin-react-hooks": "^4.6.2",
3434
"prettier": "^3.3.3"

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.135",
3+
"version": "0.8.136",
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.10",
44+
"@types/node": "^20.14.11",
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.86",
3+
"version": "0.4.87",
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.10",
38+
"@types/node": "^20.14.11",
3939
"@types/pouchdb": "^6.4.2",
4040
"pouchdb": "^9.0.0",
4141
"pouchdb-adapter-memory": "^9.0.0",

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/server",
3-
"version": "0.3.19",
3+
"version": "0.3.20",
44
"description": "A basic express web server setup.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@stanlemon/eslint-config": "*",
38-
"@types/lodash": "^4.17.6",
38+
"@types/lodash": "^4.17.7",
3939
"nodemon": "^3.1.4"
4040
}
4141
}

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.187",
3+
"version": "0.1.188",
44
"description": "My typical web development setup, but without all the copy and paste.",
55
"keywords": [
66
"webpack",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@babel/cli": "^7.24.8",
24-
"@babel/core": "^7.24.8",
24+
"@babel/core": "^7.24.9",
2525
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
2626
"@babel/preset-env": "^7.24.8",
2727
"@babel/preset-react": "^7.24.7",

0 commit comments

Comments
 (0)