-
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
b9636df
commit d15ed27
Showing
12 changed files
with
53 additions
and
53 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,6 +1,6 @@ | ||
{ | ||
"name": "@stanlemon/hello-world", | ||
"version": "0.1.29", | ||
"version": "0.1.30", | ||
"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.18.1" | ||
"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.13", | ||
"version": "0.3.14", | ||
"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.18.1" | ||
"node": ">=22.12.0" | ||
}, | ||
"dependencies": { | ||
"@fortawesome/fontawesome-svg-core": "^6.7.2", | ||
|
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.71", | ||
"version": "0.3.72", | ||
"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.18.1" | ||
"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.18.1" | ||
"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.25", | ||
"version": "0.1.26", | ||
"description": "A command tool to make all of my things easier.", | ||
"author": "Stan Lemon <[email protected]>", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=20.18.1" | ||
"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.8", | ||
"version": "3.0.9", | ||
"description": "My typical eslint setup, but without all the copy and paste.", | ||
"keywords": [ | ||
"eslint" | ||
], | ||
"author": "Stan Lemon <[email protected]>", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=20.18.1" | ||
"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.29", | ||
"version": "0.3.30", | ||
"description": "A basic express web server setup with authentication baked in.", | ||
"author": "Stan Lemon <[email protected]>", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=20.18.1" | ||
"node": ">=22.12.0" | ||
}, | ||
"type": "module", | ||
"main": "./src/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,11 +1,11 @@ | ||
{ | ||
"name": "@stanlemon/server", | ||
"version": "0.3.39", | ||
"version": "0.3.40", | ||
"description": "A basic express web server setup.", | ||
"author": "Stan Lemon <[email protected]>", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=20.18.1" | ||
"node": ">=22.12.0" | ||
}, | ||
"type": "module", | ||
"main": "./src/index.js", | ||
|
Oops, something went wrong.