|
34 | 34 | }, |
35 | 35 | "homepage": "https://github.com/cloudinary/cloudinary-react#readme", |
36 | 36 | "devDependencies": { |
37 | | - "@babel/cli": "^7.2.0", |
38 | | - "@babel/core": "^7.2.2", |
| 37 | + "@babel/cli": "^7.17.6", |
| 38 | + "@babel/core": "^7.17.8", |
39 | 39 | "@babel/eslint-parser": "^7.13.4", |
40 | | - "@babel/plugin-proposal-class-properties": "^7.8.3", |
41 | | - "@babel/plugin-proposal-export-default-from": "^7.2.0", |
42 | | - "@babel/preset-env": "^7.2.0", |
43 | | - "@babel/preset-react": "^7.0.0", |
44 | | - "@babel/register": "^7.0.0", |
| 40 | + "@babel/plugin-proposal-class-properties": "^7.16.7", |
| 41 | + "@babel/plugin-proposal-export-default-from": "^7.16.7", |
| 42 | + "@babel/preset-env": "^7.16.11", |
| 43 | + "@babel/preset-react": "^7.16.7", |
| 44 | + "@babel/register": "^7.17.7", |
45 | 45 | "@storybook/addon-essentials": "^6.1.20", |
46 | 46 | "@storybook/react": "^6.1.20", |
47 | 47 | "babel-eslint": "^10.1.0", |
48 | | - "babel-loader": "^8.0.4", |
49 | | - "babelify": "^10.0.0", |
50 | | - "browserify": "^16.2.3", |
51 | | - "browserify-shim": "^3.8.14", |
52 | | - "bundlewatch": "^0.2.6", |
| 48 | + "babel-loader": "^8.2.4", |
| 49 | + "bundlewatch": "^0.3.3", |
53 | 50 | "cpy-cli": "^3.1.1", |
54 | 51 | "del-cli": "^3.0.0", |
55 | 52 | "enzyme": "^3.10.0", |
56 | | - "enzyme-adapter-react-16": "^1.14.0", |
| 53 | + "enzyme-adapter-react-16": "^1.15.6", |
57 | 54 | "eslint": "^7.20.0", |
58 | 55 | "eslint-config-standard": "^14.1.0", |
59 | 56 | "eslint-config-standard-react": "^9.2.0", |
|
68 | 65 | "jest-enzyme": "^7.1.2", |
69 | 66 | "jest-extended": "^0.11.5", |
70 | 67 | "jsdom": "^11.12.0", |
71 | | - "microbundle": "^0.13.0", |
| 68 | + "microbundle": "^0.13.3", |
72 | 69 | "npm-run-all": "^4.1.5", |
73 | | - "react": "^16.3.3", |
74 | | - "react-dom": "^16.3.3" |
| 70 | + "react": "^16.14.0", |
| 71 | + "react-dom": "^16.14.0" |
75 | 72 | }, |
76 | 73 | "dependencies": { |
77 | | - "cloudinary-core": "^2.11.3", |
78 | | - "prop-types": "^15.6.2" |
| 74 | + "cloudinary-core": "^2.12.3", |
| 75 | + "prop-types": "^15.8.1" |
79 | 76 | }, |
80 | 77 | "peerDependencies": { |
81 | | - "react": "^16.3.3 || ^17.0.0" |
| 78 | + "react": "^16.3.3 || ^17.0.0 || ^18.0.0" |
82 | 79 | }, |
83 | 80 | "files": [ |
84 | 81 | "dist" |
|
0 commit comments