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
4 changes: 2 additions & 2 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.48",
"version": "0.1.49",
"description": "A hello world example using the webdev package.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"react-dom": "^19.2.0"
},
"devDependencies": {
"@types/react": "19.2.6",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}
6 changes: 3 additions & 3 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.4.21",
"version": "0.4.22",
"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,13 +29,13 @@
"react": "^19.2.0",
"react-cookie": "^8.0.1",
"react-dom": "^19.2.0",
"wouter": "^3.7.1"
"wouter": "^3.8.0"
},
"devDependencies": {
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "30.0.0",
"@types/react": "19.2.6",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"concurrently": "9.2.1",
"nodemon": "3.1.11",
Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lockfile:clean": "rm -f package-lock.json && npm install"
},
"resolutions": {
"@types/react": "^19.2.6",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3"
}
}
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": "3.0.60",
"version": "3.0.61",
"description": "My typical eslint setup, but without all the copy and paste.",
"keywords": [
"eslint"
Expand Down Expand Up @@ -29,13 +29,13 @@
"eslint-config-typescript": "^3.0.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.2.0",
"eslint-plugin-jest": "^29.2.1",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.5.0",
"prettier": "^3.6.2",
"prettier": "^3.7.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.47.0"
"typescript-eslint": "^8.48.0"
}
}
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.4.16",
"version": "0.4.17",
"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 @@ -33,7 +33,7 @@
"devDependencies": {
"@stanlemon/eslint-config": "*",
"@types/supertest": "6.0.3",
"better-sqlite3": "12.4.5",
"better-sqlite3": "12.4.6",
"knex": "3.1.0",
"nodemon": "3.1.11",
"supertest": "7.1.4"
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.4.18",
"version": "0.4.19",
"description": "A basic express web server setup.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@stanlemon/eslint-config": "*",
"@types/lodash": "4.17.20",
"@types/lodash": "4.17.21",
"nodemon": "3.1.11"
}
}
4 changes: 2 additions & 2 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.62",
"version": "0.2.63",
"description": "My typical web development setup, but without all the copy and paste.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@types/jest": "30.0.0",
"@types/react": "19.2.6",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@types/webpack": "5.28.5",
"@types/webpack-env": "1.18.8",
Expand Down