Build: Update package.json
dependencies to match Gutenberg.
Props wpscholar, azaozz, gziolo. Fixes #46039. git-svn-id: https://develop.svn.wordpress.org/trunk@44728 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6b2c62eee2
commit
107453024f
1816
package-lock.json
generated
1816
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
30
package.json
30
package.json
@ -15,10 +15,10 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@wordpress/custom-templated-path-webpack-plugin": "1.1.6",
|
"@wordpress/custom-templated-path-webpack-plugin": "1.1.6",
|
||||||
"@wordpress/library-export-default-webpack-plugin": "1.0.5",
|
"@wordpress/library-export-default-webpack-plugin": "1.0.5",
|
||||||
"autoprefixer": "^9.1.5",
|
"autoprefixer": "9.4.7",
|
||||||
"check-node-version": "3.2.0",
|
"check-node-version": "3.2.0",
|
||||||
"copy-webpack-plugin": "^4.6.0",
|
"copy-webpack-plugin": "^4.6.0",
|
||||||
"cssnano": "^4.1.4",
|
"cssnano": "4.1.8",
|
||||||
"grunt": "~1.0.3",
|
"grunt": "~1.0.3",
|
||||||
"grunt-banner": "^0.6.0",
|
"grunt-banner": "^0.6.0",
|
||||||
"grunt-contrib-clean": "~2.0.0",
|
"grunt-contrib-clean": "~2.0.0",
|
||||||
@ -32,7 +32,7 @@
|
|||||||
"grunt-contrib-watch": "~1.1.0",
|
"grunt-contrib-watch": "~1.1.0",
|
||||||
"grunt-file-append": "0.0.7",
|
"grunt-file-append": "0.0.7",
|
||||||
"grunt-includes": "~1.1.0",
|
"grunt-includes": "~1.1.0",
|
||||||
"grunt-jsdoc": "^2.1.0",
|
"grunt-jsdoc": "2.3.0",
|
||||||
"grunt-jsvalidate": "~0.2.2",
|
"grunt-jsvalidate": "~0.2.2",
|
||||||
"grunt-legacy-util": "^1.1.1",
|
"grunt-legacy-util": "^1.1.1",
|
||||||
"grunt-patch-wordpress": "~1.0.0",
|
"grunt-patch-wordpress": "~1.0.0",
|
||||||
@ -47,13 +47,13 @@
|
|||||||
"node-sass": "~4.11.0",
|
"node-sass": "~4.11.0",
|
||||||
"source-map-loader": "^0.2.4",
|
"source-map-loader": "^0.2.4",
|
||||||
"uglify-js": "^3.4.9",
|
"uglify-js": "^3.4.9",
|
||||||
"uglifyjs-webpack-plugin": "^2.0.1",
|
"uglifyjs-webpack-plugin": "2.1.1",
|
||||||
"webpack": "^4.24.0",
|
"webpack": "4.29.2",
|
||||||
"webpack-dev-server": "^3.1.9",
|
"webpack-dev-server": "3.1.14",
|
||||||
"webpack-livereload-plugin": "^2.1.1"
|
"webpack-livereload-plugin": "2.2.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/polyfill": "^7.0.0",
|
"@babel/polyfill": "7.2.5",
|
||||||
"@wordpress/a11y": "^2.0.2",
|
"@wordpress/a11y": "^2.0.2",
|
||||||
"@wordpress/annotations": "1.0.8",
|
"@wordpress/annotations": "1.0.8",
|
||||||
"@wordpress/api-fetch": "^2.2.8",
|
"@wordpress/api-fetch": "^2.2.8",
|
||||||
@ -93,22 +93,22 @@
|
|||||||
"@wordpress/wordcount": "^2.0.3",
|
"@wordpress/wordcount": "^2.0.3",
|
||||||
"backbone": "1.3.3",
|
"backbone": "1.3.3",
|
||||||
"element-closest": "^2.0.2",
|
"element-closest": "^2.0.2",
|
||||||
"formdata-polyfill": "^3.0.12",
|
"formdata-polyfill": "3.0.13",
|
||||||
"imagesloaded": "3.2.0",
|
"imagesloaded": "3.2.0",
|
||||||
"jquery": "1.12.4",
|
"jquery": "1.12.4",
|
||||||
"jquery-color": "github:jquery/jquery-color#2.1.1",
|
"jquery-color": "github:jquery/jquery-color#2.1.1",
|
||||||
"jquery-form": "4.2.1",
|
"jquery-form": "4.2.1",
|
||||||
"jquery-hoverintent": "1.8.3",
|
"jquery-hoverintent": "1.8.3",
|
||||||
"jquery-ui": "github:jquery/jquery-ui#1.11.4",
|
"jquery-ui": "github:jquery/jquery-ui#1.11.4",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "4.17.11",
|
||||||
"masonry-layout": "3.3.2",
|
"masonry-layout": "3.3.2",
|
||||||
"moment": "^2.22.2",
|
"moment": "2.22.2",
|
||||||
"polyfill-library": "^3.26.0-0",
|
"polyfill-library": "3.27.4",
|
||||||
"react": "^16.6.3",
|
"react": "16.6.3",
|
||||||
"react-dom": "^16.6.3",
|
"react-dom": "16.6.3",
|
||||||
"twemoji": "11.2.0",
|
"twemoji": "11.2.0",
|
||||||
"underscore": "1.8.3",
|
"underscore": "1.8.3",
|
||||||
"whatwg-fetch": "^3.0.0"
|
"whatwg-fetch": "3.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"grunt": "grunt"
|
"grunt": "grunt"
|
||||||
|
Loading…
Reference in New Issue
Block a user