Skip to content

Commit

Permalink
bump(deps): update deps (#115)
Browse files Browse the repository at this point in the history
* bump(deps): update @ordzaar/standard to v1

* fix(lint): lint error
  • Loading branch information
Nanosync authored Jan 29, 2024
1 parent 550eb59 commit fab4d45
Show file tree
Hide file tree
Showing 8 changed files with 805 additions and 578 deletions.
4 changes: 2 additions & 2 deletions apps/browser-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@ordzaar/standard-web": "^0.4.15",
"@ordzaar/standard-web-linter": "^0.4.15",
"@ordzaar/standard-web": "^1.2.0",
"@ordzaar/standard-web-linter": "^1.2.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/browser-tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
},
"include": ["./src", "./src/types"],
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist"],
}
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.1",
"@ordzaar/standard-typescript": "^0.4.15",
"@ordzaar/standard-typescript": "^1.2.0",
"@tsconfig/docusaurus": "^2.0.2"
},
"browserslist": {
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"extends": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"module": "Node16"
}
"module": "Node16",
},
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"docs:clean": "turbo run clean --filter=docs"
},
"devDependencies": {
"@ordzaar/standard-linter": "^0.4.15",
"@ordzaar/standard-typescript": "^0.4.15",
"@vitest/coverage-v8": "^0.34.6",
"@ordzaar/standard-linter": "^1.2.0",
"@ordzaar/standard-typescript": "^1.2.0",
"@vitest/coverage-v8": "^1.2.2",
"husky": "^9.0.6",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"vite": "^4.5.0",
"vitest": "^0.34.6"
"vitest": "^1.2.2"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"sats-connect": "1.1.2"
},
"devDependencies": {
"@ordzaar/standard-typescript": "^0.4.15",
"@ordzaar/standard-typescript": "^1.2.0",
"@types/node": "^20.9.0",
"happy-dom": "^12.10.3",
"happy-dom": "^13.3.1",
"vite-plugin-dts": "^3.7.2",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-node-polyfills": "^0.19.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "./",
"outDir": "./dist"
"outDir": "./dist",
},
"include": ["./src", "./src/types"],
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist"],
}
1,353 changes: 790 additions & 563 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit fab4d45

Please sign in to comment.