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 Oct 26, 2024
1 parent e07871b commit 5442f4a
Show file tree
Hide file tree
Showing 9 changed files with 595 additions and 650 deletions.
4 changes: 2 additions & 2 deletions apps/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/hello-world",
"version": "0.1.19",
"version": "0.1.20",
"description": "A hello world example using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -19,6 +19,6 @@
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0"
"@types/react-dom": "^18.3.1"
}
}
6 changes: 3 additions & 3 deletions apps/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/app-template",
"version": "0.3.59",
"version": "0.3.60",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"@stanlemon/server-with-auth": "*",
"@stanlemon/webdev": "*",
"react": "^18.3.1",
"react-cookie": "^7.2.0",
"react-cookie": "^7.2.1",
"react-dom": "^18.3.1",
"wouter": "^3.3.5"
},
Expand All @@ -33,7 +33,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"concurrently": "^9.0.1",
"nodemon": "^3.1.7",
"supertest": "^7.0.0"
Expand Down
1,195 changes: 570 additions & 625 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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": "2.0.0",
"version": "2.0.1",
"description": "My typical eslint setup, but without all the copy and paste.",
"keywords": [
"eslint"
Expand Down Expand Up @@ -29,9 +29,9 @@
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"globals": "^15.10.0",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0"
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1"
}
}
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.10.2",
"version": "0.10.3",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@types/async-retry": "^1.4.9",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"@types/pouchdb": "^6.4.2",
"@types/react": "^18.3.11",
"isomorphic-fetch": "^3.0.0",
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.6.1",
"version": "0.6.2",
"description": "React components for interacting with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@stanlemon/webdev": "*",
"@types/debug": "^4.1.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"@types/pouchdb": "^6.4.2",
"pouchdb": "^9.0.0",
"pouchdb-adapter-memory": "^9.0.0",
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.20",
"version": "0.3.21",
"description": "A basic express web server setup with authentication baked in.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"@stanlemon/server": "*",
"@stanlemon/webdev": "*",
"bcryptjs": "^2.4.3",
"express-session": "^1.18.0",
"express-session": "^1.18.1",
"jsonwebtoken": "^9.0.2",
"lowdb": "^7.0.1",
"lowdb-node": "^3.0.2",
Expand Down
8 changes: 4 additions & 4 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.29",
"version": "0.3.30",
"description": "A basic express web server setup.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -22,12 +22,12 @@
"@stanlemon/webdev": "*",
"body-parser": "^1.20.3",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cookie-parser": "^1.4.7",
"dotenv": "16.4.5",
"express": "^4.21.0",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"helmet": "^8.0.0",
"http-proxy-middleware": "^3.0.2",
"http-proxy-middleware": "^3.0.3",
"joi": "^17.13.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
Expand Down
12 changes: 6 additions & 6 deletions packages/webdev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/webdev",
"version": "0.2.2",
"version": "0.2.3",
"description": "My typical web development setup, but without all the copy and paste.",
"keywords": [
"webpack",
Expand All @@ -23,9 +23,9 @@
},
"dependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.7",
"@babel/plugin-transform-private-property-in-object": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/plugin-transform-private-property-in-object": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@peculiar/webcrypto": "^1.5.0",
Expand All @@ -43,7 +43,7 @@
"less-loader": "^12.2.0",
"react-refresh": "^0.14.2",
"style-loader": "^4.0.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
Expand All @@ -52,7 +52,7 @@
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@types/webpack": "^5.28.5",
"@types/webpack-env": "^1.18.5",
"react": "^18.3.1",
Expand Down

0 comments on commit 5442f4a

Please sign in to comment.