|
1 | 1 | { |
2 | 2 | "name": "redirection", |
3 | | - "version": "3.3.1", |
| 3 | + "version": "3.4", |
4 | 4 | "description": "Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files.", |
5 | 5 | "main": "redirection.php", |
6 | 6 | "sideEffects": true, |
|
39 | 39 | }, |
40 | 40 | "homepage": "https://github.com/johngodley/redirection", |
41 | 41 | "devDependencies": { |
42 | | - "autoprefixer": "^8.6.2", |
| 42 | + "autoprefixer": "^8.6.5", |
43 | 43 | "babel": "^6.23.0", |
44 | 44 | "babel-core": "^6.26.3", |
45 | | - "babel-eslint": "^8.2.3", |
46 | | - "babel-loader": "^7.1.4", |
| 45 | + "babel-eslint": "^8.2.6", |
| 46 | + "babel-loader": "^7.1.5", |
47 | 47 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
48 | 48 | "babel-plugin-transform-react-remove-prop-types": "^0.4.13", |
49 | 49 | "babel-preset-env": "^1.7.0", |
50 | 50 | "babel-preset-es2015": "^6.24.1", |
51 | 51 | "babel-preset-react": "^6.24.1", |
52 | 52 | "babel-preset-stage-2": "^6.24.1", |
53 | 53 | "chai": "^4.1.2", |
54 | | - "css-loader": "^0.28.11", |
55 | | - "eslint": "^4.19.1", |
| 54 | + "css-loader": "^1.0.0", |
| 55 | + "eslint": "^5.1.0", |
56 | 56 | "eslint-config-wpcalypso": "^4.0.0", |
57 | 57 | "eslint-loader": "^2.0.0", |
58 | | - "eslint-plugin-flowtype": "^2.49.3", |
59 | | - "eslint-plugin-react": "^7.9.1", |
| 58 | + "eslint-plugin-flowtype": "^2.50.0", |
| 59 | + "eslint-plugin-react": "^7.10.0", |
60 | 60 | "eslint-plugin-wpcalypso": "^4.0.1", |
61 | 61 | "exports-loader": "^0.7.0", |
62 | 62 | "glob-all": "^3.1.0", |
|
70 | 70 | "html-webpack-plugin": "^3.2.0", |
71 | 71 | "i18n-calypso": "^1.9.1", |
72 | 72 | "imports-loader": "^0.8.0", |
73 | | - "jest": "^23.1.0", |
| 73 | + "jest": "^23.4.1", |
74 | 74 | "json-loader": "^0.5.7", |
75 | 75 | "mocha": "^5.2.0", |
76 | | - "node-sass": "^4.9.0", |
| 76 | + "node-sass": "^4.9.2", |
77 | 77 | "null-loader": "^0.1.1", |
78 | 78 | "path": "^0.12.7", |
79 | 79 | "postcss-cssnext": "^3.1.0", |
80 | 80 | "postcss-focus": "^3.0.0", |
81 | | - "postcss-loader": "^2.1.5", |
| 81 | + "postcss-loader": "^2.1.6", |
82 | 82 | "postcss-reporter": "^5.0.0", |
83 | 83 | "prettier": "github:automattic/calypso-prettier#503d7779", |
84 | | - "redux-devtools-extension": "^2.13.2", |
| 84 | + "redux-devtools-extension": "^2.13.5", |
85 | 85 | "sass-loader": "^7.0.3", |
86 | 86 | "shared-git-hooks": "^1.2.1", |
87 | 87 | "style-loader": "^0.21.0", |
88 | 88 | "through": "^2.3.8", |
89 | 89 | "through2": "^2.0.3", |
90 | 90 | "underscore": "^1.9.1", |
91 | | - "webpack": "^4.12.0", |
| 91 | + "webpack": "^4.16.1", |
92 | 92 | "webpack-bundle-analyzer": "^2.13.1", |
93 | 93 | "webpack-bundle-size-analyzer": "^2.7.0", |
94 | | - "webpack-cli": "^3.0.7", |
| 94 | + "webpack-cli": "^3.0.8", |
95 | 95 | "webpack-dev-server": "^3.1.4", |
96 | 96 | "webpack-remove-debug": "^0.1.0" |
97 | 97 | }, |
|
103 | 103 | "jed": "^1.1.1", |
104 | 104 | "lru": "^3.1.0", |
105 | 105 | "plite": "^0.0.5", |
106 | | - "prop-types": "^15.6.1", |
| 106 | + "prop-types": "^15.6.2", |
107 | 107 | "react": "^16.4.1", |
108 | 108 | "react-dom": "^16.4.1", |
109 | | - "react-dropzone": "^4.2.11", |
| 109 | + "react-dropzone": "^4.2.13", |
110 | 110 | "react-hot-loader": "^4.3.3", |
111 | 111 | "react-redux": "^5.0.7", |
112 | 112 | "redux": "^4.0.0", |
|
0 commit comments