Skip to content

Commit

Permalink
clean up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Feb 12, 2024
1 parent 4187fda commit 20a91fd
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 449 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@
"chokidar": ">=3.0.0",
"crypto-js@<=4.1.1": "^4.2.0",
"csstype": "^3.1.2",
"eslint-plugin-import": "npm:eslint-plugin-i",
"eslint-plugin-node": "npm:eslint-plugin-n",
"glob-parent@<5.1.2": "^5.1.2",
"http-cache-semantics@<=4.1.0": "^4.1.1",
"listr2@<5": "^5.0.5",
Expand Down
1 change: 0 additions & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"nanoid": "5.0.5",
"slugify": "1.6.6",
"tiny-invariant": "1.3.1",
"useful-typescript-functions": "4.0.7",
"zod": "3.22.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"eslint-plugin-codegen": "0.23.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-i18next": "6.0.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-import": "npm:eslint-plugin-i@2.29.1",
"eslint-plugin-node": "npm:[email protected]",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-turbo": "1.12.3",
Expand Down
Loading

0 comments on commit 20a91fd

Please sign in to comment.