|
1 | 1 | {
|
2 | 2 | "name": "react-cloudimage-responsive-plain",
|
3 |
| - "version": "2.0.1", |
| 3 | + "version": "2.0.2", |
4 | 4 | "main": "dist/index.js",
|
5 | 5 | "description": "Cloudimage Responsive will smartly resize, compress and accelerate images across the World in your site for all devices. The plugin supports lazy loading technique.",
|
6 | 6 | "author": "scaleflex",
|
|
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 | 49 | "@babel/cli": "^7.0.0",
|
50 |
| - "@babel/core": "^7.0.0", |
| 50 | + "@babel/core": "^7.21.4", |
51 | 51 | "@babel/parser": "^7.18.10",
|
52 | 52 | "@babel/plugin-proposal-class-properties": "^7.0.0",
|
53 | 53 | "@babel/plugin-proposal-decorators": "^7.0.0",
|
|
58 | 58 | "@babel/plugin-proposal-throw-expressions": "^7.0.0",
|
59 | 59 | "@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
60 | 60 | "@babel/plugin-syntax-import-meta": "^7.0.0",
|
61 |
| - "@babel/preset-env": "^7.9.5", |
| 61 | + "@babel/preset-env": "^7.21.4", |
62 | 62 | "@babel/preset-react": "^7.0.0",
|
63 |
| - "babel-loader": "^8.0.0", |
64 |
| - "css-loader": "^2.0.0", |
| 63 | + "babel-loader": "^9.1.2", |
| 64 | + "css-loader": "^6.7.3", |
65 | 65 | "eslint": "^7.32.0 || ^8.2.0",
|
66 | 66 | "eslint-config-airbnb": "^19.0.4",
|
67 |
| - "eslint-plugin-import": "^2.25.3", |
68 | 67 | "eslint-plugin-jsx-a11y": "^6.5.1",
|
69 | 68 | "eslint-plugin-react": "^7.28.0",
|
70 | 69 | "eslint-plugin-react-hooks": "^4.3.0",
|
71 | 70 | "gh-pages": "^2.0.1",
|
72 |
| - "html-webpack-plugin": "^5.5.0", |
| 71 | + "html-webpack-plugin": "^5.5.1", |
73 | 72 | "react": "^18.2.0",
|
74 | 73 | "react-dom": "^18.2.0",
|
75 |
| - "react-syntax-highlighter": "^10.2.0", |
76 |
| - "style-loader": "^0.23.1", |
77 |
| - "uglifyjs-webpack-plugin": "^2.2.0", |
78 |
| - "webpack": "^5.74.0", |
79 |
| - "webpack-cli": "^4.10.0", |
80 |
| - "webpack-dev-server": "^4.10.0" |
| 74 | + "react-syntax-highlighter": "^15.5.0", |
| 75 | + "style-loader": "^3.3.2", |
| 76 | + "terser-webpack-plugin": "^5.3.7", |
| 77 | + "webpack": "^5.79.0", |
| 78 | + "webpack-cli": "^5.0.1", |
| 79 | + "webpack-dev-server": "^4.13.3" |
81 | 80 | }
|
82 | 81 | }
|
0 commit comments