|
1 | 1 | {
|
2 | 2 | "name": "laraberg",
|
3 |
| - "version": "1.0.2", |
| 3 | + "version": "1.0.3", |
4 | 4 | "description": "A Gutenberg implementation for Laravel",
|
5 | 5 | "main": "src/resources/laraberg.js",
|
6 | 6 | "directories": {
|
|
26 | 26 | "homepage": "https://github.com/VanOns/laraberg#readme",
|
27 | 27 | "browserslist": "> 0.25%, not dead",
|
28 | 28 | "devDependencies": {
|
29 |
| - "@babel/core": "^7.5.4", |
30 |
| - "@babel/plugin-proposal-class-properties": "^7.5.0", |
31 |
| - "@babel/plugin-transform-runtime": "^7.5.0", |
32 |
| - "@babel/preset-env": "^7.5.4", |
33 |
| - "@wordpress/dependency-extraction-webpack-plugin": "^1.0.1", |
34 |
| - "autoprefixer": "^9.6.1", |
35 |
| - "babel-eslint": "^10.0.2", |
| 29 | + "@babel/core": "^7.6.4", |
| 30 | + "@babel/plugin-proposal-class-properties": "^7.5.5", |
| 31 | + "@babel/plugin-transform-runtime": "^7.6.2", |
| 32 | + "@babel/preset-env": "^7.6.3", |
| 33 | + "@wordpress/dependency-extraction-webpack-plugin": "^1.2.0", |
| 34 | + "autoprefixer": "^9.6.5", |
| 35 | + "babel-eslint": "^10.0.3", |
36 | 36 | "babel-loader": "^8.0.6",
|
37 | 37 | "babel-polyfill": "^6.26.0",
|
38 |
| - "cross-env": "^5.2.0", |
39 |
| - "css-loader": "^3.0.0", |
40 |
| - "eslint": "^6.0.1", |
| 38 | + "cross-env": "^5.2.1", |
| 39 | + "css-loader": "^3.2.0", |
| 40 | + "eslint": "^6.5.1", |
41 | 41 | "eslint-config-standard": "^13.0.1",
|
42 |
| - "eslint-plugin-import": "^2.18.0", |
43 |
| - "eslint-plugin-node": "^9.1.0", |
| 42 | + "eslint-plugin-import": "^2.18.2", |
| 43 | + "eslint-plugin-node": "^9.2.0", |
44 | 44 | "eslint-plugin-promise": "^4.2.1",
|
45 |
| - "eslint-plugin-react": "^7.14.2", |
46 |
| - "eslint-plugin-standard": "^4.0.0", |
| 45 | + "eslint-plugin-react": "^7.16.0", |
| 46 | + "eslint-plugin-standard": "^4.0.1", |
47 | 47 | "mini-css-extract-plugin": "^0.7.0",
|
48 | 48 | "node-sass": "^4.12.0",
|
49 | 49 | "postcss-loader": "^3.0.0",
|
50 |
| - "sass-loader": "^7.1.0", |
| 50 | + "sass-loader": "^7.3.1", |
51 | 51 | "style-loader": "^0.23.1",
|
52 |
| - "webpack": "^4.35.3", |
53 |
| - "webpack-cli": "^3.3.6", |
54 |
| - "webpack-dev-server": "^3.7.2" |
| 52 | + "webpack": "^4.41.1", |
| 53 | + "webpack-cli": "^3.3.9", |
| 54 | + "webpack-dev-server": "^3.8.2" |
55 | 55 | },
|
56 | 56 | "dependencies": {
|
57 |
| - "@babel/preset-react": "^7.0.0", |
58 |
| - "@babel/runtime": "^7.5.5", |
| 57 | + "@babel/preset-react": "^7.6.3", |
| 58 | + "@babel/runtime": "^7.6.3", |
59 | 59 | "axios": "^0.19.0"
|
60 | 60 | }
|
61 | 61 | }
|
0 commit comments