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] committed May 20, 2024
1 parent a26dc11 commit 5c77e8a
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 58 deletions.
10 changes: 5 additions & 5 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.12",
"version": "0.1.13",
"description": "A hello world example using the webdev package.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
Expand All @@ -13,11 +13,11 @@
},
"dependencies": {
"@stanlemon/webdev": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24"
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0"
}
}
16 changes: 8 additions & 8 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.108",
"version": "0.1.109",
"description": "A react app using pouchdb built in typescript",
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
"license": "MIT",
Expand All @@ -20,21 +20,21 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fortawesome/react-fontawesome": "^0.2.1",
"@stanlemon/react-couchdb-authentication": "*",
"@stanlemon/react-pouchdb": "*",
"@stanlemon/webdev": "*",
"bulma": "^1.0.0",
"bulma": "^1.0.1",
"date-fns": "^3.6.0",
"pouchdb": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.0",
"@types/node": "^20.12.5",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/node": "^20.12.12",
"@types/pouchdb": "^6.4.2",
"@types/uuid": "^9.0.8",
"identity-obj-proxy": "^3.0.0",
Expand Down
14 changes: 7 additions & 7 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.41",
"version": "0.3.42",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
Expand All @@ -23,16 +23,16 @@
"dependencies": {
"@stanlemon/server-with-auth": "*",
"@stanlemon/webdev": "*",
"react": "^18.2.0",
"react": "^18.3.1",
"react-cookie": "^7.1.4",
"react-dom": "^18.2.0",
"wouter": "^3.1.0"
"react-dom": "^18.3.1",
"wouter": "^3.1.3"
},
"devDependencies": {
"@testing-library/react": "^15.0.0",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"concurrently": "^8.2.2",
"supertest": "^7.0.0"
}
Expand Down
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.136",
"version": "0.1.137",
"description": "My typical eslint setup, but without all the copy and paste.",
"keywords": [
"eslint"
Expand All @@ -16,21 +16,21 @@
"lint:fix": "eslint --fix --ext js,jsx,ts,tsx ./"
},
"dependencies": {
"@babel/eslint-parser": "^7.24.1",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@babel/eslint-parser": "^7.24.5",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react": "^1.1.7",
"eslint-config-typescript": "^3.0.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-jest-dom": "^5.2.0",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.2.5"
}
}
16 changes: 8 additions & 8 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.125",
"version": "0.8.126",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -36,21 +36,21 @@
},
"devDependencies": {
"@stanlemon/webdev": "*",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/async-retry": "^1.4.8",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.5",
"@types/node": "^20.12.12",
"@types/pouchdb": "^6.4.2",
"@types/react": "^18.2.74",
"@types/react": "^18.3.2",
"@types/set-interval-async": "^1.0.3",
"isomorphic-fetch": "^3.0.0",
"pouchdb": "^8.0.1",
"pouchdb-adapter-memory": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.7"
},
"dependencies": {
"async-retry": "^1.3.3",
Expand Down
6 changes: 3 additions & 3 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.78",
"version": "0.4.79",
"description": "React components for interacting with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -35,11 +35,11 @@
"devDependencies": {
"@stanlemon/webdev": "*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.5",
"@types/node": "^20.12.12",
"@types/pouchdb": "^6.4.2",
"pouchdb": "^8.0.1",
"pouchdb-adapter-memory": "^8.0.1",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"wait-for-expect": "^3.0.2"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 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.15",
"version": "0.3.16",
"description": "A basic express web server setup.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
Expand Down Expand Up @@ -28,14 +28,14 @@
"express-rate-limit": "^7.2.0",
"helmet": "^7.1.0",
"http-proxy-middleware": "^3.0.0",
"joi": "^17.12.3",
"joi": "^17.13.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"morgan": "^1.10.0"
},
"devDependencies": {
"@stanlemon/eslint-config": "*",
"@types/lodash": "^4.17.0",
"@types/lodash": "^4.17.4",
"nodemon": "^3.1.0"
}
}
34 changes: 17 additions & 17 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.181",
"version": "0.1.182",
"description": "My typical web development setup, but without all the copy and paste.",
"keywords": [
"webpack",
Expand All @@ -20,44 +20,44 @@
"lint:fix": "eslint --fix --ext js,jsx,ts,tsx ./"
},
"dependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/plugin-transform-private-property-in-object": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/plugin-transform-private-property-in-object": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@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",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
"@stanlemon/eslint-config": "*",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/jest-dom": "^6.4.5",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/webpack": "^5.28.5",
"@types/webpack-env": "^1.18.4",
"@types/webpack-env": "^1.18.5",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.0.0",
"css-loader": "^7.1.1",
"dotenv": "^16.4.5",
"html-webpack-plugin": "^5.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"react-refresh": "^0.14.0",
"react-refresh": "^0.14.2",
"style-loader": "^4.0.0",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"devDependencies": {
"@types/react-dom": "^18.2.24",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down

0 comments on commit 5c77e8a

Please sign in to comment.