-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): upgrade, sort package.json
- Loading branch information
Showing
10 changed files
with
275 additions
and
294 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
*.lockb binary diff=lockb |
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,28 +1,21 @@ | ||
{ | ||
"name": "nue-glow", | ||
"version": "0.1.3", | ||
|
||
"description": "Tiny, pixel-perfect Markdown syntax highlighter", | ||
"homepage": "https://nuejs.org/blog/introducing-glow", | ||
|
||
"license": "MIT", | ||
"type": "module", | ||
"main": "index.js", | ||
"repository": { | ||
"url": "https://github.com/nuejs/nue", | ||
"directory": "packages/glow", | ||
"type": "git" | ||
}, | ||
|
||
"main": "index.js", | ||
|
||
"license": "MIT", | ||
"type": "module", | ||
|
||
"devDependencies": { | ||
"lightningcss": "^1.23" | ||
}, | ||
|
||
"engines": { | ||
"bun": ">= 1", | ||
"node": ">= 18" | ||
}, | ||
"devDependencies": { | ||
"lightningcss": "^1.26.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,10 +1,9 @@ | ||
{ | ||
"private": true, | ||
"name": "nuejs.org", | ||
"description": "The official Nue website", | ||
"homepage": "https://nuejs.org", | ||
"private": true, | ||
"engines": { | ||
"bun": ">= 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,32 +1,25 @@ | ||
{ | ||
"name": "nuejs-core", | ||
"version": "0.4.0", | ||
|
||
"description": "The Nue framework for building user interfaces", | ||
"homepage": "https://nuejs.org", | ||
|
||
"repository": { | ||
"url": "https://github.com/nuejs/nue", | ||
"directory": "packages/nuejs", | ||
"type": "git" | ||
"name": "nuejs-core", | ||
"version": "0.4.0", | ||
"description": "The Nue framework for building user interfaces", | ||
"homepage": "https://nuejs.org", | ||
"license": "MIT", | ||
"type": "module", | ||
"main": "index.js", | ||
"repository": { | ||
"url": "https://github.com/nuejs/nue", | ||
"directory": "packages/nuejs", | ||
"type": "git" | ||
}, | ||
|
||
"license": "MIT", | ||
"type": "module", | ||
|
||
"scripts": { | ||
"test": "cd test && bun test", | ||
"compile": "cd test && bun compile.js" | ||
}, | ||
|
||
"main": "index.js", | ||
|
||
"dependencies": { | ||
"htmlparser2": "^9.0.0" | ||
}, | ||
|
||
"engines": { | ||
"bun": ">= 1", | ||
"node": ">= 18" | ||
} | ||
"engines": { | ||
"bun": ">= 1", | ||
"node": ">= 18" | ||
}, | ||
"scripts": { | ||
"test": "cd test && bun test", | ||
"compile": "cd test && bun compile.js" | ||
}, | ||
"dependencies": { | ||
"htmlparser2": "^9.1.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,36 +1,36 @@ | ||
{ | ||
"name": "nuekit", | ||
"version": "0.5.3", | ||
"description": "The closer-to-standards web framework. Build sites and apps with less effort.", | ||
"homepage": "https://nuejs.org", | ||
"license": "MIT", | ||
"type": "module", | ||
"repository": { | ||
"url": "https://github.com/nuejs/nue", | ||
"directory": "packages/nuekit", | ||
"type": "git" | ||
}, | ||
"bin": { | ||
"nue": "./src/cli.js" | ||
}, | ||
"scripts": { | ||
"test": "cd test && bun test" | ||
}, | ||
"dependencies": { | ||
"diff-dom": "^5.0.6", | ||
"es-main": "^1.3.0", | ||
"import-meta-resolve": "^4.0.0", | ||
"js-yaml": "^4.1.0", | ||
"lightningcss": "^1.24.0", | ||
"nue-glow": "*", | ||
"nuejs-core": "*", | ||
"nuemark": "*" | ||
}, | ||
"engines": { | ||
"bun": ">= 1", | ||
"node": ">= 18" | ||
}, | ||
"name": "nuekit", | ||
"version": "0.5.3", | ||
"description": "The closer-to-standards web framework. Build sites and apps with less effort.", | ||
"homepage": "https://nuejs.org", | ||
"license": "MIT", | ||
"type": "module", | ||
"repository": { | ||
"url": "https://github.com/nuejs/nue", | ||
"directory": "packages/nuekit", | ||
"type": "git" | ||
}, | ||
"bin": { | ||
"nue": "./src/cli.js" | ||
}, | ||
"engines": { | ||
"bun": ">= 1", | ||
"node": ">= 18" | ||
}, | ||
"scripts": { | ||
"test": "cd test && bun test" | ||
}, | ||
"dependencies": { | ||
"diff-dom": "^5.1.4", | ||
"es-main": "^1.3.0", | ||
"import-meta-resolve": "^4.1.0", | ||
"js-yaml": "^4.1.0", | ||
"lightningcss": "^1.26.0", | ||
"nue-glow": "*", | ||
"nuejs-core": "*", | ||
"nuemark": "*" | ||
}, | ||
"devDependencies": { | ||
"@happy-dom/global-registrator": "^14.7.1" | ||
"@happy-dom/global-registrator": "^14.12.3" | ||
} | ||
} |
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
Oops, something went wrong.