Skip to content

Commit

Permalink
fix: small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
LexSwed committed Mar 31, 2022
1 parent 5c26fb8 commit 822766e
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 140 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.next
dist
node_modules
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"postpublish": "pinst --enable"
},
"dependencies": {
"@floating-ui/react-dom": "^0.6.0",
"@floating-ui/react-dom": "^0.6.1",
"@heroicons/react": "^1.0.6",
"@radix-ui/react-collapsible": "^0.1.6",
"@radix-ui/react-dialog": "^0.1.7",
Expand All @@ -60,10 +60,10 @@
"react-keyed-flatten-children": "^1.3.0"
},
"devDependencies": {
"@mdx-js/loader": "^2.1.0",
"@mdx-js/mdx": "^2.1.0",
"@mdx-js/react": "^2.1.0",
"@next/mdx": "^12.1.3",
"@mdx-js/loader": "^2.1.1",
"@mdx-js/mdx": "^2.1.1",
"@mdx-js/react": "^2.1.1",
"@next/mdx": "^12.1.4",
"@stitches/react": "^1.2.7",
"@types/glob": "^7.2.0",
"@types/jest": "^27.4.1",
Expand All @@ -74,7 +74,7 @@
"@typescript-eslint/parser": "^5.17.0",
"esbuild": "^0.14.29",
"eslint": "8.12.0",
"eslint-config-next": "^12.1.3",
"eslint-config-next": "^12.1.4",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
Expand All @@ -86,7 +86,7 @@
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.6",
"next": "^12.1.3",
"next": "^12.1.4",
"npm-run-all": "^4.1.5",
"pinst": "^3.0.0",
"prettier": "^2.6.1",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"emitDeclarationOnly": true,
"types": ["node"]
},
"include": ["src/lib"]
"include": ["src/lib"],
"exclude": ["node_modules"]
}
Loading

1 comment on commit 822766e

@vercel
Copy link

@vercel vercel bot commented on 822766e Mar 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.