Skip to content

Commit

Permalink
Add the design tokens and the font to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Aug 1, 2023
1 parent eea5e0f commit 049eed2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vector-im/compound-design-tokens": "0.0.3",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-v8": "^0.33.0",
"babel-loader": "^9.1.3",
Expand Down Expand Up @@ -105,12 +106,12 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"@fontsource/inter": "^5",
"@types/react": "*",
"@types/react-dom": "*",
"@vector-im/compound-design-tokens": "0.0.3",
"react": "^17 || ^18",
"react-dom": "^17 || ^18",
"@fontsource/inter": "^5",
"@vector-im/compound-design-tokens": "0.0.3"
"react-dom": "^17 || ^18"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down

0 comments on commit 049eed2

Please sign in to comment.