Skip to content

Commit

Permalink
Merge branch 'main' into link-type
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Nov 26, 2024
2 parents 7f64172 + 433cdaa commit 01d6db7
Show file tree
Hide file tree
Showing 20 changed files with 1,337 additions and 889 deletions.
4 changes: 2 additions & 2 deletions builds/respec-aom.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/respec-aom.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions builds/respec-dini.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/respec-dini.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions builds/respec-geonovum.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/respec-geonovum.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/respec-highlight.js

Large diffs are not rendered by default.

141 changes: 72 additions & 69 deletions builds/respec-w3c.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/respec-w3c.js.map

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "respec",
"version": "35.1.0",
"version": "35.1.2",
"license": "W3C",
"description": "A technical specification pre-processor.",
"engines": {
"node": ">=20.12.1"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.14.2",
"bin": {
"respec": "tools/respec2html.js",
"respec2html": "tools/respec2html.js"
Expand All @@ -24,26 +24,26 @@
"Robin Berjon"
],
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/pluralize": "0.0.33",
"boxen": "^7.1.1",
"chokidar": "^3.6.0",
"boxen": "^8.0.1",
"chokidar": "^4.0.1",
"clean-css": "^5.3.3",
"epipebomb": "^1.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-prettier": "^5.1.3",
"highlight.js": "^11.9.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jasmine": "^4.2.2",
"eslint-plugin-prettier": "^5.2.1",
"highlight.js": "^11.10.0",
"hyperhtml": "^2.34.2",
"idb": "^8.0.0",
"jasmine": "^5.1.0",
"jasmine-core": "^5.1.2",
"karma": "^6.4.3",
"jasmine": "^5.4.0",
"jasmine-core": "^5.4.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "^5.1.0",
Expand All @@ -52,15 +52,15 @@
"karma-safari-launcher": "^1.0.0",
"loading-indicator": "^2.0.0",
"pluralize": "^8.0.0",
"prettier": "^3.3.0",
"prettier": "^3.4.0",
"prompt": "^1.3.0",
"rollup": "^4.18.0",
"rollup": "^4.27.4",
"rollup-plugin-minify-html-literals": "^1.2.6",
"serve": "^14.2.3",
"serve-handler": "^6.1.5",
"serve": "^14.2.4",
"serve-handler": "^6.1.6",
"sniffy-mimetype": "^1.1.1",
"typescript": "^5.4.5",
"vnu-jar": "^23.4.11",
"typescript": "^5.7.2",
"vnu-jar": "^24.10.17",
"webidl2": "^24.4.1"
},
"scripts": {
Expand All @@ -87,11 +87,11 @@
},
"dependencies": {
"colors": "1.4.0",
"finalhandler": "^1.2.0",
"finalhandler": "^1.3.1",
"marked": "^12.0.2",
"puppeteer": "^22.10.0",
"puppeteer": "^23.9.0",
"sade": "^1.8.1",
"serve-static": "^1.15.0"
"serve-static": "^1.16.2"
},
"files": [
"builds/",
Expand Down
Loading

0 comments on commit 01d6db7

Please sign in to comment.