Skip to content

Commit

Permalink
chore: declare @altano/build-config as explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
altano committed Sep 1, 2024
1 parent 3d66160 commit e46d7af
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@fontsource/inter": "^5.0.17"
},
"devDependencies": {
"@altano/build-config": "workspace:*",
"@altano/tsconfig": "workspace:*",
"@arethetypeswrong/cli": "^0.15.4",
"@types/node": "^20.11.25",
Expand Down
1 change: 1 addition & 0 deletions packages/html-cdnify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"streamifier": "^0.1.1"
},
"devDependencies": {
"@altano/build-config": "workspace:*",
"@altano/tsconfig": "workspace:*",
"@arethetypeswrong/cli": "^0.15.4",
"@types/glob": "^8.1.0",
Expand Down
1 change: 1 addition & 0 deletions packages/remark-mdx-toc-with-slugs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@altano/build-config": "workspace:*",
"@altano/remark-plugin-test-util": "workspace:*",
"@altano/tsconfig": "workspace:*",
"@altano/vitest-plugins": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions packages/remark-plugin-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"dist/**/*.d.ts"
],
"devDependencies": {
"@altano/build-config": "workspace:*",
"@altano/tsconfig": "workspace:*",
"@arethetypeswrong/cli": "^0.15.4",
"@types/debug": "^4.1.12",
Expand Down
1 change: 1 addition & 0 deletions packages/repository-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
},
"license": "ISC",
"devDependencies": {
"@altano/build-config": "workspace:*",
"@altano/tsconfig": "workspace:*",
"@altano/vitest-plugins": "workspace:*",
"@arethetypeswrong/cli": "^0.15.4",
Expand Down
1 change: 1 addition & 0 deletions packages/satori-fit-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
},
"devDependencies": {
"@altano/assets": "workspace:*",
"@altano/build-config": "workspace:*",
"@altano/tiny-async-pool": "workspace:*",
"@altano/tsconfig": "workspace:*",
"@arethetypeswrong/cli": "^0.15.4",
Expand Down
1 change: 1 addition & 0 deletions packages/textfit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
],
"license": "MIT",
"devDependencies": {
"@altano/build-config": "workspace:*",
"@altano/tsconfig": "workspace:*",
"@arethetypeswrong/cli": "^0.15.4",
"@playwright/test": "1.40.0",
Expand Down
1 change: 1 addition & 0 deletions packages/tiny-async-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
],
"license": "MIT",
"devDependencies": {
"@altano/build-config": "workspace:*",
"@altano/tsconfig": "workspace:*",
"@arethetypeswrong/cli": "^0.15.4",
"@types/node": "^20.11.25",
Expand Down
1 change: 1 addition & 0 deletions packages/use-element-observer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"react": "^18"
},
"devDependencies": {
"@altano/build-config": "workspace:*",
"@altano/tsconfig": "workspace:*",
"@arethetypeswrong/cli": "^0.15.4",
"@testing-library/jest-dom": "^6.4.2",
Expand Down
1 change: 1 addition & 0 deletions packages/use-toc-visible-sections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"react": "^18"
},
"devDependencies": {
"@altano/build-config": "workspace:*",
"@altano/tsconfig": "workspace:*",
"@arethetypeswrong/cli": "^0.15.4",
"@playwright/test": "1.40.0",
Expand Down
1 change: 1 addition & 0 deletions packages/use-visible-elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"react": "^18"
},
"devDependencies": {
"@altano/build-config": "workspace:*",
"@altano/tsconfig": "workspace:*",
"@arethetypeswrong/cli": "^0.15.4",
"@playwright/test": "1.40.0",
Expand Down
33 changes: 33 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit e46d7af

Please sign in to comment.