Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/download-a…
Browse files Browse the repository at this point in the history
…rtifact-4
  • Loading branch information
marcoscaceres authored Dec 28, 2023
2 parents b28990a + a4f469f commit b8f6074
Show file tree
Hide file tree
Showing 16 changed files with 1,338 additions and 1,282 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2020
"ecmaVersion": 2023
},
"rules": {
"import/extensions": ["error", "always", {
Expand Down
198 changes: 99 additions & 99 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.

200 changes: 100 additions & 100 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.

150 changes: 75 additions & 75 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.

640 changes: 320 additions & 320 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.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "respec",
"version": "34.2.2",
"version": "34.3.0",
"license": "W3C",
"description": "A technical specification pre-processor.",
"engines": {
Expand Down Expand Up @@ -34,11 +34,11 @@
"chokidar": "^3.5.3",
"clean-css": "^5.3.3",
"epipebomb": "^1.0.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.2",
"highlight.js": "^11.9.0",
"hyperhtml": "^2.34.2",
"idb": "^8.0.0",
Expand All @@ -53,14 +53,14 @@
"karma-safari-launcher": "^1.0.0",
"loading-indicator": "^2.0.0",
"pluralize": "^8.0.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prompt": "^1.3.0",
"rollup": "^4.6.1",
"rollup": "^4.9.1",
"rollup-plugin-minify-html-literals": "^1.2.6",
"serve": "^14.2.1",
"serve-handler": "^6.1.5",
"sniffy-mimetype": "^1.1.1",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"vnu-jar": "^23.4.11",
"webidl2": "^24.4.1"
},
Expand Down Expand Up @@ -90,7 +90,7 @@
"colors": "1.4.0",
"finalhandler": "^1.2.0",
"marked": "^4.3.0",
"puppeteer": "^21.6.0",
"puppeteer": "^21.6.1",
"sade": "^1.8.1",
"serve-static": "^1.15.0"
},
Expand Down
Loading

0 comments on commit b8f6074

Please sign in to comment.