Skip to content

Commit

Permalink
Merge pull request #58 from hildjj/two-columns
Browse files Browse the repository at this point in the history
two columns
  • Loading branch information
hildjj authored Jan 6, 2025
2 parents ef0e9f7 + 760e5fc commit d57b68d
Show file tree
Hide file tree
Showing 8 changed files with 420 additions and 358 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default [
'dcbor-test-vectors/**',
'web/playwright-report/**',
'web/test-results/**',
'test-vectors/*',
],
},
...base,
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@
],
"license": "MIT",
"devDependencies": {
"@cto.af/eslint-config": "5.1.1",
"c8": "10.1.2",
"eslint": "9.16.0",
"eslint-plugin-jsdoc": "50.6.0",
"@cto.af/eslint-config": "5.1.4",
"c8": "10.1.3",
"eslint": "9.17.0",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-markdown": "5.1.0",
"package-extract": "2.3.0",
"rimraf": "^5.0.10",
"tsup": "8.3.5",
"typedoc": "0.27.2",
"typescript-eslint": "8.17.0"
"typedoc": "0.27.6",
"typescript-eslint": "8.19.1"
},
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.3",
"engines": {
"node": ">=18"
}
Expand Down
Loading

0 comments on commit d57b68d

Please sign in to comment.