|
1 | 1 | { |
2 | 2 | "name": "@20minutes/draft-convert", |
3 | | - "version": "3.0.2", |
| 3 | + "version": "3.0.3", |
4 | 4 | "description": "Extensibly serialize & deserialize Draft.js ContentState", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "types": "types/index.d.ts", |
|
37 | 37 | "react-dom": "^15.0.2 || ^16.0.0-rc || ^16.0.0 || ^17.0.0 || ^18.0.0" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@babel/runtime": "^7.27.0", |
| 40 | + "@babel/runtime": "^7.28.4", |
41 | 41 | "immutable": "~3.7.4", |
42 | 42 | "invariant": "^2.2.1" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | 45 | "@20minutes/eslint-config": "^1.2.7", |
46 | | - "@babel/cli": "^7.27.0", |
47 | | - "@babel/core": "^7.26.10", |
48 | | - "@babel/eslint-parser": "^7.27.0", |
49 | | - "@babel/plugin-transform-runtime": "^7.26.10", |
50 | | - "@babel/preset-env": "^7.26.9", |
51 | | - "@babel/preset-react": "^7.26.3", |
| 46 | + "@babel/cli": "^7.28.3", |
| 47 | + "@babel/core": "^7.28.5", |
| 48 | + "@babel/eslint-parser": "^7.28.5", |
| 49 | + "@babel/plugin-transform-runtime": "^7.28.5", |
| 50 | + "@babel/preset-env": "^7.28.5", |
| 51 | + "@babel/preset-react": "^7.28.5", |
52 | 52 | "babel-eslint": "^10.0.2", |
53 | | - "babel-jest": "^29.7.0", |
| 53 | + "babel-jest": "^30.2.0", |
54 | 54 | "babel-loader": "^10.0.0", |
55 | | - "cross-env": "^7.0.3", |
| 55 | + "cross-env": "^10.1.0", |
56 | 56 | "draft-js": "^0.11.7", |
57 | 57 | "eslint": "^8.57.0", |
58 | 58 | "eslint-config-airbnb": "^19.0.4", |
59 | | - "eslint-config-prettier": "^10.1.1", |
| 59 | + "eslint-config-prettier": "^10.1.8", |
60 | 60 | "eslint-plugin-babel": "^5.3.1", |
61 | | - "eslint-plugin-import": "^2.31.0", |
| 61 | + "eslint-plugin-import": "^2.32.0", |
62 | 62 | "eslint-plugin-jsx-a11y": "^6.10.2", |
63 | | - "eslint-plugin-prettier": "^5.2.5", |
64 | | - "eslint-plugin-react": "7.37.4", |
65 | | - "jest": "^29.7.0", |
66 | | - "jest-environment-jsdom": "^29.7.0", |
67 | | - "prettier": "^3.5.3", |
| 63 | + "eslint-plugin-prettier": "^5.5.4", |
| 64 | + "eslint-plugin-react": "7.37.5", |
| 65 | + "jest": "^30.2.0", |
| 66 | + "jest-environment-jsdom": "^30.2.0", |
| 67 | + "prettier": "^3.6.2", |
68 | 68 | "react": "^18.0.0", |
69 | 69 | "react-dom": "^18.0.0", |
70 | | - "rimraf": "6.0.1", |
71 | | - "webpack": "^5.98.0", |
| 70 | + "rimraf": "6.1.2", |
| 71 | + "webpack": "^5.103.0", |
72 | 72 | "webpack-nano": "^1.1.1" |
73 | 73 | } |
74 | 74 | } |
0 commit comments