Skip to content

Commit

Permalink
Feat/deps check (#1058)
Browse files Browse the repository at this point in the history
* feat: deps check

* fix: versions fix

Co-authored-by: blackraydev <black2001ray@mail.ru>
  • Loading branch information
SiebenSieben and blackraydev committed Apr 13, 2022
1 parent f95f035 commit c5f6425
Show file tree
Hide file tree
Showing 78 changed files with 222 additions and 209 deletions.
51 changes: 27 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,30 +62,30 @@
"@alfalab/icons-logotype": "^1.28.0",
"@alfalab/stylelint-core-vars": "^1.4.0",
"@alfalab/utils": "^1.3.0",
"@popperjs/core": "^2.3.3",
"@popperjs/core": "2.3.3",
"alfa-ui-primitives": "^3.13.0",
"classnames": "^2.2.6",
"compute-scroll-into-view": "^1.0.13",
"date-fns": "^2.16.1",
"classnames": "2.2.6",
"compute-scroll-into-view": "1.0.13",
"date-fns": "2.16.1",
"downshift": "5.4.7",
"element-closest": "^3.0.2",
"intersection-observer": "^0.12.0",
"libphonenumber-js": "^1.8.4",
"lodash.debounce": "^4.0.8",
"popper-max-size-modifier": "^0.2.0",
"react-div-100vh": "^0.7.0",
"react-focus-lock": "^2.5.0",
"react-merge-refs": "^1.1.0",
"react-node-resolver": "^2.0.1",
"react-popper": "^2.2.5",
"react-swipeable": "^5.5.0",
"react-textarea-autosize": "^8.2.0",
"react-transition-group": "^4.3.0",
"react-virtual": "^2.2.0",
"recharts": "^2.0.10",
"resize-observer": "^1.0.0",
"swiper": "^6.8.2",
"text-mask-core": "^5.1.2"
"element-closest": "3.0.2",
"intersection-observer": "0.12.0",
"libphonenumber-js": "1.9.6",
"lodash.debounce": "4.0.8",
"popper-max-size-modifier": "0.2.0",
"react-div-100vh": "0.7.0",
"react-focus-lock": "2.5.0",
"react-merge-refs": "1.1.0",
"react-node-resolver": "2.0.1",
"react-popper": "2.2.5",
"react-swipeable": "5.5.1",
"react-textarea-autosize": "8.3.0",
"react-transition-group": "4.4.1",
"react-virtual": "2.3.2",
"recharts": "2.1.2",
"resize-observer": "1.0.0",
"swiper": "6.8.2",
"text-mask-core": "5.1.2"
},
"devDependencies": {
"@alfalab/rollup-plugin-postcss": "^3.6.0",
Expand Down Expand Up @@ -163,7 +163,7 @@
"lerna": "^3.20.2",
"lint-staged": "^10.0.8",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"lodash.kebabcase": "4.1.1",
"lodash.upperfirst": "^4.3.1",
"mini-css-extract-plugin": "^0.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
Expand Down Expand Up @@ -191,7 +191,7 @@
"rollup-plugin-multi-input": "^1.1.1",
"semantic-release": "^17.2.3",
"semantic-release-monorepo": "^7.0.3",
"shelljs": "^0.8.3",
"shelljs": "0.8.5",
"standard-version": "^8.0.0",
"storybook-addon-live-examples": "^0.0.25",
"string-hash": "^1.1.3",
Expand Down Expand Up @@ -268,5 +268,8 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"resolutions": {
"es5-ext": "0.10.53"
}
}
2 changes: 1 addition & 1 deletion packages/alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
},
"dependencies": {
"@alfalab/core-components-plate": "^4.0.6",
"classnames": "^2.2.6"
"classnames": "2.2.6"
}
}
2 changes: 1 addition & 1 deletion packages/amount-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@alfalab/core-components-with-suffix": "^3.2.0",
"@alfalab/data": "^1.0.1",
"@alfalab/utils": "^1.5.1",
"classnames": "^2.2.6"
"classnames": "2.2.6"
}
}
2 changes: 1 addition & 1 deletion packages/amount/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@alfalab/data": "^1.0.1",
"@alfalab/utils": "^1.8.0",
"classnames": "^2.2.6"
"classnames": "2.2.6"
},
"peerDependencies": {
"react": "^16.9.0 || ^17.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/attach/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@alfalab/core-components-progress-bar": "^2.1.0",
"@alfalab/icons-classic": "^1.76.0",
"@alfalab/utils": "^1.5.1",
"classnames": "^2.2.6",
"react-merge-refs": "^1.1.0"
"classnames": "2.2.6",
"react-merge-refs": "1.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/backdrop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"access": "public"
},
"dependencies": {
"classnames": "^2.2.6",
"react-transition-group": "^4.3.0"
"classnames": "2.2.6",
"react-transition-group": "4.4.1"
},
"devDependencies": {
"@types/react-transition-group": "^4.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"react": "^16.9.0 || ^17.0.1"
},
"dependencies": {
"classnames": "^2.2.6"
"classnames": "2.2.6"
}
}
2 changes: 1 addition & 1 deletion packages/bank-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@alfalab/icons-classic": "^1.76.0",
"@alfalab/icons-glyph": "^2.16.0",
"@alfalab/icons-logotype": "^1.28.0",
"classnames": "^2.2.6"
"classnames": "2.2.6"
}
}
10 changes: 5 additions & 5 deletions packages/base-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@alfalab/core-components-global-store": "^1.1.0",
"@alfalab/core-components-portal": "^2.0.1",
"@alfalab/core-components-stack": "^3.0.1",
"classnames": "^2.2.6",
"react-focus-lock": "^2.5.0",
"react-merge-refs": "^1.1.0",
"react-transition-group": "^4.3.0",
"resize-observer": "^1.0.0"
"classnames": "2.2.6",
"react-focus-lock": "2.5.0",
"react-merge-refs": "1.1.0",
"react-transition-group": "4.4.1",
"resize-observer": "1.0.0"
},
"devDependencies": {
"@types/react-transition-group": "^4.2.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/bottom-sheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@alfalab/core-components-base-modal": "^4.0.0",
"@alfalab/core-components-icon-button": "^4.1.6",
"@alfalab/core-components-typography": "^2.5.0",
"classnames": "^2.2.6",
"react-div-100vh": "^0.7.0",
"react-swipeable": "^5.5.0",
"react-transition-group": "^4.3.0"
"classnames": "2.2.6",
"react-div-100vh": "0.7.0",
"react-swipeable": "5.5.1",
"react-transition-group": "4.4.1"
}
}
4 changes: 2 additions & 2 deletions packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"dependencies": {
"@alfalab/core-components-loader": "^2.0.2",
"@alfalab/hooks": "^1.4.1",
"classnames": "^2.2.6",
"react-merge-refs": "^1.1.0"
"classnames": "2.2.6",
"react-merge-refs": "1.1.0"
},
"buildThemes": [
"site"
Expand Down
6 changes: 3 additions & 3 deletions packages/calendar-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@alfalab/core-components-calendar": "^5.2.0",
"@alfalab/core-components-date-input": "^2.1.0",
"@alfalab/core-components-popover": "^5.6.1",
"classnames": "^2.2.6",
"date-fns": "^2.16.1",
"react-merge-refs": "^1.1.0"
"classnames": "2.2.6",
"date-fns": "2.16.1",
"react-merge-refs": "1.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/calendar-range/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@alfalab/core-components-calendar": "^5.2.0",
"@alfalab/core-components-calendar-input": "^6.1.2",
"@alfalab/core-components-date-input": "^2.1.0",
"classnames": "^2.2.6",
"date-fns": "^2.16.1"
"classnames": "2.2.6",
"date-fns": "2.16.1"
}
}
4 changes: 2 additions & 2 deletions packages/calendar-with-skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@alfalab/core-components-calendar": "^5.2.0",
"@alfalab/core-components-skeleton": "^3.1.0",
"classnames": "^2.2.6",
"react-transition-group": "^4.3.0"
"classnames": "2.2.6",
"react-transition-group": "4.4.1"
}
}
6 changes: 3 additions & 3 deletions packages/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@alfalab/core-components-icon-button": "^4.1.5",
"@alfalab/hooks": "^1.4.1",
"@alfalab/icons-glyph": "^2.16.0",
"classnames": "^2.2.6",
"date-fns": "^2.16.1",
"react-merge-refs": "^1.1.0"
"classnames": "2.2.6",
"date-fns": "2.16.1",
"react-merge-refs": "1.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/card-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"access": "public"
},
"peerDependencies": {
"classnames": "^2.2.6",
"classnames": "2.2.6",
"react": "^16.9.0 || ^17.0.1",
"react-dom": "^16.9.0 || ^17.0.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"dependencies": {
"@alfalab/core-components-typography": "^2.5.0",
"classnames": "^2.2.6",
"recharts": "^2.0.10"
"classnames": "2.2.6",
"recharts": "2.1.2"
},
"devDependencies": {
"@types/react-transition-group": "^4.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"react-dom": "^16.9.0 || ^17.0.1"
},
"dependencies": {
"classnames": "^2.2.6"
"classnames": "2.2.6"
}
}
4 changes: 2 additions & 2 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@alfalab/hooks": "^1.4.1",
"@alfalab/icons-glyph": "^2.16.0",
"classnames": "^2.2.6",
"react-merge-refs": "^1.1.0"
"classnames": "2.2.6",
"react-merge-refs": "1.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/circular-progress-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@alfalab/core-components-typography": "^2.5.0",
"classnames": "^2.2.6"
"classnames": "2.2.6"
},
"peerDependencies": {
"react": "^16.9.0 || ^17.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/code-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"react-dom": "^16.9.0 || ^17.0.1"
},
"dependencies": {
"classnames": "^2.2.6"
"classnames": "2.2.6"
}
}
8 changes: 4 additions & 4 deletions packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"bin": "./bin/index.js",
"dependencies": {
"chalk": "^4.1.1",
"lodash.kebabcase": "^4.1.1",
"shelljs": "^0.8.4",
"yargs": "^17.0.1"
"chalk": "4.1.1",
"lodash.kebabcase": "4.1.1",
"shelljs": "0.8.5",
"yargs": "17.0.1"
}
}
6 changes: 3 additions & 3 deletions packages/collapse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"dependencies": {
"@alfalab/core-components-link": "^3.2.1",
"@alfalab/icons-classic": "^1.76.0",
"classnames": "^2.2.6",
"lodash.debounce": "^4.0.8",
"resize-observer": "^1.0.0"
"classnames": "2.2.6",
"lodash.debounce": "4.0.8",
"resize-observer": "1.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/confirmation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@alfalab/hooks": "^1.4.1",
"@alfalab/icons-glyph": "^2.16.0",
"@alfalab/utils": "^1.5.1",
"classnames": "^2.2.6"
"classnames": "2.2.6"
},
"peerDependencies": {
"react": "^16.9.0 || ^17.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
},
"dependencies": {
"@alfalab/core-components-button": "^5.1.1",
"classnames": "^2.2.6"
"classnames": "2.2.6"
}
}
4 changes: 2 additions & 2 deletions packages/date-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@alfalab/core-components-input": "^8.1.0",
"date-fns": "^2.16.1",
"react-merge-refs": "^1.1.0"
"date-fns": "2.16.1",
"react-merge-refs": "1.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/divider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"react": "^16.9.0 || ^17.0.1"
},
"dependencies": {
"classnames": "^2.2.6"
"classnames": "2.2.6"
}
}
2 changes: 1 addition & 1 deletion packages/drawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"dependencies": {
"@alfalab/core-components-base-modal": "^4.0.0",
"classnames": "^2.2.6"
"classnames": "2.2.6"
}
}
2 changes: 1 addition & 1 deletion packages/dropzone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"dependencies": {
"@alfalab/icons-glyph": "^2.16.0",
"classnames": "^2.2.6"
"classnames": "2.2.6"
}
}
2 changes: 1 addition & 1 deletion packages/filter-tag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@alfalab/core-components-tag": "^4.2.0",
"@alfalab/hooks": "^1.4.1",
"@alfalab/utils": "^1.5.1",
"classnames": "^2.2.6"
"classnames": "2.2.6"
}
}
2 changes: 1 addition & 1 deletion packages/form-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"react-dom": "^16.9.0 || ^17.0.1"
},
"dependencies": {
"classnames": "^2.2.6"
"classnames": "2.2.6"
}
}
6 changes: 3 additions & 3 deletions packages/gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@alfalab/core-components-typography": "^2.5.0",
"@alfalab/hooks": "^1.4.1",
"@alfalab/icons-glyph": "^2.16.0",
"classnames": "^2.2.6",
"element-closest": "^3.0.2",
"swiper": "^6.8.2"
"classnames": "2.2.6",
"element-closest": "3.0.2",
"swiper": "6.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"react": "^16.9.0 || ^17.0.1"
},
"dependencies": {
"classnames": "^2.2.6"
"classnames": "2.2.6"
}
}
Loading

0 comments on commit c5f6425

Please sign in to comment.