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 Aug 9, 2023
1 parent 59d61ca commit be4ed79
Show file tree
Hide file tree
Showing 8 changed files with 564 additions and 610 deletions.
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.50",
"version": "0.1.51",
"description": "A react app using pouchdb built in typescript",
"author": "Stan Lemon <[email protected]",
"license": "MIT",
Expand All @@ -18,8 +18,8 @@
"lint:format": "eslint --fix --ext js,jsx,ts,tsx ./src/"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@stanlemon/react-couchdb-authentication": "*",
"@stanlemon/react-pouchdb": "*",
Expand All @@ -34,7 +34,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.17.1",
"@types/node": "^18.17.4",
"@types/pouchdb": "^6.4.0",
"@types/uuid": "^9.0.2",
"identity-obj-proxy": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 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.2.47",
"version": "0.2.48",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.2.17",
"@types/react": "^18.2.19",
"@types/react-dom": "^18.2.7",
"supertest": "^6.3.3"
}
Expand Down
1,120 changes: 537 additions & 583 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 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.74",
"version": "0.1.75",
"description": "My typical eslint setup, but without all the copy and paste.",
"keywords": [
"eslint"
Expand All @@ -16,18 +16,18 @@
"lint:format": "eslint --fix --ext js,jsx,ts,tsx ./"
},
"dependencies": {
"@babel/eslint-parser": "^7.22.9",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@babel/eslint-parser": "^7.22.10",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest-dom": "^5.0.1",
"eslint-plugin-jest-dom": "^5.0.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0"
}
}
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.63",
"version": "0.8.64",
"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.5",
"@types/isomorphic-fetch": "^0.0.36",
"@types/jest": "^29.5.3",
"@types/node": "^18.17.1",
"@types/node": "^18.17.4",
"@types/pouchdb": "^6.4.0",
"@types/react": "^18.2.17",
"@types/react": "^18.2.19",
"@types/set-interval-async": "^1.0.0",
"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.31",
"version": "0.4.32",
"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.8",
"@types/node": "^18.17.1",
"@types/node": "^18.17.4",
"@types/pouchdb": "^6.4.0",
"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.2.40",
"version": "0.2.41",
"description": "A basic express web server setup.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"compression": "^1.7.4",
"dotenv": "16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^6.8.1",
"express-rate-limit": "^6.9.0",
"helmet": "^7.0.0",
"http-proxy-middleware": "^2.0.6",
"joi": "^17.9.2",
Expand Down
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.114",
"version": "0.1.115",
"description": "My typical web development setup, but without all the copy and paste.",
"keywords": [
"webpack",
Expand All @@ -20,18 +20,18 @@
"lint:format": "eslint --fix --ext js,jsx,ts,tsx ./"
},
"dependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.22.9",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@peculiar/webcrypto": "^1.4.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@stanlemon/eslint-config": "*",
"@testing-library/jest-dom": "^5.17.0",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.17",
"@types/react": "^18.2.19",
"@types/react-dom": "^18.2.7",
"@types/webpack": "^5.28.1",
"@types/webpack-env": "^1.18.1",
Expand All @@ -44,9 +44,9 @@
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"less": "^4.1.3",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"react-refresh": "^0.14.0",
"style-loader": "^3.3.3",
"typescript": "^5.1.6",
Expand Down

0 comments on commit be4ed79

Please sign in to comment.