Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ParkingMode #6

Merged
merged 12 commits into from
Mar 4, 2024
Prev Previous commit
Next Next commit
feat: mv dependencies into peer deps
- @emotion/css
- @emotion/styled
- punycode
- marked
- dompurify
y3lo committed Mar 1, 2024
commit efba91a4b92bab6dee887dea2e8ff101936d2bdc
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -45,20 +45,18 @@
"bump": "npm version patch && git push --follow-tags"
},
"dependencies": {
"@emotion/css": "^11.11.2",
"@emotion/styled": "^11.11.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^2.0.3",
"@types/dompurify": "^3.0.5",
"@uidotdev/usehooks": "^2.4.1",
"clsx": "^2.1.0",
"moment": "^2.30.1",
"punycode": "^2.3.1",
"tailwind-merge": "^2.2.1",
"typescript": "^5.3.3"
},
"license": "UNLICENSED",
"devDependencies": {
"@emotion/css": "^11.11.2",
"@emotion/styled": "^11.11.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-image": "^3.0.3",
@@ -79,6 +77,7 @@
"@storybook/test-runner": "^0.16.0",
"@storybook/theming": "^7.6.13",
"@svgr/rollup": "^8.1.0",
"@types/dompurify": "^3.0.5",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.14",
"@types/punycode": "^2.1.4",
@@ -96,6 +95,7 @@
"marked": "^12.0.0",
"postcss": "^8.4.35",
"postcss-nested": "^6.0.1",
"punycode": "^2.3.1",
"rimraf": "^5.0.5",
"rollup": "^4.12.0",
"rollup-plugin-dts": "^6.1.0",
@@ -108,10 +108,13 @@
"vite-plugin-svgr": "^4.2.0"
},
"peerDependencies": {
"@emotion/css": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@types/react": "*",
"@types/react-dom": "*",
"dompurify": "^3.0.0",
"marked": "^12.0.0",
"punycode": "^2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
}