Skip to content

Commit

Permalink
📦️ chore(tsconfig): Prepare package for release
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Jan 31, 2024
1 parent 103810b commit 9e78703
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@synthetixio/synpress": "workspace:*",
"tsconfig": "workspace:*",
"@synthetixio/synpress-tsconfig": "workspace:*",
"typedoc": "^0.25.6",
"typedoc-plugin-markdown": "4.0.0-next.38",
"typedoc-vitepress-theme": "^1.0.0-next.4",
Expand Down
2 changes: 1 addition & 1 deletion docs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "tsconfig/base.json",
"extends": "@synthetixio/synpress-tsconfig/base.json",
"compilerOptions": {
"rootDir": "."
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@synthetixio/synpress-tsconfig": "workspace:*",
"@types/archiver": "^5.3.3",
"@types/fs-extra": "^11.0.2",
"@types/gradient-string": "^1.1.4",
Expand All @@ -53,7 +54,6 @@
"memfs": "^4.5.0",
"msw": "^2.0.11",
"rimraf": "^5.0.1",
"tsconfig": "workspace:*",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "tsconfig/base.json",
"extends": "@synthetixio/synpress-tsconfig/base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "types",
Expand Down
2 changes: 1 addition & 1 deletion packages/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@synthetixio/synpress-tsconfig": "workspace:*",
"@types/fs-extra": "^11.0.2",
"@types/node": "^20.8.0",
"rimraf": "^5.0.1",
"tsconfig": "workspace:*",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/fixtures/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "tsconfig/base.json",
"extends": "@synthetixio/synpress-tsconfig/base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "types",
Expand Down
4 changes: 2 additions & 2 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tsconfig",
"name": "@synthetixio/synpress-tsconfig",
"version": "0.0.0",
"private": true,
"type": "module",
"files": [
"base.json"
]
Expand Down
26 changes: 13 additions & 13 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 release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@synthetixio/synpress-metamask": "workspace:*"
},
"devDependencies": {
"@synthetixio/synpress-tsconfig": "workspace:*",
"@types/node": "^20.8.0",
"rimraf": "^5.0.1",
"tsconfig": "workspace:*",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion release/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "tsconfig/base.json",
"extends": "@synthetixio/synpress-tsconfig/base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "types",
Expand Down
2 changes: 1 addition & 1 deletion wallets/metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@synthetixio/synpress-tsconfig": "workspace:*",
"@types/node": "^20.8.0",
"@vitest/coverage-v8": "1.0.0-beta.0",
"rimraf": "^5.0.1",
"tsconfig": "workspace:*",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion wallets/metamask/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "tsconfig/base.json",
"extends": "@synthetixio/synpress-tsconfig/base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "types",
Expand Down

0 comments on commit 9e78703

Please sign in to comment.