@televet/kibble-ui 0.1.0-beta.4 → 0.1.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@televet/kibble-ui",
3
- "version": "0.1.0-beta.4",
3
+ "version": "0.1.0-beta.5",
4
4
  "description": "Kibble Design System by Televet",
5
5
  "author": "TeleVet",
6
6
  "main": "build/index.js",
@@ -45,8 +45,6 @@
45
45
  "@babel/preset-react": "^7.14.5",
46
46
  "@babel/runtime": "^7.15.3",
47
47
  "@chakra-ui/storybook-addon": "^1.0.3",
48
- "@emotion/react": "^11.8.1",
49
- "@emotion/styled": "^11.8.1",
50
48
  "@rollup/plugin-babel": "^5.3.0",
51
49
  "@rollup/plugin-commonjs": "^20.0.0",
52
50
  "@rollup/plugin-node-resolve": "^13.0.4",
@@ -100,13 +98,13 @@
100
98
  "rollup-plugin-typescript2": "^0.27.1",
101
99
  "stylelint": "^13.13.1",
102
100
  "stylelint-config-standard": "^22.0.0",
103
- "stylelint-order": "^4.1.0"
104
- },
105
- "dependencies": {
101
+ "stylelint-order": "^4.1.0",
106
102
  "@types/jest": "^27.4.1",
107
103
  "@types/node": "^17.0.21",
108
104
  "@types/react": "^17.0.40",
109
- "@types/react-dom": "^17.0.13",
105
+ "@types/react-dom": "^17.0.13"
106
+ },
107
+ "dependencies": {
110
108
  "@chakra-ui/icons": "^1.1.7",
111
109
  "@chakra-ui/react": "^1.8.6",
112
110
  "@chakra-ui/theme-tools": "^1.3.6",
@@ -118,8 +116,6 @@
118
116
  "peerDependencies": {
119
117
  "@chakra-ui/react": "^1.8.6",
120
118
  "@chakra-ui/icons": "^1.1.7",
121
- "@emotion/react": "^11.8.1",
122
- "@emotion/styled": "^11.8.1",
123
119
  "styled-components": ">=5.0.0",
124
120
  "react-hook-form": ">=5.7.0",
125
121
  "prop-types": ">=15.0.0",