| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "name": "leadin", |
| 3 | 3 | "scripts": { |
| 4 | 4 | "start": "wp-scripts start", |
| 5 | - "build": "wp-scripts build", | |
| 5 | + "build": "wp-scripts build --stats-error-details", | |
| 6 | 6 | "test-e2e": "wp-scripts test-e2e", |
| 7 | 7 | "test-e2e:debug": "wp-scripts test-e2e --puppeteer-devtools", |
| 8 | 8 | "plugin-zip": "wp-scripts plugin-zip" |
| 9 | 9 | }, |
| @@ -31,19 +31,27 @@ | ||
| 31 | 31 | "@types/lodash": "^4.14.188", |
| 32 | 32 | "@types/styled-components": "^5.1.26", |
| 33 | 33 | "@types/wordpress__block-editor": "^7.0.0", |
| 34 | 34 | "@types/wordpress__blocks": "^11.0.7", |
| 35 | + "@types/wordpress__components": "^23.8.0", | |
| 36 | + "@types/wordpress__data": "^7.0.0", | |
| 35 | 37 | "@types/wordpress__edit-post": "^4.0.1", |
| 38 | + "@types/wordpress__keycodes": "^2.18.0", | |
| 36 | 39 | "@types/wordpress__plugins": "^3.0.0", |
| 37 | 40 | "@wordpress/e2e-test-utils": "^8.2.0", |
| 38 | 41 | "@wordpress/env": "^5.3.0", |
| 39 | 42 | "@wordpress/jest-preset-default": "^10.0.0", |
| 40 | 43 | "@wordpress/scripts": "^24.2.0", |
| 44 | + "eslint-plugin-jsdoc": "^48.9.3", | |
| 41 | 45 | "jest": "^29.1.2", |
| 42 | 46 | "msw": "^0.49.2", |
| 43 | 47 | "ts-loader": "^9.4.1", |
| 44 | - "typescript": "^4.8.4" | |
| 48 | + "typescript": "^4.8.4", | |
| 49 | + "ws": "8.17.1" | |
| 45 | 50 | }, |
| 51 | + "resolutions": { | |
| 52 | + "ws": "8.17.1" | |
| 53 | + }, | |
| 46 | 54 | "dependencies": { |
| 47 | 55 | "@babel/cli": "7.18.6", |
| 48 | 56 | "@babel/core": "7.18.6", |
| 49 | 57 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
| @@ -51,8 +59,9 @@ | ||
| 51 | 59 | "@babel/preset-react": "7.18.6", |
| 52 | 60 | "@linaria/webpack-loader": "4.0.0-beta.0", |
| 53 | 61 | "@wordpress/block-editor": "^10.1.0", |
| 54 | 62 | "@wordpress/blocks": "^11.17.0", |
| 63 | + "@wordpress/components": "^28.4.0", | |
| 55 | 64 | "@wordpress/edit-post": "^6.18.0", |
| 56 | 65 | "@wordpress/i18n": "^4.18.0", |
| 57 | 66 | "@wordpress/plugins": "^4.19.0", |
| 58 | 67 | "babel-loader": "8.2.5", |
| @@ -60,9 +69,9 @@ | ||
| 60 | 69 | "mini-css-extract-plugin": "2.6.1", |
| 61 | 70 | "penpal": "3.1.3", |
| 62 | 71 | "raven-js": "3.19.1", |
| 63 | 72 | "styled-components": "^4.3.2", |
| 64 | - "webpack": "5.73.0", | |
| 73 | + "webpack": "5.76.0", | |
| 65 | 74 | "webpack-cli": "4.10.0" |
| 66 | 75 | }, |
| 67 | 76 | "msw": { |
| 68 | 77 | "workerDirectory": "" |