-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33525ad
commit e79c736
Showing
14 changed files
with
58 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20.18.1 | ||
22.12.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@stanlemon/hello-world", | ||
"version": "0.1.27", | ||
"version": "0.1.28", | ||
"description": "A hello world example using the webdev package.", | ||
"author": "Stan Lemon <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,7 +14,7 @@ | |
"test": "jest" | ||
}, | ||
"engines": { | ||
"node": ">=20.14.0" | ||
"node": ">=22.12.0" | ||
}, | ||
"dependencies": { | ||
"@stanlemon/webdev": "*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@stanlemon/react-pouchdb-example", | ||
"version": "0.3.10", | ||
"version": "0.3.11", | ||
"description": "A react app using pouchdb built in typescript", | ||
"author": "Stan Lemon <[email protected]", | ||
"license": "MIT", | ||
|
@@ -19,7 +19,7 @@ | |
"lint:fix": "eslint --fix ." | ||
}, | ||
"engines": { | ||
"node": ">=20.14.0" | ||
"node": ">=22.12.0" | ||
}, | ||
"dependencies": { | ||
"@fortawesome/fontawesome-svg-core": "^6.7.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@stanlemon/app-template", | ||
"version": "0.3.69", | ||
"version": "0.3.70", | ||
"description": "A template for creating apps using the webdev package.", | ||
"author": "Stan Lemon <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -21,7 +21,7 @@ | |
"lint:fix": "eslint --fix ." | ||
}, | ||
"engines": { | ||
"node": ">=20.14.0" | ||
"node": ">=22.12.0" | ||
}, | ||
"dependencies": { | ||
"@stanlemon/server-with-auth": "*", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"type": "module", | ||
"engines": { | ||
"node": ">=20.14.0" | ||
"node": ">=22.12.0" | ||
}, | ||
"workspaces": [ | ||
"packages/*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "@stanlemon/cli", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"description": "A command tool to make all of my things easier.", | ||
"author": "Stan Lemon <[email protected]>", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=20.14.0" | ||
"node": ">=22.12.0" | ||
}, | ||
"type": "module", | ||
"main": "./index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "@stanlemon/eslint-config", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "My typical eslint setup, but without all the copy and paste.", | ||
"keywords": [ | ||
"eslint" | ||
], | ||
"author": "Stan Lemon <[email protected]>", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=20.14.0" | ||
"node": ">=22.12.0" | ||
}, | ||
"type": "module", | ||
"exports": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "@stanlemon/server-with-auth", | ||
"version": "0.3.28", | ||
"version": "0.3.29", | ||
"description": "A basic express web server setup with authentication baked in.", | ||
"author": "Stan Lemon <[email protected]>", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=20.14.0" | ||
"node": ">=22.12.0" | ||
}, | ||
"type": "module", | ||
"main": "./src/index.js", | ||
|
Oops, something went wrong.