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 Mar 7, 2024
1 parent bcde552 commit fee0e79
Show file tree
Hide file tree
Showing 9 changed files with 470 additions and 326 deletions.
6 changes: 3 additions & 3 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.4",
"version": "0.1.5",
"description": "A hello world example using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19"
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21"
}
}
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.99",
"version": "0.1.100",
"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.24",
"@types/node": "^20.11.25",
"@types/pouchdb": "^6.4.2",
"@types/uuid": "^9.0.8",
"identity-obj-proxy": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 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.31",
"version": "0.3.32",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -26,13 +26,13 @@
"react": "^18.2.0",
"react-cookie": "^7.1.0",
"react-dom": "^18.2.0",
"wouter": "^3.0.1"
"wouter": "^3.0.2"
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"concurrently": "^8.2.2",
"supertest": "^6.3.4"
}
Expand Down
746 changes: 445 additions & 301 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": "0.1.126",
"version": "0.1.127",
"description": "My typical eslint setup, but without all the copy and paste.",
"keywords": [
"eslint"
Expand All @@ -17,8 +17,8 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.23.10",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react": "^1.1.7",
Expand All @@ -29,7 +29,7 @@
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.5"
}
Expand Down
6 changes: 3 additions & 3 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.115",
"version": "0.8.116",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -41,9 +41,9 @@
"@types/async-retry": "^1.4.8",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"@types/node": "^20.11.25",
"@types/pouchdb": "^6.4.2",
"@types/react": "^18.2.61",
"@types/react": "^18.2.64",
"@types/set-interval-async": "^1.0.3",
"isomorphic-fetch": "^3.0.0",
"pouchdb": "^8.0.1",
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.71",
"version": "0.4.72",
"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.24",
"@types/node": "^20.11.25",
"@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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/server",
"version": "0.3.9",
"version": "0.3.10",
"description": "A basic express web server setup.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"cookie-parser": "^1.4.6",
"dotenv": "16.4.5",
"express": "^4.18.3",
"express-rate-limit": "^7.1.5",
"express-rate-limit": "^7.2.0",
"helmet": "^7.1.0",
"http-proxy-middleware": "^2.0.6",
"joi": "^17.12.2",
Expand Down
10 changes: 5 additions & 5 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.169",
"version": "0.1.170",
"description": "My typical web development setup, but without all the copy and paste.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@stanlemon/eslint-config": "*",
"@testing-library/jest-dom": "^6.4.2",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/webpack": "^5.28.5",
"@types/webpack-env": "^1.18.4",
"babel-jest": "^29.7.0",
Expand All @@ -48,14 +48,14 @@
"less-loader": "^12.2.0",
"react-refresh": "^0.14.0",
"style-loader": "^3.3.4",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"webpack": "^5.90.3",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
},
"devDependencies": {
"@types/react-dom": "^18.2.19",
"@types/react-dom": "^18.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit fee0e79

Please sign in to comment.