Skip to content

Commit 37b4574

Browse files
Update npm non-major (catch-all)
1 parent 8cbc95a commit 37b4574

7 files changed

Lines changed: 206 additions & 219 deletions

File tree

apps/hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/hello-world",
3-
"version": "0.1.40",
3+
"version": "0.1.41",
44
"description": "A hello world example using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -22,7 +22,7 @@
2222
"react-dom": "^19.1.1"
2323
},
2424
"devDependencies": {
25-
"@types/react": "19.1.9",
25+
"@types/react": "19.1.11",
2626
"@types/react-dom": "19.1.7"
2727
}
2828
}

apps/template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/app-template",
3-
"version": "0.4.13",
3+
"version": "0.4.14",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -35,7 +35,7 @@
3535
"@testing-library/react": "16.3.0",
3636
"@testing-library/user-event": "14.6.1",
3737
"@types/jest": "30.0.0",
38-
"@types/react": "19.1.9",
38+
"@types/react": "19.1.11",
3939
"@types/react-dom": "19.1.7",
4040
"concurrently": "9.2.0",
4141
"nodemon": "3.1.10",

package-lock.json

Lines changed: 186 additions & 199 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lockfile:clean": "rm -f package-lock.json && npm install"
3131
},
3232
"resolutions": {
33-
"@types/react": "^19.1.9",
33+
"@types/react": "^19.1.11",
3434
"@types/react-dom": "^19.1.7"
3535
}
3636
}

packages/eslint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/eslint-config",
3-
"version": "3.0.48",
3+
"version": "3.0.49",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -22,8 +22,8 @@
2222
"lint:fix": "eslint --fix ."
2323
},
2424
"dependencies": {
25-
"@eslint/js": "^9.32.0",
26-
"eslint": "^9.32.0",
25+
"@eslint/js": "^9.33.0",
26+
"eslint": "^9.33.0",
2727
"eslint-config-prettier": "^10.1.8",
2828
"eslint-config-react": "^1.1.7",
2929
"eslint-config-typescript": "^3.0.0",
@@ -36,6 +36,6 @@
3636
"globals": "^16.3.0",
3737
"prettier": "^3.6.2",
3838
"typescript": "^5.9.2",
39-
"typescript-eslint": "^8.39.0"
39+
"typescript-eslint": "^8.40.0"
4040
}
4141
}

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/server",
3-
"version": "0.4.10",
3+
"version": "0.4.11",
44
"description": "A basic express web server setup.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"express-rate-limit": "^8.0.1",
2929
"helmet": "^8.1.0",
3030
"http-proxy-middleware": "^3.0.5",
31-
"joi": "^18.0.0",
31+
"joi": "^18.0.1",
3232
"lodash": "^4.17.21",
3333
"lodash-es": "^4.17.21",
3434
"morgan": "^1.10.1"

packages/webdev/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/webdev",
3-
"version": "0.2.53",
3+
"version": "0.2.54",
44
"description": "My typical web development setup, but without all the copy and paste.",
55
"keywords": [
66
"webpack",
@@ -22,36 +22,36 @@
2222
"tsc": "tsc"
2323
},
2424
"dependencies": {
25-
"@babel/cli": "^7.28.0",
26-
"@babel/core": "^7.28.0",
25+
"@babel/cli": "^7.28.3",
26+
"@babel/core": "^7.28.3",
2727
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
28-
"@babel/preset-env": "^7.28.0",
28+
"@babel/preset-env": "^7.28.3",
2929
"@babel/preset-react": "^7.27.1",
3030
"@babel/preset-typescript": "^7.27.1",
3131
"@peculiar/webcrypto": "^1.5.0",
3232
"@stanlemon/eslint-config": "*",
33-
"@testing-library/jest-dom": "^6.6.4",
33+
"@testing-library/jest-dom": "^6.8.0",
3434
"babel-jest": "^30.0.5",
3535
"babel-loader": "^10.0.0",
3636
"css-loader": "^7.1.2",
3737
"dotenv": "^17.2.1",
38-
"html-webpack-plugin": "^5.6.3",
38+
"html-webpack-plugin": "^5.6.4",
3939
"identity-obj-proxy": "^3.0.0",
4040
"jest": "^30.0.5",
4141
"jest-environment-jsdom": "^30.0.5",
42-
"less": "^4.4.0",
42+
"less": "^4.4.1",
4343
"less-loader": "^12.3.0",
4444
"react-refresh": "^0.17.0",
4545
"style-loader": "^4.0.0",
4646
"typescript": "^5.9.2",
47-
"webpack": "^5.101.0",
47+
"webpack": "^5.101.3",
4848
"webpack-bundle-analyzer": "^4.10.2",
4949
"webpack-cli": "^6.0.1",
5050
"webpack-dev-server": "^5.2.2"
5151
},
5252
"devDependencies": {
5353
"@types/jest": "30.0.0",
54-
"@types/react": "19.1.9",
54+
"@types/react": "19.1.11",
5555
"@types/react-dom": "19.1.7",
5656
"@types/webpack": "5.28.5",
5757
"@types/webpack-env": "1.18.8",

0 commit comments

Comments
 (0)