|
42 | 42 | }, |
43 | 43 | "homepage": "https://github.com/react-grid-layout/react-draggable", |
44 | 44 | "devDependencies": { |
45 | | - "@babel/cli": "^7.23.0", |
46 | | - "@babel/core": "^7.23.0", |
47 | | - "@babel/eslint-parser": "^7.22.15", |
48 | | - "@babel/plugin-transform-class-properties": "^7.18.6", |
49 | | - "@babel/plugin-transform-flow-comments": "^7.22.10", |
50 | | - "@babel/preset-env": "^7.22.20", |
51 | | - "@babel/preset-flow": "^7.22.15", |
52 | | - "@babel/preset-react": "^7.22.15", |
53 | | - "@types/node": "^20.7.0", |
54 | 45 | "@types/react": "^18.2.23", |
55 | 46 | "@types/react-dom": "^18.2.8", |
| 47 | + "@babel/cli": "^7.27.2", |
| 48 | + "@babel/core": "^7.27.4", |
| 49 | + "@babel/eslint-parser": "^7.27.5", |
| 50 | + "@babel/plugin-transform-class-properties": "^7.27.1", |
| 51 | + "@babel/plugin-transform-flow-comments": "^7.27.3", |
| 52 | + "@babel/preset-env": "^7.27.2", |
| 53 | + "@babel/preset-flow": "^7.27.1", |
| 54 | + "@babel/preset-react": "^7.27.1", |
| 55 | + "@eslint/eslintrc": "^3.3.1", |
| 56 | + "@eslint/js": "^9.29.0", |
| 57 | + "@types/node": "^24.0.4", |
56 | 58 | "assert": "^2.1.0", |
57 | | - "babel-loader": "^9.1.3", |
| 59 | + "babel-loader": "^10.0.0", |
58 | 60 | "babel-plugin-transform-inline-environment-variables": "^0.4.4", |
59 | | - "eslint": "^8.50.0", |
60 | | - "eslint-plugin-react": "^7.33.2", |
| 61 | + "eslint": "^9.29.0", |
| 62 | + "eslint-plugin-react": "^7.37.5", |
61 | 63 | "flow-bin": "^0.217.0", |
62 | | - "jasmine-core": "^5.1.1", |
63 | | - "karma": "^6.4.2", |
| 64 | + "globals": "^16.2.0", |
| 65 | + "jasmine-core": "^5.8.0", |
| 66 | + "karma": "^6.4.4", |
64 | 67 | "karma-chrome-launcher": "^3.2.0", |
65 | 68 | "karma-cli": "2.0.0", |
66 | | - "karma-firefox-launcher": "^2.1.2", |
| 69 | + "karma-firefox-launcher": "^2.1.3", |
67 | 70 | "karma-ie-launcher": "^1.0.0", |
68 | 71 | "karma-jasmine": "^5.1.0", |
69 | 72 | "karma-phantomjs-launcher": "^1.0.4", |
70 | 73 | "karma-phantomjs-shim": "^1.5.0", |
71 | | - "karma-webpack": "^5.0.0", |
| 74 | + "karma-webpack": "^5.0.1", |
72 | 75 | "lodash": "^4.17.4", |
73 | 76 | "phantomjs-prebuilt": "^2.1.16", |
74 | 77 | "pre-commit": "^1.2.2", |
75 | 78 | "process": "^0.11.10", |
76 | | - "puppeteer": "^21.3.5", |
| 79 | + "puppeteer": "^24.10.2", |
77 | 80 | "react": "^16.13.1", |
78 | 81 | "react-dom": "^16.13.1", |
79 | | - "react-frame-component": "^5.2.6", |
| 82 | + "react-frame-component": "^5.2.7", |
80 | 83 | "react-test-renderer": "^16.13.1", |
81 | | - "semver": "^7.5.4", |
| 84 | + "semver": "^7.7.2", |
82 | 85 | "static-server": "^3.0.0", |
83 | | - "typescript": "^5.2.2", |
84 | | - "webpack": "^5.88.2", |
85 | | - "webpack-cli": "^5.1.4", |
86 | | - "webpack-dev-server": "^4.15.1" |
| 86 | + "typescript": "^5.8.3", |
| 87 | + "webpack": "^5.99.9", |
| 88 | + "webpack-cli": "^6.0.1", |
| 89 | + "webpack-dev-server": "^5.2.2" |
87 | 90 | }, |
88 | 91 | "resolutions": { |
89 | 92 | "minimist": "^1.2.5" |
|
0 commit comments