Skip to content

Commit 86f31b2

Browse files
Update all non-major dependencies (#295)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7879ab3 commit 86f31b2

3 files changed

Lines changed: 44 additions & 43 deletions

File tree

package-lock.json

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

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/eslint-config",
3-
"version": "3.0.36",
3+
"version": "3.0.37",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -33,7 +33,7 @@
3333
"eslint-plugin-jest-dom": "^5.5.0",
3434
"eslint-plugin-prettier": "^5.2.6",
3535
"eslint-plugin-react": "^7.37.5",
36-
"globals": "^16.0.0",
36+
"globals": "^16.1.0",
3737
"prettier": "^3.5.3",
3838
"typescript": "^5.8.3",
3939
"typescript-eslint": "^8.31.1"

packages/webdev/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/webdev",
3-
"version": "0.2.43",
3+
"version": "0.2.44",
44
"description": "My typical web development setup, but without all the copy and paste.",
55
"keywords": [
66
"webpack",
@@ -22,10 +22,10 @@
2222
"tsc": "tsc"
2323
},
2424
"dependencies": {
25-
"@babel/cli": "^7.27.1",
25+
"@babel/cli": "^7.27.2",
2626
"@babel/core": "^7.27.1",
2727
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
28-
"@babel/preset-env": "^7.27.1",
28+
"@babel/preset-env": "^7.27.2",
2929
"@babel/preset-react": "^7.27.1",
3030
"@babel/preset-typescript": "^7.27.1",
3131
"@peculiar/webcrypto": "^1.5.0",
@@ -40,11 +40,11 @@
4040
"jest": "^29.7.0",
4141
"jest-environment-jsdom": "^29.7.0",
4242
"less": "^4.3.0",
43-
"less-loader": "^12.2.0",
43+
"less-loader": "^12.3.0",
4444
"react-refresh": "^0.17.0",
4545
"style-loader": "^4.0.0",
4646
"typescript": "^5.8.3",
47-
"webpack": "^5.99.7",
47+
"webpack": "^5.99.8",
4848
"webpack-bundle-analyzer": "^4.10.2",
4949
"webpack-cli": "^6.0.1",
5050
"webpack-dev-server": "^5.2.1"

0 commit comments

Comments
 (0)