Skip to content

Commit

Permalink
chore(deps): pin dependencies (#568)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 25, 2022
1 parent 29b2723 commit 458ee55
Show file tree
Hide file tree
Showing 4 changed files with 1,697 additions and 612 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
},
"devDependencies": {
"@commitlint/config-conventional": "17.0.3",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"all-contributors-cli": "^6.20.0",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"all-contributors-cli": "6.24.0",
"commitlint": "17.0.3",
"eslint": "8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"pretty-quick": "3.1.3",
"sort-package-json": "1.56.1",
"typescript": "^4.5.2"
"typescript": "4.8.4"
},
"packageManager": "pnpm"
}
22 changes: 11 additions & 11 deletions packages/react-vant-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"prepare": "pnpm build"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
"@svgr/babel-plugin-remove-jsx-attribute": "^6.0.0",
"@babel/cli": "7.19.3",
"@babel/core": "7.19.6",
"@babel/plugin-transform-modules-commonjs": "7.19.6",
"@svgr/babel-plugin-remove-jsx-attribute": "6.5.0",
"@types/react": "18.0.17",
"del": "6.1.1",
"fast-glob": "^3.2.2",
"fast-glob": "3.2.12",
"fs-extra": "10.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"node-sketch": "^0.14.1",
"shelljs": "^0.8.4",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-typescript": "6.0.0-alpha.1",
"node-sketch": "0.14.1",
"shelljs": "0.8.5",
"svgo": "2.8.0",
"typescript": "^4.5.2"
"typescript": "4.8.4"
},
"peerDependencies": {
"react": ">=16.14.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/react-vant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,17 @@
},
"devDependencies": {
"@rcdoc/cli": "0.1.29",
"@rcdoc/theme": "^0.1.8",
"@types/node": "^17.0.31",
"@rcdoc/theme": "0.1.8",
"@types/node": "17.0.45",
"@types/react": "18.0.17",
"@types/react-dom": "^18.0.3",
"@types/react-dom": "18.0.7",
"@vant/area-data": "1.3.1",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"postcss-px-multiple": "^0.1.5",
"gulp": "4.0.2",
"gulp-postcss": "9.0.1",
"postcss-px-multiple": "0.1.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"through2": "^4.0.2"
"through2": "4.0.2"
},
"peerDependencies": {
"react": ">=16.14.0",
Expand Down
Loading

0 comments on commit 458ee55

Please sign in to comment.