Skip to content

Commit

Permalink
Fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Aug 23, 2024
1 parent e407be0 commit efb713c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 121 deletions.
2 changes: 1 addition & 1 deletion packages/steiger-plugin-fsd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
"devDependencies": {
"@steiger/eslint-config": "workspace:*",
"@steiger/tsconfig": "workspace:*",
"@steiger/toolkit": "workspace:*",
"@steiger/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "^0.5.1",
"@types/lodash-es": "^4.17.12",
"@types/pluralize": "^0.0.33",
Expand Down
11 changes: 3 additions & 8 deletions packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,16 @@
"url": "https://github.com/illright"
}
],
"dependencies": {
"lodash-es": "^4.17.21",
"pluralize": "^8.0.0",
"precinct": "^12.1.1",
"tsconfck": "^3.0.3"
"peerDependencies": {
"vitest": "^1.6.0"
},
"devDependencies": {
"@steiger/eslint-config": "workspace:*",
"@steiger/tsconfig": "workspace:*",
"@steiger/types": "workspace:*",
"@total-typescript/ts-reset": "^0.5.1",
"@types/lodash-es": "^4.17.12",
"@types/pluralize": "^0.0.33",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"vitest": "^1.6.0"
}
}
120 changes: 8 additions & 112 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 efb713c

Please sign in to comment.