Skip to content

Commit

Permalink
Update deps, fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Aug 22, 2024
1 parent bf7fc9d commit caae64e
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 117 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
"@cto.af/eslint-config": "4.1.5",
"c8": "10.1.2",
"eslint": "9.9.0",
"eslint-plugin-jsdoc": "50.2.1",
"eslint-plugin-jsdoc": "50.2.2",
"eslint-plugin-markdown": "5.1.0",
"rimraf": "^6.0.1",
"tsup": "8.2.4",
"typedoc": "0.26.5",
"typescript-eslint": "8.1.0"
"typedoc": "0.26.6",
"typescript-eslint": "8.2.0"
},
"overrides": {
"@typescript-eslint/utils": "8.0.0-alpha.44",
Expand All @@ -69,7 +69,7 @@
"@typescript-eslint/parser": "8.0.0-alpha.44"
}
},
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.8.0",
"engines": {
"node": ">=18"
}
Expand Down
86 changes: 43 additions & 43 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/diagnostic.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ test('never use lengths', () => {
diagnose('1b0000000000000002', {diagnosticSizes: DiagnosticSizes.NEVER}),
'2'
);
})
});
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"author": "Joe Hildebrand <[email protected]>",
"license": "MIT",
"devDependencies": {
"@playwright/test": "1.46.0",
"@playwright/test": "1.46.1",
"cbor2": "link:..",
"css-loader": "7.1.2",
"five-server": "0.3.3",
"html-webpack-plugin": "5.6.0",
"node-inspect-extracted": "3.0.2",
"style-loader": "4.0.0",
"webpack": "5.93.0",
"webpack": "5.94.0",
"webpack-cli": "5.1.4"
},
"engines": {
Expand Down
Loading

0 comments on commit caae64e

Please sign in to comment.