|
18 | 18 | }, |
19 | 19 | "sourcType": "script", |
20 | 20 | "dependencies": { |
21 | | - "browser-sync": "^2.26.7", |
| 21 | + "@fortawesome/fontawesome-svg-core": "^1.2.34", |
| 22 | + "@fortawesome/free-brands-svg-icons": "^5.15.2", |
| 23 | + "@fortawesome/free-regular-svg-icons": "^5.15.2", |
| 24 | + "@fortawesome/free-solid-svg-icons": "^5.15.2", |
| 25 | + "@fortawesome/react-fontawesome": "^0.1.14", |
| 26 | + "@rjsf/core": "^2.4.1", |
| 27 | + "@wordpress/dom-ready": "^2.12.0", |
| 28 | + "bigpicture": "^2.5.3", |
| 29 | + "body-scroll-lock": "2.6.4", |
| 30 | + "browser-sync": "^2.26.13", |
| 31 | + "classnames": "^2.2.6", |
| 32 | + "clipboard-copy": "^3.2.0", |
| 33 | + "color-rgba": "^2.2.3", |
| 34 | + "counterup2": "^1.0.4", |
| 35 | + "deep-copy": "^1.4.2", |
| 36 | + "deepmerge": "^3.2.0", |
| 37 | + "enzyme-to-json": "^3.6.1", |
22 | 38 | "gifsicle": "^4.0.1", |
23 | 39 | "gulp": "^4.0.2", |
24 | 40 | "gulp-autoprefixer": "^6.1.0", |
25 | 41 | "gulp-concat": "^2.6.1", |
| 42 | + "gulp-eslint": "^6.0.0", |
26 | 43 | "gulp-filter": "^6.0.0", |
27 | 44 | "gulp-imagemin": "^6.0.0", |
28 | 45 | "gulp-jscs": "^4.1.0", |
|
37 | 54 | "gulp-sourcemaps": "^2.6.5", |
38 | 55 | "gulp-uglify": "^3.0.2", |
39 | 56 | "gulp-uglifycss": "^1.1.0", |
40 | | - "gulp-wp-pot": "^2.3.5", |
| 57 | + "gulp-wp-pot": "^2.5.0", |
41 | 58 | "imagemin-gifsicle": "^6.0.1", |
42 | | - "jscs": "^3.0.7", |
43 | | - "jshint": "^2.10.2", |
44 | | - "lodash": "^4.17.15", |
| 59 | + "is-dark-color": "^1.2.0", |
| 60 | + "jshint": "^2.12.0", |
| 61 | + "lodash": "^4.17.20", |
| 62 | + "md5": "^2.3.0", |
45 | 63 | "merge-stream": "^2.0.0", |
46 | 64 | "node-sass": "^4.12.0", |
47 | 65 | "npm-force-resolutions": "^0.0.2", |
48 | 66 | "optipng-bin": "^6.0.0", |
49 | 67 | "package-merge": "^0.1.2", |
50 | | - "@fortawesome/fontawesome-svg-core": "^1.2.19", |
51 | | - "@fortawesome/free-brands-svg-icons": "^5.9.0", |
52 | | - "@fortawesome/free-regular-svg-icons": "^5.9.0", |
53 | | - "@fortawesome/free-solid-svg-icons": "^5.9.0", |
54 | | - "@fortawesome/react-fontawesome": "^0.1.3", |
55 | | - "@rjsf/core": "^2.0.1", |
56 | | - "@wordpress/dom-ready": "^2.5.1", |
57 | | - "bigpicture": "^2.1.2", |
58 | | - "body-scroll-lock": "2.6.4", |
59 | | - "classnames": "^2.2.6", |
60 | | - "clipboard-copy": "^3.1.0", |
61 | | - "color-rgba": "^2.1.1", |
62 | | - "counterup2": "^1.0.4", |
63 | | - "deep-copy": "^1.4.2", |
64 | | - "deepmerge": "^3.2.0", |
65 | | - "enzyme-to-json": "^3.4.4", |
66 | | - "is-dark-color": "^1.2.0", |
67 | | - "md5": "^2.2.1", |
68 | 68 | "prop-types": "^15.7.2", |
69 | 69 | "react-autosuggest": "^9.4.3", |
70 | 70 | "react-load-image": "^0.1.7", |
71 | | - "react-select": "^3.1.0", |
| 71 | + "react-select": "^3.2.0", |
72 | 72 | "react-spring": "^8.0.27", |
73 | | - "react-tabs": "^3.1.0", |
74 | | - "react-text-transition": "^1.0.2", |
| 73 | + "react-tabs": "^3.1.2", |
| 74 | + "react-text-transition": "^1.1.4", |
75 | 75 | "react-tiny-fab": "^3.5.0", |
76 | 76 | "reactour": "^1.16.3", |
77 | | - "simple-html-tokenizer": "^0.5.8", |
| 77 | + "simple-html-tokenizer": "^0.5.10", |
78 | 78 | "sprintf-js": "^1.1.2", |
79 | 79 | "striptags": "^3.1.1", |
80 | 80 | "styled-components": "^4.0.0", |
|
99 | 99 | "update_nodelock": "rm package-lock.json && synp -s yarn.lock" |
100 | 100 | }, |
101 | 101 | "devDependencies": { |
102 | | - "@babel/cli": "^7.8.4", |
103 | | - "@babel/core": "^7.0.0", |
104 | | - "@babel/plugin-proposal-class-properties": "^7.4.0", |
105 | | - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
106 | | - "@babel/plugin-transform-destructuring": "^7.0.0", |
107 | | - "@babel/plugin-transform-modules-commonjs": "^7.0.0", |
108 | | - "@babel/plugin-transform-react-jsx": "^7.0.0", |
| 102 | + "@babel/cli": "^7.12.10", |
| 103 | + "@babel/core": "^7.12.10", |
| 104 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 105 | + "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
| 106 | + "@babel/plugin-transform-destructuring": "^7.12.1", |
| 107 | + "@babel/plugin-transform-modules-commonjs": "^7.12.1", |
| 108 | + "@babel/plugin-transform-react-jsx": "^7.12.12", |
| 109 | + "@babel/polyfill": "^7.12.1", |
| 110 | + "@babel/preset-env": "^7.12.11", |
| 111 | + "@babel/preset-react": "^7.12.10", |
109 | 112 | "@svgr/webpack": "^4.2.0", |
110 | | - "babel-core": "^7.0.0-bridge.0", |
111 | | - "babel-eslint": "^8.2.6", |
112 | | - "babel-loader": "^8.0.6", |
113 | | - "css-loader": "^2.1.0", |
114 | | - "sass-loader": "^7.1.0", |
115 | | - "style-loader": "^0.23.1", |
116 | | - "webpack": "^4.41.4", |
117 | | - "webpack-cli": "^3.3.10", |
118 | | - "@babel/polyfill": "^7.2.5", |
119 | | - "@babel/preset-env": "^7.0.0", |
120 | | - "@babel/preset-react": "^7.0.0", |
121 | 113 | "@testing-library/dom": "^6.11.0", |
122 | | - "@testing-library/jest-dom": "^5.1.1", |
| 114 | + "@testing-library/jest-dom": "^5.11.9", |
123 | 115 | "@testing-library/react": "^9.4.0", |
124 | | - "@wordpress/babel-plugin-makepot": "^3.5.0", |
| 116 | + "@wordpress/babel-plugin-makepot": "^3.10.0", |
125 | 117 | "@wordpress/block-editor": "^3.7.0", |
126 | | - "@wordpress/blocks": "^6.12.0", |
| 118 | + "@wordpress/blocks": "^6.25.2", |
127 | 119 | "@wordpress/browserslist-config": "^2.6.0", |
128 | 120 | "@wordpress/components": "^9.2.0", |
129 | | - "@wordpress/edit-post": "^3.13.0", |
130 | | - "@wordpress/editor": "^9.12.0", |
| 121 | + "@wordpress/edit-post": "^3.26.2", |
| 122 | + "@wordpress/editor": "^9.25.2", |
131 | 123 | "@wordpress/eslint-plugin": "^3.3.0", |
132 | | - "@wordpress/hooks": "^2.7.0", |
133 | | - "@wordpress/i18n": "^3.9.0", |
| 124 | + "@wordpress/hooks": "^2.11.0", |
| 125 | + "@wordpress/i18n": "^3.17.0", |
134 | 126 | "@wordpress/jest-preset-default": "^5.3.0", |
135 | 127 | "@wordpress/scripts": "^6.1.0", |
136 | | - "acorn": "^6.4.0", |
137 | | - "autoprefixer": "^9.4.5", |
| 128 | + "acorn": "^6.4.2", |
| 129 | + "autoprefixer": "^9.8.6", |
| 130 | + "babel-core": "^7.0.0-bridge.0", |
| 131 | + "babel-eslint": "^8.2.6", |
138 | 132 | "babel-jest": "^24.9.0", |
| 133 | + "babel-loader": "^8.2.2", |
139 | 134 | "babel-plugin-istanbul": "^5.1.4", |
140 | 135 | "babel-plugin-lodash": "^3.3.4", |
141 | 136 | "babel-plugin-syntax-dynamic-import": "^6.18.0", |
|
145 | 140 | "babel-preset-es2015": "^6.24.1", |
146 | 141 | "babel-preset-react": "^6.24.1", |
147 | 142 | "babel-preset-stage-2": "^6.24.1", |
148 | | - "browser-sync-webpack-plugin": "^2.2.2", |
149 | | - "browserslist": "^4.6.2", |
| 143 | + "browser-sync-webpack-plugin": "^2.3.0", |
| 144 | + "browserslist": "^4.16.1", |
150 | 145 | "concurrently": "^4.1.0", |
| 146 | + "create-file-webpack": "^1.0.2", |
| 147 | + "css-loader": "^2.1.0", |
151 | 148 | "css-mqpacker": "^7.0.0", |
152 | 149 | "cssnano": "^4.1.10", |
153 | 150 | "delete-empty": "^2.0.0", |
154 | 151 | "eslint": "^6.1.0", |
155 | 152 | "eslint-config-airbnb": "^15.0.1", |
156 | 153 | "eslint-loader": "^1.9.0", |
157 | 154 | "eslint-plugin-flowtype": "2.34.0", |
158 | | - "eslint-plugin-import": "^2.3.0", |
| 155 | + "eslint-plugin-import": "^2.22.1", |
159 | 156 | "eslint-plugin-jest": "^22.15.1", |
160 | | - "eslint-plugin-jsx-a11y": "^6.0.2", |
161 | | - "eslint-plugin-react": "^7.0.1", |
| 157 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 158 | + "eslint-plugin-react": "^7.22.0", |
162 | 159 | "exports-loader": "^0.7.0", |
163 | 160 | "expose-loader": "^0.7.3", |
164 | 161 | "extract-text-webpack-plugin": "^3.0.0", |
|
182 | 179 | "jest": "^24.8.0", |
183 | 180 | "jquery": "^3.3.1", |
184 | 181 | "jsonfile": "^5.0.0", |
185 | | - "lint-staged": "^10.2.2", |
| 182 | + "lint-staged": "^10.5.3", |
186 | 183 | "merge-stream": "^2.0.0", |
187 | | - "node-fetch": "^2.6.0", |
| 184 | + "node-fetch": "^2.6.1", |
188 | 185 | "node-sass": "^4.10.0", |
189 | 186 | "onchange": "^5.2.0", |
190 | 187 | "path": "^0.12.7", |
191 | 188 | "prettier": "^1.17.0", |
192 | | - "react": "^16.12.0", |
193 | | - "react-dom": "^16.12.0", |
194 | | - "react-scroll": "^1.7.16", |
195 | | - "react-test-renderer": "^16.12.0", |
| 189 | + "react": "^16.14.0", |
| 190 | + "react-dom": "^16.14.0", |
| 191 | + "react-scroll": "^1.8.1", |
| 192 | + "react-test-renderer": "^16.14.0", |
196 | 193 | "replace-in-file": "^3.4.3", |
197 | 194 | "request": "^2.88.0", |
198 | 195 | "rimraf": "^3.0.0", |
199 | 196 | "s3-deploy": "^1.4.0", |
| 197 | + "sass-loader": "^7.1.0", |
200 | 198 | "sprintf-js": "^1.1.2", |
| 199 | + "style-loader": "^0.23.1", |
201 | 200 | "stylelint": "^10.1.0", |
202 | 201 | "stylelint-config-wordpress": "^14.0.0", |
203 | | - "create-file-webpack": "^1.0.2" |
| 202 | + "webpack": "^4.46.0", |
| 203 | + "webpack-cli": "^3.3.10" |
204 | 204 | }, |
205 | 205 | "keywords": [ |
206 | 206 | "WordPress", |
|
0 commit comments