Skip to content

Commit

Permalink
task: cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cngJo committed May 6, 2023
1 parent be4c182 commit 5c273b4
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/core": "^7.0.0",
"@nuxt/devtools": "^0.1.2",
"@types/node": "^17.0.12",
"eslint-config-custom": "*",
"eslint-config-custom": "file:../eslint-config-custom",
"tsconfig": "*",
"typescript": "^4.5.3"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typescript": "~5.0.4",
"vite": "^4.3.4",
"vue-tsc": "^1.6.4",
"eslint-config-custom": "*",
"eslint-config-custom": "file:../eslint-config-custom",
"tsconfig": "*"
}
}
28 changes: 17 additions & 11 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"test:e2e": "turbo run test:e2e"
},
"devDependencies": {
"eslint-config-custom": "*",
"prettier": "latest",
"turbo": "latest"
},
"engines": {
Expand Down
6 changes: 1 addition & 5 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@
"base.json",
"nextjs.json",
"react-library.json"
],
"dependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"eslint-config-custom": "file:../eslint-config-custom"
}
]
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@vue/test-utils": "^2.2.10",
"eslint-config-custom": "*",
"eslint-config-custom": "file:../eslint-config-custom",
"jsdom": "^21.1.0",
"tsconfig": "*",
"typescript": "^4.5.2",
Expand Down

0 comments on commit 5c273b4

Please sign in to comment.