|
60 | 60 | "**/*": "prettier -w -u" |
61 | 61 | }, |
62 | 62 | "dependencies": { |
63 | | - "@babel/runtime": "^7.14.0" |
| 63 | + "@babel/runtime": "^7.14.6" |
64 | 64 | }, |
65 | 65 | "devDependencies": { |
66 | | - "@babel/core": "^7.14.3", |
67 | | - "@babel/plugin-transform-runtime": "^7.14.3", |
68 | | - "@babel/preset-env": "^7.14.4", |
69 | | - "@babel/preset-react": "^7.13.13", |
70 | | - "@babel/preset-typescript": "^7.13.0", |
| 66 | + "@babel/core": "^7.14.6", |
| 67 | + "@babel/plugin-transform-runtime": "^7.14.5", |
| 68 | + "@babel/preset-env": "^7.14.7", |
| 69 | + "@babel/preset-react": "^7.14.5", |
| 70 | + "@babel/preset-typescript": "^7.14.5", |
71 | 71 | "@emotion/babel-plugin": "^11.3.0", |
72 | 72 | "@emotion/react": "^11.4.0", |
73 | 73 | "@rollup/plugin-babel": "^5.3.0", |
|
76 | 76 | "@rollup/plugin-node-resolve": "^13.0.0", |
77 | 77 | "@rollup/plugin-replace": "^2.4.2", |
78 | 78 | "@rollup/plugin-url": "^6.0.0", |
79 | | - "@testing-library/react-hooks": "^7.0.0", |
80 | | - "@types/jest": "^26.0.23", |
81 | | - "@types/react": "^17.0.9", |
82 | | - "@types/react-dom": "^17.0.6", |
| 79 | + "@testing-library/react-hooks": "^7.0.1", |
| 80 | + "@types/jest": "^26.0.24", |
| 81 | + "@types/react": "^17.0.14", |
| 82 | + "@types/react-dom": "^17.0.9", |
83 | 83 | "animate.css": "^4.1.1", |
84 | 84 | "eslint": "^7.2.0", |
85 | | - "eslint-config-welly": "^1.10.6", |
86 | | - "husky": "^6.0.0", |
87 | | - "jest": "^26.6.3", |
| 85 | + "eslint-config-welly": "^1.11.3", |
| 86 | + "husky": "^7.0.1", |
| 87 | + "jest": "^27.0.6", |
88 | 88 | "lint-staged": "^11.0.0", |
89 | 89 | "normalize.css": "^8.0.1", |
90 | 90 | "npm-run-all": "^4.1.5", |
91 | | - "postcss": "^8.3.0", |
92 | | - "prettier": "^2.3.1", |
| 91 | + "postcss": "^8.3.5", |
| 92 | + "prettier": "^2.3.2", |
93 | 93 | "react": "^17.0.2", |
94 | 94 | "react-dom": "^17.0.2", |
95 | 95 | "react-test-renderer": "^17.0.2", |
96 | 96 | "rimraf": "^3.0.2", |
97 | | - "rollup": "^2.51.1", |
| 97 | + "rollup": "^2.53.0", |
98 | 98 | "rollup-plugin-copy": "^3.4.0", |
99 | | - "rollup-plugin-livereload": "^2.0.0", |
| 99 | + "rollup-plugin-livereload": "^2.0.5", |
100 | 100 | "rollup-plugin-postcss": "^4.0.0", |
101 | 101 | "rollup-plugin-serve": "^1.1.0", |
102 | 102 | "rollup-plugin-size-snapshot": "^0.12.0", |
103 | 103 | "rollup-plugin-terser": "^7.0.2", |
104 | 104 | "stylelint": "^13.13.1", |
105 | 105 | "stylelint-config-prettier": "^8.0.2", |
106 | 106 | "stylelint-config-standard": "^22.0.0", |
107 | | - "ts-jest": "^26.5.6", |
108 | | - "typescript": "^4.3.2" |
| 107 | + "ts-jest": "^27.0.3", |
| 108 | + "typescript": "^4.3.5" |
109 | 109 | }, |
110 | 110 | "peerDependencies": { |
111 | 111 | "react": ">= 16.8.0" |
|
0 commit comments