|
7 | 7 | "scripts": { |
8 | 8 | "clean:commonjs": "rimraf lib", |
9 | 9 | "clean:umd": "rimraf dist", |
10 | | - "create-github-release": "conventional-github-releaser -p angular", |
11 | 10 | "build:commonjs": "cross-env BABEL_OUTPUT=commonjs babel src/ --out-dir lib/ --ignore **/__tests__,**/__mocks__", |
12 | 11 | "build:esm": "babel src/ --out-dir esm/ --ignore **/__tests__,**/__mocks__", |
13 | 12 | "build:umd": "rollup -c", |
|
18 | 17 | "prepublishOnly": "yarn run build", |
19 | 18 | "release": "semantic-release", |
20 | 19 | "test": "cross-env BABEL_OUTPUT=commonjs jest", |
21 | | - "start": "webpack-dev-server --inline --content-base examples/", |
| 20 | + "start": "webpack serve --inline --content-base examples/ --port 8000", |
22 | 21 | "website": "run-s website:clean website:build website:redirect", |
23 | 22 | "website:clean": "rimraf examples/dist", |
24 | 23 | "website:build": "cross-env BABEL_TARGET=examples NODE_ENV=production webpack", |
|
53 | 52 | "devDependencies": { |
54 | 53 | "@babel/cli": "^7.0.0", |
55 | 54 | "@babel/core": "^7.0.0", |
| 55 | + "@babel/eslint-parser": "^7.12.1", |
56 | 56 | "@babel/plugin-external-helpers": "^7.0.0", |
57 | 57 | "@babel/plugin-proposal-class-properties": "^7.0.0", |
58 | 58 | "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
59 | 59 | "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
60 | 60 | "@babel/preset-env": "^7.0.0", |
61 | 61 | "@babel/preset-react": "^7.0.0", |
62 | | - "babel-core": "^7.0.0-0", |
63 | | - "babel-eslint": "^10.0.1", |
| 62 | + "@testing-library/dom": "^7.29.0", |
| 63 | + "@testing-library/jest-dom": "^5.11.6", |
| 64 | + "@testing-library/react": "^11.2.2", |
| 65 | + "@testing-library/user-event": "^12.5.0", |
64 | 66 | "babel-jest": "^26.0.1", |
65 | | - "babel-loader": "^8.0.0", |
66 | | - "babel-plugin-transform-react-remove-prop-types": "^0.4.15", |
67 | | - "conventional-github-releaser": "^3.1.2", |
| 67 | + "babel-loader": "^8.2.2", |
| 68 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
68 | 69 | "cross-env": "^7.0.2", |
69 | | - "css-loader": "^3.3.2", |
70 | | - "enzyme": "^3.5.0", |
71 | | - "enzyme-adapter-react-16": "^1.3.0", |
| 70 | + "css-loader": "^5.0.1", |
| 71 | + "enzyme": "^3.11.0", |
72 | 72 | "eslint": "^7.1.0", |
73 | | - "eslint-config-airbnb": "^18.0.1", |
74 | | - "eslint-config-prettier": "^6.7.0", |
75 | | - "eslint-plugin-import": "^2.14.0", |
76 | | - "eslint-plugin-jsx-a11y": "^6.1.1", |
77 | | - "eslint-plugin-prettier": "^3.0.1", |
78 | | - "eslint-plugin-react": "^7.11.1", |
79 | | - "file-loader": "^6.0.0", |
80 | | - "hoist-non-react-statics": "^3.0.1", |
81 | | - "html-loader": "^1.1.0", |
82 | | - "html-webpack-plugin": "^4.3.0", |
| 73 | + "eslint-config-prettier": "^7.0.0", |
| 74 | + "eslint-plugin-import": "^2.22.1", |
| 75 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 76 | + "eslint-plugin-prettier": "^3.2.0", |
| 77 | + "eslint-plugin-react": "^7.21.5", |
| 78 | + "file-loader": "^6.2.0", |
| 79 | + "hoist-non-react-statics": "^3.3.2", |
| 80 | + "html-loader": "^1.3.2", |
| 81 | + "html-webpack-plugin": "^4.5.0", |
83 | 82 | "husky": "^4.2.5", |
84 | | - "jest": "^26.0.1", |
85 | | - "less-loader": "^6.1.0", |
| 83 | + "jest": "^26.6.3", |
| 84 | + "less": "^3.13.0", |
| 85 | + "less-loader": "^7.1.0", |
86 | 86 | "lint-staged": "^10.2.6", |
87 | | - "mini-css-extract-plugin": "^0.9.0", |
| 87 | + "mini-css-extract-plugin": "^1.3.3", |
88 | 88 | "npm-run-all": "^4.1.3", |
89 | | - "prettier": "^2.0.5", |
90 | | - "react": "^16.4.2", |
91 | | - "react-dom": "^16.4.2", |
92 | | - "react-live": "^1.11.0", |
93 | | - "react-modal": "^3.5.1", |
94 | | - "react-test-renderer": "^16.4.2", |
| 89 | + "prettier": "^2.2.1", |
| 90 | + "react": "^17.0.1", |
| 91 | + "react-dom": "^17.0.1", |
| 92 | + "react-live": "^2.2.3", |
| 93 | + "react-modal": "^3.12.1", |
| 94 | + "react-test-renderer": "^17.0.1", |
95 | 95 | "rimraf": "^3.0.0", |
96 | | - "rollup": "^2.10.8", |
97 | | - "rollup-plugin-babel": "^4.0.2", |
| 96 | + "rollup": "^2.34.2", |
| 97 | + "rollup-plugin-babel": "^4.4.0", |
98 | 98 | "rollup-plugin-commonjs": "^10.1.0", |
99 | | - "rollup-plugin-ignore": "^1.0.3", |
| 99 | + "rollup-plugin-ignore": "^1.0.9", |
100 | 100 | "rollup-plugin-node-resolve": "^5.2.0", |
101 | | - "rollup-plugin-replace": "^2.0.0", |
102 | | - "rollup-plugin-terser": "^6.0.1", |
103 | | - "semantic-release": "^17.0.7", |
104 | | - "webpack": "^4.17.1", |
105 | | - "webpack-cli": "^3.1.0", |
106 | | - "webpack-dev-server": "^3.1.7" |
| 101 | + "rollup-plugin-replace": "^2.2.0", |
| 102 | + "rollup-plugin-terser": "^7.0.2", |
| 103 | + "semantic-release": "^17.3.0", |
| 104 | + "webpack": "^5.10.1", |
| 105 | + "webpack-cli": "^4.2.0", |
| 106 | + "webpack-dev-server": "^3.11.0" |
107 | 107 | }, |
108 | 108 | "dependencies": { |
109 | 109 | "clsx": "^1.1.0", |
|
0 commit comments