File tree
Expand file treeCollapse file tree5 files changed
+129
-106
lines changed Expand file treeCollapse file tree5 files changed
+129
-106
lines changed Original file line number | Diff line number | Diff line change |
---|
|
15 | 15 | "test:update": "jest --coverage --updateSnapshot"
|
16 | 16 | },
|
17 | 17 | "devDependencies": {
|
18 |
| -"@typescript-eslint/eslint-plugin": "^5.3.1", |
19 |
| -"@typescript-eslint/parser": "^5.3.1", |
20 |
| -"eslint": "8.2.0", |
| 18 | +"@typescript-eslint/eslint-plugin": "^5.4.0", |
| 19 | +"@typescript-eslint/parser": "^5.4.0", |
| 20 | +"eslint": "8.3.0", |
21 | 21 | "eslint-config-prettier": "^8.3.0",
|
22 | 22 | "eslint-plugin-prettier": "^4.0.0",
|
23 |
| -"eslint-plugin-react": "^7.27.0", |
| 23 | +"eslint-plugin-react": "^7.27.1", |
24 | 24 | "eslint-plugin-react-hooks": "^4.3.0",
|
25 | 25 | "jest": "^27.3.1",
|
26 | 26 | "jest-canvas-mock": "^2.3.1",
|
27 | 27 | "lerna": "^4.0.0",
|
28 |
| -"prettier": "^2.4.1", |
| 28 | +"prettier": "^2.5.0", |
29 | 29 | "ts-jest": "^27.0.7"
|
30 | 30 | }
|
31 | 31 | }
|
Original file line number | Diff line number | Diff line change |
---|
|
45 | 45 | "@rollup/plugin-commonjs": "^21.0.1",
|
46 | 46 | "@rollup/plugin-node-resolve": "^13.0.6",
|
47 | 47 | "@rollup/plugin-typescript": "^8.3.0",
|
48 |
| -"@testing-library/jest-dom": "^5.15.0", |
| 48 | +"@testing-library/jest-dom": "^5.15.1", |
49 | 49 | "@testing-library/react": "^12.1.2",
|
50 |
| -"@types/lodash": "^4.14.176", |
| 50 | +"@types/lodash": "^4.14.177", |
51 | 51 | "classnames": "^2.3.1",
|
52 | 52 | "lodash": "^4.17.21",
|
53 | 53 | "prop-types": "^15.7.2",
|
54 |
| -"rollup": "^2.60.0", |
| 54 | +"rollup": "^2.60.1", |
55 | 55 | "rollup-plugin-peer-deps-external": "^2.2.4",
|
56 |
| -"typescript": "^4.4.4" |
| 56 | +"typescript": "^4.5.2" |
57 | 57 | },
|
58 | 58 | "peerDependencies": {
|
59 | 59 | "react": "^17"
|
|
Original file line number | Diff line number | Diff line change |
---|
|
35 | 35 | "build": "rollup -c"
|
36 | 36 | },
|
37 | 37 | "devDependencies": {
|
38 |
| -"@popperjs/core": "^2.10.2", |
| 38 | +"@popperjs/core": "^2.11.0", |
39 | 39 | "@rollup/plugin-commonjs": "^21.0.1",
|
40 | 40 | "@rollup/plugin-node-resolve": "^13.0.6",
|
41 | 41 | "@rollup/plugin-typescript": "^8.3.0",
|
42 |
| -"@testing-library/jest-dom": "^5.15.0", |
| 42 | +"@testing-library/jest-dom": "^5.15.1", |
43 | 43 | "@testing-library/react": "^12.1.2",
|
44 |
| -"@types/react": "^17.0.34", |
| 44 | +"@types/react": "^17.0.37", |
45 | 45 | "@types/react-dom": "^17.0.11",
|
46 | 46 | "@types/react-transition-group": "^4.4.4",
|
47 | 47 | "classnames": "^2.3.1",
|
|
50 | 50 | "react-dom": "^17.0.2",
|
51 | 51 | "react-popper": "^2.2.5",
|
52 | 52 | "react-transition-group": "^4.4.2",
|
53 |
| -"rollup": "^2.60.0", |
| 53 | +"rollup": "^2.60.1", |
54 | 54 | "rollup-plugin-peer-deps-external": "^2.2.4",
|
55 |
| -"typescript": "^4.4.4" |
| 55 | +"typescript": "^4.5.2" |
56 | 56 | },
|
57 | 57 | "peerDependencies": {
|
58 | 58 | "react": "^17",
|
|
Original file line number | Diff line number | Diff line change |
---|
|
60 | 60 | "react-helmet": "^6.1.0",
|
61 | 61 | "remark-html": "^13.0.2",
|
62 | 62 | "rimraf": "^3.0.2",
|
63 |
| -"sass": "^1.43.2" |
| 63 | +"sass": "^1.43.5" |
64 | 64 | },
|
65 | 65 | "devDependencies": {
|
66 |
| -"npm-run-all": "^4.1.5", |
67 |
| -"prettier": "2.4.1" |
| 66 | +"npm-run-all": "^4.1.5" |
68 | 67 | }
|
69 | 68 | }
|
You can’t perform that action at this time.
0 commit comments