Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Apr 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9c7feb6 commit 172a1ca
Showing 10 changed files with 240 additions and 220 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.11",
"version": "0.1.12",
"description": "A hello world example using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
@@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23"
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24"
}
}
8 changes: 4 additions & 4 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.105",
"version": "0.1.106",
"description": "A react app using pouchdb built in typescript",
"author": "Stan Lemon <[email protected]",
"license": "MIT",
@@ -18,8 +18,8 @@
"lint:fix": "eslint --fix --ext js,jsx,ts,tsx ./src/"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@stanlemon/react-couchdb-authentication": "*",
"@stanlemon/react-pouchdb": "*",
@@ -34,7 +34,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@types/node": "^20.12.2",
"@types/node": "^20.12.4",
"@types/pouchdb": "^6.4.2",
"@types/uuid": "^9.0.8",
"identity-obj-proxy": "^3.0.0",
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.38",
"version": "0.3.39",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
@@ -24,15 +24,15 @@
"@stanlemon/server-with-auth": "*",
"@stanlemon/webdev": "*",
"react": "^18.2.0",
"react-cookie": "^7.1.0",
"react-cookie": "^7.1.4",
"react-dom": "^18.2.0",
"wouter": "^3.1.0"
},
"devDependencies": {
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"concurrently": "^8.2.2",
"supertest": "^6.3.4"
}
400 changes: 210 additions & 190 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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.132",
"version": "0.1.133",
"description": "My typical eslint setup, but without all the copy and paste.",
"keywords": [
"eslint"
@@ -17,8 +17,8 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.24.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react": "^1.1.7",
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.122",
"version": "0.8.123",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
"keywords": [
"react",
@@ -41,9 +41,9 @@
"@types/async-retry": "^1.4.8",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.2",
"@types/node": "^20.12.4",
"@types/pouchdb": "^6.4.2",
"@types/react": "^18.2.73",
"@types/react": "^18.2.74",
"@types/set-interval-async": "^1.0.3",
"isomorphic-fetch": "^3.0.0",
"pouchdb": "^8.0.1",
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.76",
"version": "0.4.77",
"description": "React components for interacting with PouchDB.",
"keywords": [
"react",
@@ -35,7 +35,7 @@
"devDependencies": {
"@stanlemon/webdev": "*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.2",
"@types/node": "^20.12.4",
"@types/pouchdb": "^6.4.2",
"pouchdb": "^8.0.1",
"pouchdb-adapter-memory": "^8.0.1",
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.6",
"version": "0.3.7",
"description": "A basic express web server setup with authentication baked in.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
@@ -34,7 +34,7 @@
"devDependencies": {
"@stanlemon/eslint-config": "*",
"@types/supertest": "^6.0.2",
"better-sqlite3": "^9.4.3",
"better-sqlite3": "^9.4.5",
"knex": "^3.1.0",
"nodemon": "^3.1.0",
"supertest": "^6.3.4"
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.13",
"version": "0.3.14",
"description": "A basic express web server setup.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
@@ -28,7 +28,7 @@
"express-rate-limit": "^7.2.0",
"helmet": "^7.1.0",
"http-proxy-middleware": "^2.0.6",
"joi": "^17.12.2",
"joi": "^17.12.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"morgan": "^1.10.0"
14 changes: 7 additions & 7 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.177",
"version": "0.1.178",
"description": "My typical web development setup, but without all the copy and paste.",
"keywords": [
"webpack",
@@ -21,24 +21,24 @@
},
"dependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/plugin-transform-private-property-in-object": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@peculiar/webcrypto": "^1.4.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@stanlemon/eslint-config": "*",
"@testing-library/jest-dom": "^6.4.2",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/webpack": "^5.28.5",
"@types/webpack-env": "^1.18.4",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.10.0",
"css-loader": "^6.11.0",
"dotenv": "^16.4.5",
"html-webpack-plugin": "^5.6.0",
"identity-obj-proxy": "^3.0.0",
@@ -55,7 +55,7 @@
"webpack-dev-server": "^5.0.4"
},
"devDependencies": {
"@types/react-dom": "^18.2.23",
"@types/react-dom": "^18.2.24",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},

0 comments on commit 172a1ca

Please sign in to comment.