@bigbinary/neetoui 4.4.8 → 4.4.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neetoui",
3
- "version": "4.4.8",
3
+ "version": "4.4.9",
4
4
  "main": "./index.cjs.js",
5
5
  "module": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -8,9 +8,7 @@
8
8
  "license": "MIT",
9
9
  "description": "neetoUI drives the experience at all neeto products",
10
10
  "scripts": {
11
- "start": "NODE_ENV=development webpack-dev-server --open --mode development --config webpack.dev.config.js",
12
11
  "build": "build-storybook && rollup -c rollup.config.js",
13
- "build-example": "NODE_ENV=production webpack --mode production --config webpack.dev.config.js",
14
12
  "prepare": "husky install",
15
13
  "test": "jest",
16
14
  "storybook": "start-storybook -p 6006",
@@ -59,7 +57,7 @@
59
57
  "@babel/preset-env": "7.14.7",
60
58
  "@babel/preset-react": "7.14.5",
61
59
  "@babel/runtime": "7.17.9",
62
- "@bigbinary/neeto-icons": "1.9.10",
60
+ "@bigbinary/neeto-icons": "^1.9.22",
63
61
  "@reach/auto-id": "0.15.0",
64
62
  "@rollup/plugin-alias": "^4.0.3",
65
63
  "@rollup/plugin-babel": "^5.3.1",
@@ -83,8 +81,6 @@
83
81
  "@tippyjs/react": "4.2.5",
84
82
  "antd": "4.24.3",
85
83
  "autoprefixer": "9.0.0",
86
- "babel-jest": "27.3.1",
87
- "babel-loader": "8.1.0",
88
84
  "babel-plugin-import": "^1.13.5",
89
85
  "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
90
86
  "boring-avatars": "^1.7.0",
@@ -140,10 +136,6 @@
140
136
  "tailwindcss": "npm:@tailwindcss/postcss7-compat",
141
137
  "tinycolor2": "^1.4.2",
142
138
  "use-eye-dropper": "^1.4.3",
143
- "webpack": "5.64.3",
144
- "webpack-bundle-analyzer": "4.4.1",
145
- "webpack-cli": "4.9.1",
146
- "webpack-dev-server": "4.7.4",
147
139
  "yup": "0.32.11"
148
140
  },
149
141
  "peerDependencies": {