|
1 | 1 | { |
2 | 2 | "name": "@builder.io/widgets", |
3 | | - "version": "2.0.3", |
| 3 | + "version": "2.1.0", |
4 | 4 | "description": "", |
5 | 5 | "keywords": [], |
6 | 6 | "main": "dist/builder-widgets.cjs.js", |
|
35 | 35 | "commit": "git-cz", |
36 | 36 | "release": "npm run build && ALLOW_PUBLISH=true npm publish", |
37 | 37 | "release:major": "npm run build && npm version major && ALLOW_PUBLISH=true npm publish", |
| 38 | + "release:minor": "npm run build && npm version minor && ALLOW_PUBLISH=true npm publish", |
38 | 39 | "release:patch": "npm run build && npm version patch --no-git-tag-version && ALLOW_PUBLISH=true npm publish", |
39 | 40 | "release:nightly": "npm run build && npm version prerelease --no-git-tag-version && ALLOW_PUBLISH=true npm publish --tag nightly", |
40 | 41 | "release:dev": "npm run build && npm version prerelease --no-git-tag-version && ALLOW_PUBLISH=true npm publish --tag dev", |
|
93 | 94 | "@types/react": "^16.4.1", |
94 | 95 | "@types/react-dom": "^16.0.7", |
95 | 96 | "@types/react-loadable": "^5.5.1", |
96 | | - "@types/react-slick": "^0.23.4", |
| 97 | + "@types/react-slick": "^0.23.13", |
97 | 98 | "colors": "^1.1.2", |
98 | 99 | "commitizen": "^4.3.1", |
| 100 | + "concurrently": "^5.3.0", |
99 | 101 | "coveralls": "^3.0.0", |
100 | 102 | "cross-env": "^5.0.1", |
101 | 103 | "cz-conventional-changelog": "^2.0.0", |
102 | | - "concurrently": "^5.3.0", |
103 | | - "rollup-plugin-serve": "^1.0.1", |
104 | 104 | "husky": "^0.14.0", |
105 | 105 | "jest": "^29.0.0", |
106 | 106 | "lint-staged": "^15.3.0", |
107 | 107 | "lodash.camelcase": "^4.3.0", |
| 108 | + "next": "^12.1.0", |
108 | 109 | "npm-install-peers": "^1.2.1", |
109 | 110 | "prettier": "^1.4.4", |
110 | 111 | "prompt": "^1.0.0", |
| 112 | + "react": "^17.0.2", |
| 113 | + "react-dom": "^17.0.2", |
111 | 114 | "replace-in-file": "^3.0.0-beta.2", |
112 | 115 | "rimraf": "^2.6.1", |
113 | 116 | "rollup": "^2.33.3", |
|
117 | 120 | "rollup-plugin-node-resolve": "^5.2.0", |
118 | 121 | "rollup-plugin-re": "^1.0.7", |
119 | 122 | "rollup-plugin-replace": "^2.0.0", |
| 123 | + "rollup-plugin-serve": "^1.0.1", |
120 | 124 | "rollup-plugin-sourcemaps": "^0.6.3", |
121 | 125 | "rollup-plugin-typescript2": "^0.31.2", |
122 | 126 | "semantic-release": "^19.0.3", |
|
127 | 131 | "tslint-config-standard": "^7.0.0", |
128 | 132 | "typedoc": "^0.26.10", |
129 | 133 | "typescript": "^5.4.5", |
130 | | - "validate-commit-msg": "^2.12.2", |
131 | | - "next": "^12.1.0", |
132 | | - "react": "^17.0.2", |
133 | | - "react-dom": "^17.0.2" |
| 134 | + "validate-commit-msg": "^2.12.2" |
134 | 135 | }, |
135 | 136 | "peerDependencies": { |
| 137 | + "@builder.io/react": ">=5.0.11", |
| 138 | + "next": ">=12.1.0", |
136 | 139 | "preact": "^8.4.2", |
137 | 140 | "preact-compat": "^3.18.4", |
138 | 141 | "preact-context": "^1.1.3", |
139 | 142 | "prop-types": "^15.7.2", |
140 | | - "next": ">=12.1.0", |
141 | | - "@builder.io/react": ">=5.0.11", |
142 | 143 | "react": ">=16.0.0-0 || ^19.0.0-rc", |
143 | 144 | "react-dom": ">=16.0.0-0 || ^19.0.0-rc" |
144 | 145 | }, |
|
165 | 166 | "lodash-es": "^4.17.10", |
166 | 167 | "react-loadable": "^5.5.0", |
167 | 168 | "react-masonry-component": "^6.2.1", |
168 | | - "react-slick": "^0.28.1", |
| 169 | + "react-slick": "^0.31.0", |
169 | 170 | "tslib": "^1.10.0" |
170 | 171 | }, |
171 | 172 | "gitHead": "4d96fbc32864698afbb355ab991c6d90be991951" |
|
0 commit comments