Skip to content

Commit

Permalink
chore: freeze direct dependencies
Browse files Browse the repository at this point in the history
Release-As: 1.0.2
  • Loading branch information
tsufiev committed Mar 21, 2022
1 parent d52c4dd commit a842bf4
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,46 +43,46 @@
"access": "public"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@storybook/addon-essentials": "^6.4.4",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.4.4",
"@types/jest": "^27.4.0",
"@types/node": "^14.6.2",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-list": "^0.8.5",
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@storybook/addon-essentials": "6.4.9",
"@storybook/preset-scss": "1.0.3",
"@storybook/react": "6.4.9",
"@types/jest": "27.4.0",
"@types/node": "14.18.4",
"@types/react": "16.14.21",
"@types/react-dom": "16.9.14",
"@types/react-list": "0.8.7",
"@yandex-cloud/eslint-config": "^1.0.0",
"@yandex-cloud/i18n": "^0.1.1",
"@yandex-cloud/prettier-config": "^1.0.0",
"@yandex-cloud/stylelint-config": "^1.0.0",
"@yandex-cloud/tsconfig": "^1.0.0",
"@yandex-cloud/uikit": "^1.0.0",
"bem-cn-lite": "^4.0.0",
"copyfiles": "^2.4.1",
"css-loader": "^5.2.7",
"eslint": "^8.2.0",
"jest": "^27.4.5",
"nano-staged": "^0.5.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.11",
"prettier": "^2.4.1",
"prop-types": "^15.8.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0",
"sass": "^1.44.0",
"sass-loader": "^10.2.0",
"simple-git-hooks": "^2.7.0",
"style-loader": "^2.0.0",
"stylelint": "^14.1.0",
"ts-jest": "^27.1.2",
"typescript": "^4.4.4",
"webpack": "^4.46.0"
"bem-cn-lite": "4.0.0",
"copyfiles": "2.4.1",
"css-loader": "5.2.7",
"eslint": "8.6.0",
"jest": "27.4.5",
"nano-staged": "0.5.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.5",
"prettier": "2.5.1",
"prop-types": "15.8.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-router-dom": "5.3.0",
"sass": "1.45.2",
"sass-loader": "10.2.0",
"simple-git-hooks": "2.7.0",
"style-loader": "2.0.0",
"stylelint": "14.2.0",
"ts-jest": "27.1.2",
"typescript": "4.5.4",
"webpack": "4.46.0"
},
"dependencies": {
"react-list": "^0.8.15"
"react-list": "0.8.16"
},
"nano-staged": {
"*.scss": [
Expand Down

0 comments on commit a842bf4

Please sign in to comment.