|
24 | 24 | "react"
|
25 | 25 | ],
|
26 | 26 | "dependencies": {
|
27 |
| - "@microlink/mql": "~0.10.26", |
| 27 | + "@microlink/mql": "~0.10.30", |
28 | 28 | "is-localhost-url": "~1.0.3",
|
29 |
| - "nanoclamp": "~1.4.1" |
| 29 | + "nanoclamp": "~2.0.4" |
30 | 30 | },
|
31 | 31 | "devDependencies": {
|
32 | 32 | "@babel/core": "latest",
|
33 | 33 | "@babel/plugin-proposal-class-properties": "latest",
|
34 | 34 | "@babel/plugin-proposal-object-rest-spread": "latest",
|
35 | 35 | "@babel/plugin-transform-react-constant-elements": "latest",
|
| 36 | + "@babel/plugin-transform-runtime": "latest", |
36 | 37 | "@babel/preset-env": "latest",
|
37 | 38 | "@babel/preset-react": "latest",
|
| 39 | + "@babel/runtime": "latest", |
38 | 40 | "@microlink/demo-links": "latest",
|
39 | 41 | "@rollup/plugin-babel": "latest",
|
40 | 42 | "@rollup/plugin-commonjs": "latest",
|
41 | 43 | "@rollup/plugin-node-resolve": "latest",
|
| 44 | + "@rollup/plugin-replace": "latest", |
| 45 | + "@rollup/plugin-terser": "latest", |
42 | 46 | "@storybook/addon-storyshots": "latest",
|
43 | 47 | "@storybook/addons": "latest",
|
| 48 | + "@storybook/builder-webpack5": "latest", |
| 49 | + "@storybook/manager-webpack5": "latest", |
44 | 50 | "@storybook/react": "latest",
|
45 | 51 | "@storybook/theming": "latest",
|
46 | 52 | "babel-plugin-transform-react-pure-class-to-function": "latest",
|
|
57 | 63 | "react-dom": "^17",
|
58 | 64 | "rollup": "latest",
|
59 | 65 | "rollup-plugin-filesize": "latest",
|
60 |
| - "rollup-plugin-replace": "latest", |
61 |
| - "rollup-plugin-terser": "latest", |
62 | 66 | "rollup-plugin-visualizer": "latest",
|
63 | 67 | "styled-components": "latest",
|
64 | 68 | "unfetch": "latest"
|
|
70 | 74 | "dist"
|
71 | 75 | ],
|
72 | 76 | "scripts": {
|
73 |
| - "build": "NODE_ENV=production rollup -c rollup.config.js", |
| 77 | + "build": "NODE_ENV=production rollup -c rollup.config.js --bundleConfigAsCjs", |
74 | 78 | "build-storybook": "NODE_ENV=production build-storybook --quiet",
|
75 | 79 | "dev": "start-storybook -p 6006",
|
76 | 80 | "start": "node scripts/start.js",
|
|
0 commit comments