Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent de27c78 commit 73e7a98
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions apps/react-pouchdb-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/react-pouchdb-example",
"version": "0.1.95",
"version": "0.1.96",
"description": "A react app using pouchdb built in typescript",
"author": "Stan Lemon <[email protected]",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/node": "^20.11.17",
"@types/node": "^20.11.18",
"@types/pouchdb": "^6.4.2",
"@types/uuid": "^9.0.8",
"identity-obj-proxy": "^3.0.0",
Expand Down
68 changes: 34 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"apps/*"
],
"devDependencies": {
"husky": "^9.0.10"
"husky": "^9.0.11"
},
"scripts": {
"prepare": "husky install",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/eslint-config",
"version": "0.1.120",
"version": "0.1.121",
"description": "My typical eslint setup, but without all the copy and paste.",
"keywords": [
"eslint"
Expand All @@ -25,7 +25,7 @@
"eslint-config-typescript": "^3.0.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.8.0",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-couchdb-authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/react-couchdb-authentication",
"version": "0.8.110",
"version": "0.8.111",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@types/async-retry": "^1.4.8",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"@types/node": "^20.11.18",
"@types/pouchdb": "^6.4.2",
"@types/react": "^18.2.55",
"@types/set-interval-async": "^1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-pouchdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/react-pouchdb",
"version": "0.4.67",
"version": "0.4.68",
"description": "React components for interacting with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@stanlemon/webdev": "*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.17",
"@types/node": "^20.11.18",
"@types/pouchdb": "^6.4.2",
"pouchdb": "^8.0.1",
"pouchdb-adapter-memory": "^8.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/server-with-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/server-with-auth",
"version": "0.3.3",
"version": "0.3.4",
"description": "A basic express web server setup with authentication baked in.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@stanlemon/eslint-config": "*",
"@types/supertest": "^6.0.2",
"better-sqlite3": "^9.4.0",
"better-sqlite3": "^9.4.1",
"knex": "^3.1.0",
"nodemon": "^3.0.3",
"supertest": "^6.3.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/server",
"version": "0.3.5",
"version": "0.3.6",
"description": "A basic express web server setup.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"dotenv": "16.4.2",
"dotenv": "16.4.4",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"helmet": "^7.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/webdev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/webdev",
"version": "0.1.161",
"version": "0.1.162",
"description": "My typical web development setup, but without all the copy and paste.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -39,7 +39,7 @@
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.10.0",
"dotenv": "^16.4.2",
"dotenv": "^16.4.4",
"html-webpack-plugin": "^5.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
Expand Down

0 comments on commit 73e7a98

Please sign in to comment.