Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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.3.17",
"version": "0.3.18",
"description": "A react app using pouchdb built in typescript",
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
"license": "MIT",
Expand Down Expand Up @@ -33,11 +33,11 @@
"pouchdb": "^9.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"uuid": "^11.0.4"
"uuid": "^11.0.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/react": "^16.2.0",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/uuid": "^10.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.74",
"version": "0.3.75",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
Expand Down Expand Up @@ -29,11 +29,11 @@
"react": "^19.0.0",
"react-cookie": "^7.2.2",
"react-dom": "^19.0.0",
"wouter": "^3.3.5"
"wouter": "^3.5.1"
},
"devDependencies": {
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
Expand Down
308 changes: 154 additions & 154 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": "3.0.13",
"version": "3.0.14",
"description": "My typical eslint setup, but without all the copy and paste.",
"keywords": [
"eslint"
Expand Down Expand Up @@ -34,8 +34,8 @@
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.3",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"globals": "^15.15.0",
"prettier": "^3.5.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1"
}
Expand Down
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.20",
"version": "0.10.21",
"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 @@
"devDependencies": {
"@stanlemon/webdev": "*",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/react": "^16.2.0",
"@types/async-retry": "^1.4.9",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^29.5.14",
Expand Down
6 changes: 3 additions & 3 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.31",
"version": "0.3.32",
"description": "A basic express web server setup with authentication baked in.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
Expand Down Expand Up @@ -29,12 +29,12 @@
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"uuid": "^11.0.4"
"uuid": "^11.0.5"
},
"devDependencies": {
"@stanlemon/eslint-config": "*",
"@types/supertest": "^6.0.2",
"better-sqlite3": "^11.7.2",
"better-sqlite3": "^11.8.1",
"knex": "^3.1.0",
"nodemon": "^3.1.9",
"supertest": "^7.0.0"
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.41",
"version": "0.3.42",
"description": "A basic express web server setup.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@stanlemon/webdev": "*",
"body-parser": "^1.20.3",
"compression": "^1.7.5",
"compression": "^1.8.0",
"cookie-parser": "^1.4.7",
"dotenv": "16.4.7",
"express": "^4.21.2",
Expand All @@ -35,7 +35,7 @@
},
"devDependencies": {
"@stanlemon/eslint-config": "*",
"@types/lodash": "^4.17.14",
"@types/lodash": "^4.17.15",
"nodemon": "^3.1.9"
}
}
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.2.24",
"version": "0.2.25",
"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.26.4",
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.8",
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-env": "^7.26.8",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@peculiar/webcrypto": "^1.5.0",
Expand All @@ -39,7 +39,7 @@
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"less": "^4.2.1",
"less": "^4.2.2",
"less-loader": "^12.2.0",
"react-refresh": "^0.16.0",
"style-loader": "^4.0.0",
Expand All @@ -54,7 +54,7 @@
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/webpack": "^5.28.5",
"@types/webpack-env": "^1.18.5",
"@types/webpack-env": "^1.18.8",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
Loading