Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Mar 7, 2024
1 parent b242ccc commit 9a2ac7b
Show file tree
Hide file tree
Showing 11 changed files with 517 additions and 327 deletions.
6 changes: 3 additions & 3 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"serve": "vite preview --port 3000"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@fission-codes/eslint-config": "workspace:^",
"@types/node": "^20.11.19",
"@types/node": "^20.11.25",
"hd-scripts": "^9.0.6",
"prettier": "3.2.5",
"typescript": "5.3.3",
"typescript": "5.4.2",
"vite": "^4.5.0"
},
"eslintConfig": {
Expand Down
10 changes: 5 additions & 5 deletions examples/homestar-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
"@bytecodealliance/preview2-shim": "^0.15.1",
"@fission-codes/channel": "workspace:^",
"@fission-codes/homestar": "workspace:^",
"@hono/node-server": "^1.8.1",
"@hono/node-server": "^1.8.2",
"@paulmillr/qr": "^0.1.1",
"ajv": "^8.12.0",
"execa": "^8.0.1",
"exit-hook": "^4.0.0",
"homestar-runtime": "0.2.0",
"hono": "^4.0.5",
"hono": "^4.0.10",
"iso-web": "^1.0.4",
"kubo-rpc-client": "^3.0.3",
"listhen": "^1.6.0",
"kubo-rpc-client": "^3.0.4",
"listhen": "^1.7.2",
"ora": "^8.0.1",
"p-defer": "^4.0.0",
"sade": "^1.8.1",
"tempy": "^3.1.0",
"ts-json-schema-generator": "^1.5.0"
},
"devDependencies": {
"@types/node": "^20.11.19"
"@types/node": "^20.11.25"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"depcheck": "^1.4.7",
"lint-staged": "^15.2.2",
"prettier": "3.2.5",
"simple-git-hooks": "^2.9.0",
"typedoc": "^0.25.8",
"simple-git-hooks": "^2.10.0",
"typedoc": "^0.25.11",
"typedoc-plugin-missing-exports": "^2.2.0",
"typedoc-plugin-zod": "^1.1.2",
"typescript": "5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/channel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
"iso-websocket": "^0.2.0"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/node": "^20.11.25",
"p-defer": "^4.0.0",
"playwright-test": "^14.1.1",
"type-fest": "^4.10.2",
"type-fest": "^4.11.1",
"unws": "^0.2.4",
"ws": "^8.16.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@testcontainers/postgresql": "^10.7.1",
"@types/node": "^20.11.19",
"@testcontainers/postgresql": "^10.7.2",
"@types/node": "^20.11.25",
"execa": "^8.0.1",
"iso-websocket": "^0.2.0",
"msw": "^2.1.5",
"p-defer": "^4.0.0",
"playwright-test": "^14.1.1",
"tempy": "^3.1.0",
"testcontainers": "^10.7.1"
"testcontainers": "^10.7.2"
},
"publishConfig": {
"provenance": true
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-yml": "^1.11.0",
"typescript": "^5.3.3"
"typescript": "5.3.3"
},
"devDependencies": {
"@types/assert": "^1.5.9",
"@types/eslint": "^8.44.9",
"@types/eslint": "^8.56.5",
"@types/mocha": "^10.0.4",
"@types/node": "^20.11.19",
"@types/node": "^20.11.25",
"assert": "^2.1.0",
"mocha": "^10.3.0"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/eslint-config/src/configs/markdown.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use strict'

/** @type {import('eslint').Linter.RulesRecord} */
const offRules = {
'unicorn/no-process-exit': 'off',
'jsdoc/require-jsdoc': 'off',
Expand All @@ -11,7 +12,8 @@ const offRules = {
'unicorn/filename-case': 'off',
}

exports.config = [
/** @type {import('eslint').Linter.ConfigOverride<import('eslint').Linter.RulesRecord>[]} */
const config = [
{
files: ['*.md'],
extends: ['plugin:markdown/recommended'],
Expand All @@ -33,3 +35,5 @@ exports.config = [
plugins: ['@typescript-eslint'],
},
]

module.exports = { config }
3 changes: 1 addition & 2 deletions packages/homestar-wit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@
"test:node": "playwright-test 'test/**/!(*.browser).test.js' --mode node",
"test:browser": "playwright-test 'test/**/!(*.node).test.js'"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/node": "^20.11.25",
"playwright-test": "^14.1.1"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/homestar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"test:browser": "playwright-test 'test/**/!(*.node).test.js' --assets test/fixtures"
},
"dependencies": {
"@bytecodealliance/componentize-js": "^0.7.0",
"@bytecodealliance/componentize-js": "^0.7.1",
"@fission-codes/channel": "workspace:^",
"@fission-codes/homestar-wit": "workspace:^",
"@ipld/dag-cbor": "^9.2.0",
Expand All @@ -73,7 +73,7 @@
"emittery": "^1.0.3",
"esbuild": "^0.20.1",
"esbuild-plugin-replace-regex": "^0.0.2",
"get-tsconfig": "^4.7.2",
"get-tsconfig": "^4.7.3",
"just-kebab-case": "^4.2.0",
"multiformats": "^13.1.0",
"object-path": "^0.11.8",
Expand All @@ -82,17 +82,17 @@
"devDependencies": {
"@types/get-value": "^3.0.5",
"@types/json-templates": "^3.0.3",
"@types/node": "^20.11.19",
"@types/node": "^20.11.25",
"@types/object-path": "^0.11.4",
"execa": "^8.0.1",
"homestar-runtime": "^0.2.0",
"iso-base": "^2.0.1",
"kubo-rpc-client": "^3.0.3",
"kubo-rpc-client": "^3.0.4",
"p-defer": "^4.0.0",
"playwright-test": "^14.1.1",
"tempy": "^3.1.0",
"testcontainers": "^10.7.1",
"type-fest": "^4.10.2",
"testcontainers": "^10.7.2",
"type-fest": "^4.11.1",
"unws": "^0.2.4",
"ws": "^8.16.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ucan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
"multiformats": "^13.1.0"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/node": "^20.11.25",
"playwright-test": "^14.1.1",
"type-fest": "^4.10.2"
"type-fest": "^4.11.1"
},
"publishConfig": {
"provenance": true
Expand Down
Loading

0 comments on commit 9a2ac7b

Please sign in to comment.