|
59 | 59 | }, |
60 | 60 | "devDependencies": { |
61 | 61 | "@babel/core": "^7.14.3", |
62 | | - "@babel/preset-env": "^7.14.2", |
| 62 | + "@babel/preset-env": "^7.14.4", |
63 | 63 | "@babel/preset-react": "^7.13.13", |
64 | 64 | "@babel/preset-typescript": "^7.13.0", |
65 | 65 | "@emotion/babel-plugin": "^11.3.0", |
|
70 | 70 | "@rollup/plugin-node-resolve": "^13.0.0", |
71 | 71 | "@rollup/plugin-replace": "^2.4.2", |
72 | 72 | "@rollup/plugin-url": "^6.0.0", |
73 | | - "@testing-library/react-hooks": "^6.0.0", |
| 73 | + "@testing-library/react-hooks": "^7.0.0", |
74 | 74 | "@types/jest": "^26.0.23", |
75 | | - "@types/react": "^17.0.6", |
76 | | - "@types/react-dom": "^17.0.5", |
| 75 | + "@types/react": "^17.0.9", |
| 76 | + "@types/react-dom": "^17.0.6", |
77 | 77 | "@types/resize-observer-browser": "^0.1.5", |
78 | 78 | "eslint": "^7.2.0", |
79 | | - "eslint-config-welly": "^1.10.4", |
| 79 | + "eslint-config-welly": "^1.10.6", |
80 | 80 | "husky": "^6.0.0", |
81 | | - "jest": "^26.6.3", |
| 81 | + "jest": "^27.0.4", |
82 | 82 | "lint-staged": "^11.0.0", |
83 | 83 | "normalize.css": "^8.0.1", |
84 | 84 | "npm-run-all": "^4.1.5", |
85 | 85 | "postcss": "^8.3.0", |
86 | | - "prettier": "^2.3.0", |
| 86 | + "prettier": "^2.3.1", |
87 | 87 | "react": "^17.0.2", |
88 | 88 | "react-dom": "^17.0.2", |
89 | 89 | "react-test-renderer": "^17.0.2", |
90 | 90 | "rimraf": "^3.0.2", |
91 | | - "rollup": "^2.48.0", |
| 91 | + "rollup": "^2.51.1", |
92 | 92 | "rollup-plugin-copy": "^3.4.0", |
93 | 93 | "rollup-plugin-livereload": "^2.0.0", |
94 | 94 | "rollup-plugin-postcss": "^4.0.0", |
|
98 | 98 | "stylelint": "^13.13.1", |
99 | 99 | "stylelint-config-prettier": "^8.0.2", |
100 | 100 | "stylelint-config-standard": "^22.0.0", |
101 | | - "ts-jest": "^26.5.6", |
102 | | - "typescript": "^4.2.4" |
| 101 | + "ts-jest": "^27.0.3", |
| 102 | + "typescript": "^4.3.2" |
103 | 103 | }, |
104 | 104 | "peerDependencies": { |
105 | 105 | "react": ">= 16.8.0" |
|
0 commit comments