|
21 | 21 | "commit": "npx git-cz", |
22 | 22 | "dev": "tsdx watch", |
23 | 23 | "build": "tsdx build", |
| 24 | + "update": "npx npm-check -u", |
24 | 25 | "prepublishOnly": "npm run build", |
25 | 26 | "test": "tsdx test --env=jsdom", |
26 | 27 | "test:ci": "cross-env CI=true tsdx test --env=jsdom", |
|
35 | 36 | }, |
36 | 37 | "peerDependencies": { |
37 | 38 | "bootstrap": "~4.5.0", |
38 | | - "react": "~16.9.0", |
39 | | - "react-bootstrap": "~1.0.0-beta.14" |
| 39 | + "react": "~16.13.0", |
| 40 | + "react-bootstrap": "~1.0.1" |
40 | 41 | }, |
41 | 42 | "husky": { |
42 | 43 | "hooks": { |
|
76 | 77 | "@types/enzyme": "~3.10.3", |
77 | 78 | "@types/jest": "~26.0.0", |
78 | 79 | "@types/lodash": "^4.14.149", |
79 | | - "@types/node": "~13.13.3", |
| 80 | + "@types/node": "~14.0.13", |
80 | 81 | "@types/react": "~16.9.17", |
81 | 82 | "@types/react-dom": "~16.9.1", |
82 | 83 | "@types/react-table": "^7.0.4", |
83 | 84 | "@types/sinon": "~9.0.0", |
84 | 85 | "@types/storybook__addon-info": "~5.2.0", |
85 | 86 | "@types/tinymce": "~4.5.23", |
86 | | - "@typescript-eslint/eslint-plugin": "~2.34.0", |
87 | | - "@typescript-eslint/parser": "~3.2.0", |
88 | | - "autoprefixer": "~9.7.3", |
| 87 | + "@typescript-eslint/eslint-plugin": "~3.3.0", |
| 88 | + "@typescript-eslint/parser": "~3.3.0", |
| 89 | + "autoprefixer": "~9.8.0", |
89 | 90 | "awesome-typescript-loader": "~5.2.1", |
90 | 91 | "babel-loader": "~8.1.0", |
91 | 92 | "bootstrap": "~4.5.0", |
|
96 | 97 | "cz-conventional-changelog": "~3.2.0", |
97 | 98 | "enzyme": "~3.11.0", |
98 | 99 | "enzyme-adapter-react-16": "~1.15.2", |
99 | | - "eslint": "~6.8.0", |
| 100 | + "eslint": "~7.2.0", |
100 | 101 | "eslint-config-airbnb": "~18.1.0", |
101 | | - "eslint-config-prettier": "~6.10.0", |
| 102 | + "eslint-config-prettier": "~6.11.0", |
102 | 103 | "eslint-plugin-import": "~2.21.1", |
103 | 104 | "eslint-plugin-jest": "~23.13.1", |
104 | 105 | "eslint-plugin-jsx-a11y": "~6.2.3", |
105 | 106 | "eslint-plugin-prettier": "~3.1.1", |
106 | | - "eslint-plugin-react": "~7.19.0", |
| 107 | + "eslint-plugin-react": "~7.20.0", |
107 | 108 | "eslint-plugin-react-hooks": "~4.0.1", |
108 | 109 | "husky": "~4.2.0", |
109 | 110 | "jest-canvas-mock": "~2.2.0", |
110 | 111 | "lint-staged": "~10.2.0", |
111 | 112 | "node-sass": "~4.14.1", |
112 | | - "prettier": "~1.19.1", |
| 113 | + "prettier": "~2.0.5", |
113 | 114 | "react": "~16.13.0", |
114 | 115 | "react-bootstrap": "~1.0.0-beta.16", |
115 | 116 | "react-docgen": "~5.3.0", |
|
119 | 120 | "sass-loader": "~8.0.0", |
120 | 121 | "semantic-release": "~17.0.3", |
121 | 122 | "sinon": "~9.0.0", |
122 | | - "tsdx": "~0.13.0", |
123 | | - "tslib": "~1.12.0", |
| 123 | + "tsdx": "~0.13.2", |
| 124 | + "tslib": "~2.0.0", |
124 | 125 | "typescript": "~3.8.2" |
125 | 126 | }, |
126 | 127 | "dependencies": { |
127 | 128 | "@fortawesome/fontawesome-common-types": "~0.2.28", |
128 | 129 | "@fortawesome/fontawesome-svg-core": "~1.2.25", |
129 | 130 | "@fortawesome/free-regular-svg-icons": "~5.13.0", |
130 | | - "@fortawesome/free-solid-svg-icons": "~5.12.0", |
| 131 | + "@fortawesome/free-solid-svg-icons": "~5.13.0", |
131 | 132 | "@fortawesome/react-fontawesome": "~0.1.9", |
132 | | - "@fullcalendar/core": "~4.3.1", |
133 | | - "@fullcalendar/daygrid": "~4.3.0", |
134 | | - "@fullcalendar/interaction": "~4.4.0", |
135 | | - "@fullcalendar/react": "~4.3.0", |
136 | | - "@fullcalendar/timegrid": "~4.3.0", |
| 133 | + "@fullcalendar/core": "~4.4.2", |
| 134 | + "@fullcalendar/daygrid": "~4.4.2", |
| 135 | + "@fullcalendar/interaction": "~4.4.2", |
| 136 | + "@fullcalendar/react": "~4.4.2", |
| 137 | + "@fullcalendar/timegrid": "~4.4.2", |
137 | 138 | "@tinymce/tinymce-react": "~3.6.0", |
138 | | - "@types/react-bootstrap-typeahead": "^3.4.5", |
| 139 | + "@types/react-bootstrap-typeahead": "^3.4.6", |
139 | 140 | "@types/react-datepicker": "~2.11.0", |
140 | 141 | "babel-jest": "^26.0.1", |
141 | 142 | "chart.js": "~2.9.3", |
142 | 143 | "date-fns": "^2.9.0", |
143 | 144 | "formik": "~2.1.0", |
144 | 145 | "lodash": "^4.17.15", |
145 | 146 | "moment": "~2.26.0", |
146 | | - "react-bootstrap-typeahead": "^4.0.0", |
| 147 | + "react-bootstrap-typeahead": "^4.2.3", |
147 | 148 | "react-datepicker": "~3.0.0", |
148 | | - "react-spinners": "~0.8.0", |
149 | | - "react-table": "^7.0.0", |
| 149 | + "react-spinners": "~0.8.3", |
| 150 | + "react-table": "~7.2.0", |
150 | 151 | "react-toastify": "~5.5.0", |
151 | | - "tinymce": "~5.3.0", |
| 152 | + "tinymce": "~5.3.2", |
152 | 153 | "video-react": "~0.14.1" |
153 | 154 | }, |
154 | 155 | "jest": { |
|
0 commit comments