Skip to content

Commit 5352388

Browse files
committed
moving v4 from beta repo
Signed-off-by: Kevin Provance <[email protected]>
1 parent c3294f5 commit 5352388

File tree

1 file changed

+105
-105
lines changed

1 file changed

+105
-105
lines changed

package.json

Lines changed: 105 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -18,62 +18,62 @@
1818
},
1919
"sourcType": "script",
2020
"dependencies": {
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",
21+
"@fortawesome/fontawesome-svg-core": "^1.2.35",
22+
"@fortawesome/free-brands-svg-icons": "^5.15.3",
23+
"@fortawesome/free-regular-svg-icons": "^5.15.3",
24+
"@fortawesome/free-solid-svg-icons": "^5.15.3",
2525
"@fortawesome/react-fontawesome": "^0.1.14",
26-
"@rjsf/core": "^2.4.1",
27-
"@wordpress/dom-ready": "^2.12.0",
26+
"@rjsf/core": "^3.0.0",
27+
"@wordpress/dom-ready": "^3.1.1",
2828
"bigpicture": "^2.5.3",
29-
"body-scroll-lock": "2.6.4",
30-
"browser-sync": "^2.26.13",
31-
"caniuse-lite": "^1.0.30001237",
32-
"classnames": "^2.2.6",
33-
"clipboard-copy": "^3.2.0",
29+
"body-scroll-lock": "3.1.5",
30+
"browser-sync": "^2.27.3",
31+
"caniuse-lite": "^1.0.30001241",
32+
"classnames": "^2.3.1",
33+
"clipboard-copy": "^4.0.1",
3434
"color-rgba": "^2.2.3",
3535
"counterup2": "^1.0.4",
3636
"deep-copy": "^1.4.2",
37-
"deepmerge": "^3.2.0",
38-
"enzyme-to-json": "^3.6.1",
39-
"gifsicle": "^4.0.1",
37+
"deepmerge": "^4.2.2",
38+
"enzyme-to-json": "^3.6.2",
39+
"gifsicle": "^5.2.0",
4040
"gulp-concat": "^2.6.1",
4141
"gulp-eslint": "^6.0.0",
42-
"gulp-filter": "^6.0.0",
43-
"gulp-imagemin": "^6.0.0",
42+
"gulp-filter": "^7.0.0",
43+
"gulp-imagemin": "^7.1.0",
4444
"gulp-jscs": "^4.1.0",
4545
"gulp-jshint": "^2.1.0",
4646
"gulp-line-ending-corrector": "^1.0.3",
4747
"gulp-merge-media-queries": "^0.2.1",
48-
"gulp-notify": "^3.2.0",
48+
"gulp-notify": "^4.0.0",
4949
"gulp-sass-packager": "^0.0.5",
5050
"gulp-sort": "^2.0.0",
51-
"gulp-sourcemaps": "^2.6.5",
51+
"gulp-sourcemaps": "^3.0.0",
5252
"gulp-uglify": "^3.0.2",
5353
"gulp-uglifycss": "^1.1.0",
5454
"gulp-wp-pot": "^2.5.0",
55-
"imagemin-gifsicle": "^6.0.1",
55+
"imagemin-gifsicle": "^7.0.0",
5656
"is-dark-color": "^1.2.0",
57-
"jshint": "^2.12.0",
58-
"lodash": "^4.17.20",
57+
"jshint": "^2.13.0",
58+
"lodash": "^4.17.21",
5959
"md5": "^2.3.0",
6060
"merge-stream": "^2.0.0",
61-
"npm-force-resolutions": "^0.0.2",
62-
"optipng-bin": "^6.0.0",
61+
"npm-force-resolutions": "^0.0.10",
62+
"optipng-bin": "^7.0.0",
6363
"package-merge": "^0.1.2",
6464
"prop-types": "^15.7.2",
65-
"react-autosuggest": "^9.4.3",
65+
"react-autosuggest": "^10.1.0",
6666
"react-load-image": "^0.1.7",
67-
"react-select": "^3.2.0",
68-
"react-spring": "^8.0.27",
69-
"react-tabs": "^3.1.2",
70-
"react-text-transition": "^1.1.4",
71-
"react-tiny-fab": "^3.5.0",
72-
"reactour": "^1.16.3",
73-
"simple-html-tokenizer": "^0.5.10",
67+
"react-select": "^4.3.1",
68+
"react-spring": "^9.2.3",
69+
"react-tabs": "^3.2.2",
70+
"react-text-transition": "^1.3.0",
71+
"react-tiny-fab": "^4.0.3",
72+
"reactour": "^1.18.4",
73+
"simple-html-tokenizer": "^0.5.11",
7474
"sprintf-js": "^1.1.2",
75-
"striptags": "^3.1.1",
76-
"styled-components": "^4.0.0",
75+
"striptags": "^3.2.0",
76+
"styled-components": "^5.3.0",
7777
"waypoints": "^4.0.1"
7878
},
7979
"engines": {
@@ -95,108 +95,108 @@
9595
"update_nodelock": "rm package-lock.json && synp -s yarn.lock"
9696
},
9797
"devDependencies": {
98-
"@babel/cli": "^7.12.10",
99-
"@babel/core": "^7.12.10",
100-
"@babel/plugin-proposal-class-properties": "^7.12.1",
101-
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
102-
"@babel/plugin-transform-destructuring": "^7.12.1",
103-
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
104-
"@babel/plugin-transform-react-jsx": "^7.12.12",
98+
"@babel/cli": "^7.14.5",
99+
"@babel/core": "^7.14.6",
100+
"@babel/plugin-proposal-class-properties": "^7.14.5",
101+
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
102+
"@babel/plugin-transform-destructuring": "^7.14.7",
103+
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
104+
"@babel/plugin-transform-react-jsx": "^7.14.5",
105105
"@babel/polyfill": "^7.12.1",
106-
"@babel/preset-env": "^7.12.11",
107-
"@babel/preset-react": "^7.12.10",
108-
"@svgr/webpack": "^4.2.0",
109-
"@testing-library/dom": "^6.11.0",
110-
"@testing-library/jest-dom": "^5.11.9",
111-
"@testing-library/react": "^9.4.0",
112-
"@wordpress/babel-plugin-makepot": "^3.10.0",
113-
"@wordpress/block-editor": "^3.7.0",
114-
"@wordpress/blocks": "^6.25.2",
115-
"@wordpress/browserslist-config": "^2.6.0",
116-
"@wordpress/components": "^9.2.0",
117-
"@wordpress/edit-post": "^3.26.2",
118-
"@wordpress/editor": "^9.25.2",
119-
"@wordpress/eslint-plugin": "^3.3.0",
120-
"@wordpress/hooks": "^2.11.0",
121-
"@wordpress/i18n": "^3.17.0",
122-
"@wordpress/jest-preset-default": "^5.3.0",
123-
"@wordpress/scripts": "^6.1.0",
124-
"acorn": "^6.4.2",
125-
"autoprefixer": "^9.8.6",
106+
"@babel/preset-env": "^7.14.7",
107+
"@babel/preset-react": "^7.14.5",
108+
"@svgr/webpack": "^5.5.0",
109+
"@testing-library/dom": "^8.0.0",
110+
"@testing-library/jest-dom": "^5.14.1",
111+
"@testing-library/react": "^12.0.0",
112+
"@wordpress/babel-plugin-makepot": "^4.1.4",
113+
"@wordpress/block-editor": "^6.1.8",
114+
"@wordpress/blocks": "^9.1.4",
115+
"@wordpress/browserslist-config": "^4.0.1",
116+
"@wordpress/components": "^14.1.5",
117+
"@wordpress/edit-post": "^4.1.14",
118+
"@wordpress/editor": "^10.1.11",
119+
"@wordpress/eslint-plugin": "^9.0.6",
120+
"@wordpress/hooks": "^3.1.1",
121+
"@wordpress/i18n": "^4.1.1",
122+
"@wordpress/jest-preset-default": "^7.0.5",
123+
"@wordpress/scripts": "^16.1.4",
124+
"acorn": "^8.4.1",
125+
"autoprefixer": "^10.2.6",
126126
"babel-core": "^7.0.0-bridge.0",
127127
"babel-eslint": "^8.2.6",
128-
"babel-jest": "^24.9.0",
128+
"babel-jest": "^27.0.6",
129129
"babel-loader": "^8.2.2",
130-
"babel-plugin-istanbul": "^5.1.4",
130+
"babel-plugin-istanbul": "^6.0.0",
131131
"babel-plugin-lodash": "^3.3.4",
132132
"babel-plugin-syntax-dynamic-import": "^6.18.0",
133-
"babel-plugin-transform-decorators-legacy": "^1.3.4",
134-
"babel-plugin-transform-object-rest-spread": "^6.23.0",
133+
"babel-plugin-transform-decorators-legacy": "^1.3.5",
134+
"babel-plugin-transform-object-rest-spread": "^6.26.0",
135135
"babel-polyfill": "^6.26.0",
136136
"babel-preset-es2015": "^6.24.1",
137137
"babel-preset-react": "^6.24.1",
138138
"babel-preset-stage-2": "^6.24.1",
139139
"browser-sync-webpack-plugin": "^2.3.0",
140-
"browserslist": "^4.16.1",
141-
"concurrently": "^4.1.0",
140+
"browserslist": "^4.16.6",
141+
"concurrently": "^6.2.0",
142142
"create-file-webpack": "^1.0.2",
143-
"css-loader": "^2.1.0",
143+
"css-loader": "^5.2.6",
144144
"css-mqpacker": "^7.0.0",
145-
"cssnano": "^4.1.10",
146-
"delete-empty": "^2.0.0",
147-
"eslint": "^6.1.0",
148-
"eslint-config-airbnb": "^15.0.1",
145+
"cssnano": "^5.0.6",
146+
"delete-empty": "^3.0.0",
147+
"eslint": "^7.29.0",
148+
"eslint-config-airbnb": "^18.2.1",
149149
"eslint-loader": "^1.9.0",
150-
"eslint-plugin-flowtype": "2.34.0",
151-
"eslint-plugin-import": "^2.22.1",
152-
"eslint-plugin-jest": "^22.15.1",
150+
"eslint-plugin-flowtype": "5.8.0",
151+
"eslint-plugin-import": "^2.23.4",
152+
"eslint-plugin-jest": "^24.3.6",
153153
"eslint-plugin-jsx-a11y": "^6.4.1",
154-
"eslint-plugin-react": "^7.22.0",
155-
"exports-loader": "^0.7.0",
156-
"expose-loader": "^0.7.3",
154+
"eslint-plugin-react": "^7.24.0",
155+
"exports-loader": "^3.0.0",
156+
"expose-loader": "^3.0.0",
157157
"extract-text-webpack-plugin": "^3.0.0",
158-
"file-loader": "^4.2.0",
158+
"file-loader": "^6.2.0",
159159
"gulp": "^4.0.2",
160-
"gulp-autoprefixer": "^6.1.0",
160+
"gulp-autoprefixer": "^8.0.0",
161161
"gulp-clean": "^0.4.0",
162162
"gulp-concat": "^2.6.1",
163163
"gulp-concat-css": "^3.1.0",
164-
"gulp-csso": "^3.0.1",
164+
"gulp-csso": "^4.0.1",
165165
"gulp-minify": "^3.1.0",
166166
"gulp-minify-css": "^1.2.4",
167-
"gulp-postcss": "^8.0.0",
168-
"gulp-rename": "^1.4.0",
169-
"gulp-sass": "^4.0.2",
170-
"gulp-zip": "^5.0.1",
171-
"husky": "^3.0.3",
172-
"imagemin-pngquant": "^8.0.0",
167+
"gulp-postcss": "^9.0.0",
168+
"gulp-rename": "^2.0.0",
169+
"gulp-sass": "^5.0.0",
170+
"gulp-zip": "^5.1.0",
171+
"husky": "^6.0.0",
172+
"imagemin-pngquant": "^9.0.2",
173173
"imagemin-webpack": "^5.1.0",
174-
"imports-loader": "^0.8.0",
175-
"jest": "^24.8.0",
176-
"jquery": "^3.3.1",
177-
"jsonfile": "^5.0.0",
178-
"lint-staged": "^10.5.3",
174+
"imports-loader": "^3.0.0",
175+
"jest": "^27.0.6",
176+
"jquery": "^3.6.0",
177+
"jsonfile": "^6.1.0",
178+
"lint-staged": "^11.0.0",
179179
"merge-stream": "^2.0.0",
180180
"node-fetch": "^2.6.1",
181-
"node-sass": "^4.12.0",
182-
"onchange": "^5.2.0",
181+
"node-sass": "^6.0.1",
182+
"onchange": "^7.1.0",
183183
"path": "^0.12.7",
184-
"prettier": "^1.17.0",
185-
"react": "^16.14.0",
186-
"react-dom": "^16.14.0",
187-
"react-scroll": "^1.8.1",
188-
"react-test-renderer": "^16.14.0",
189-
"replace-in-file": "^3.4.3",
184+
"prettier": "^2.3.2",
185+
"react": "^17.0.2",
186+
"react-dom": "^17.0.2",
187+
"react-scroll": "^1.8.2",
188+
"react-test-renderer": "^17.0.2",
189+
"replace-in-file": "^6.2.0",
190190
"request": "^2.88.0",
191-
"rimraf": "^3.0.0",
191+
"rimraf": "^3.0.2",
192192
"s3-deploy": "^1.4.0",
193-
"sass-loader": "^7.1.0",
193+
"sass-loader": "^12.1.0",
194194
"sprintf-js": "^1.1.2",
195-
"style-loader": "^0.23.1",
196-
"stylelint": "^10.1.0",
195+
"style-loader": "^3.0.0",
196+
"stylelint": "^13.13.1",
197197
"stylelint-config-wordpress": "^14.0.0",
198-
"webpack": "^4.46.0",
199-
"webpack-cli": "^3.3.10"
198+
"webpack": "^5.41.1",
199+
"webpack-cli": "^4.7.2"
200200
},
201201
"keywords": [
202202
"WordPress",

0 commit comments

Comments
 (0)