Skip to content

Commit 6e65c50

Browse files
Update all non-major dependencies
1 parent e6049aa commit 6e65c50

4 files changed

Lines changed: 61 additions & 61 deletions

File tree

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.7",
3+
"version": "0.4.8",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"react": "^19.1.0",
3030
"react-cookie": "^8.0.1",
3131
"react-dom": "^19.1.0",
32-
"wouter": "^3.7.0"
32+
"wouter": "^3.7.1"
3333
},
3434
"devDependencies": {
3535
"@testing-library/react": "^16.3.0",

package-lock.json

Lines changed: 55 additions & 55 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.41",
3+
"version": "3.0.42",
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.4.0",
3535
"eslint-plugin-react": "^7.37.5",
36-
"globals": "^16.1.0",
36+
"globals": "^16.2.0",
3737
"prettier": "^3.5.3",
3838
"typescript": "^5.8.3",
3939
"typescript-eslint": "^8.32.1"

packages/webdev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/webdev",
3-
"version": "0.2.46",
3+
"version": "0.2.47",
44
"description": "My typical web development setup, but without all the copy and paste.",
55
"keywords": [
66
"webpack",
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@babel/cli": "^7.27.2",
26-
"@babel/core": "^7.27.1",
26+
"@babel/core": "^7.27.3",
2727
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
2828
"@babel/preset-env": "^7.27.2",
2929
"@babel/preset-react": "^7.27.1",

0 commit comments

Comments
 (0)