Skip to content

Commit 458ee55

Browse files
chore(deps): pin dependencies (#568)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29b2723 commit 458ee55

File tree

4 files changed

+1697
-612
lines changed

4 files changed

+1697
-612
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
},
1919
"devDependencies": {
2020
"@commitlint/config-conventional": "17.0.3",
21-
"@typescript-eslint/eslint-plugin": "^5.20.0",
22-
"@typescript-eslint/parser": "^5.20.0",
23-
"all-contributors-cli": "^6.20.0",
21+
"@typescript-eslint/eslint-plugin": "5.41.0",
22+
"@typescript-eslint/parser": "5.41.0",
23+
"all-contributors-cli": "6.24.0",
2424
"commitlint": "17.0.3",
2525
"eslint": "8.21.0",
26-
"eslint-config-prettier": "^8.5.0",
27-
"eslint-plugin-react": "^7.29.4",
28-
"eslint-plugin-react-hooks": "^4.4.0",
26+
"eslint-config-prettier": "8.5.0",
27+
"eslint-plugin-react": "7.31.10",
28+
"eslint-plugin-react-hooks": "4.6.0",
2929
"husky": "8.0.1",
3030
"lint-staged": "13.0.3",
3131
"prettier": "2.7.1",
3232
"pretty-quick": "3.1.3",
3333
"sort-package-json": "1.56.1",
34-
"typescript": "^4.5.2"
34+
"typescript": "4.8.4"
3535
},
3636
"packageManager": "pnpm"
3737
}

packages/react-vant-icons/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
"prepare": "pnpm build"
2323
},
2424
"devDependencies": {
25-
"@babel/cli": "^7.15.7",
26-
"@babel/core": "^7.15.5",
27-
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
28-
"@svgr/babel-plugin-remove-jsx-attribute": "^6.0.0",
25+
"@babel/cli": "7.19.3",
26+
"@babel/core": "7.19.6",
27+
"@babel/plugin-transform-modules-commonjs": "7.19.6",
28+
"@svgr/babel-plugin-remove-jsx-attribute": "6.5.0",
2929
"@types/react": "18.0.17",
3030
"del": "6.1.1",
31-
"fast-glob": "^3.2.2",
31+
"fast-glob": "3.2.12",
3232
"fs-extra": "10.1.0",
33-
"gulp": "^4.0.2",
34-
"gulp-babel": "^8.0.0",
35-
"gulp-typescript": "^6.0.0-alpha.1",
36-
"node-sketch": "^0.14.1",
37-
"shelljs": "^0.8.4",
33+
"gulp": "4.0.2",
34+
"gulp-babel": "8.0.0",
35+
"gulp-typescript": "6.0.0-alpha.1",
36+
"node-sketch": "0.14.1",
37+
"shelljs": "0.8.5",
3838
"svgo": "2.8.0",
39-
"typescript": "^4.5.2"
39+
"typescript": "4.8.4"
4040
},
4141
"peerDependencies": {
4242
"react": ">=16.14.0"

packages/react-vant/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,17 @@
9393
},
9494
"devDependencies": {
9595
"@rcdoc/cli": "0.1.29",
96-
"@rcdoc/theme": "^0.1.8",
97-
"@types/node": "^17.0.31",
96+
"@rcdoc/theme": "0.1.8",
97+
"@types/node": "17.0.45",
9898
"@types/react": "18.0.17",
99-
"@types/react-dom": "^18.0.3",
99+
"@types/react-dom": "18.0.7",
100100
"@vant/area-data": "1.3.1",
101-
"gulp": "^4.0.2",
102-
"gulp-postcss": "^9.0.1",
103-
"postcss-px-multiple": "^0.1.5",
101+
"gulp": "4.0.2",
102+
"gulp-postcss": "9.0.1",
103+
"postcss-px-multiple": "0.1.5",
104104
"react": "18.2.0",
105105
"react-dom": "18.2.0",
106-
"through2": "^4.0.2"
106+
"through2": "4.0.2"
107107
},
108108
"peerDependencies": {
109109
"react": ">=16.14.0",

0 commit comments

Comments
 (0)