Skip to content

Commit 875f2af

Browse files
committed
chore(deps): pnpm up now does not change version numbers that are 'latest'
1 parent cbafe5c commit 875f2af

File tree

2 files changed

+291
-139
lines changed

2 files changed

+291
-139
lines changed

package.json

+29-29
Original file line numberDiff line numberDiff line change
@@ -59,36 +59,36 @@
5959
}
6060
},
6161
"dependencies": {
62-
"lodash-es": "^4.17.21",
63-
"vue-demi": "^0.13.11",
64-
"vue-global-config": "^0.4.0"
62+
"lodash-es": "latest",
63+
"vue-demi": "latest",
64+
"vue-global-config": "latest"
6565
},
6666
"devDependencies": {
67-
"@commitlint/cli": "^17.4.2",
68-
"@commitlint/config-conventional": "^17.4.2",
69-
"@types/lodash-es": "^4.17.6",
70-
"@types/node": "^18.11.18",
71-
"@vitejs/plugin-vue": "^4.0.0",
72-
"@vitest/coverage-c8": "^0.25.8",
73-
"@vitest/ui": "^0.25.8",
74-
"@vue/compiler-sfc": "^3.2.47",
75-
"@vue/test-utils": "^2.2.9",
76-
"case-police": "^0.5.10",
77-
"happy-dom": "^8.2.3",
78-
"husky": "^8.0.3",
79-
"json-editor-vue": "^0.10.5",
80-
"lint-staged": "^13.1.0",
81-
"lossless-json": "^2.0.5",
82-
"rome": "^11.0.0",
83-
"typescript": "^4.9.5",
84-
"unplugin-auto-import": "^0.12.2",
85-
"vanilla-jsoneditor": "^0.11.8",
86-
"vite": "^4.1.1",
87-
"vite-plugin-dts": "^1.7.2",
88-
"vitepress": "1.0.0-alpha.32",
89-
"vitest": "^0.25.8",
90-
"vue": "^3.2.47",
91-
"zhlint": "^0.7.1"
67+
"@commitlint/cli": "latest",
68+
"@commitlint/config-conventional": "latest",
69+
"@types/lodash-es": "latest",
70+
"@types/node": "latest",
71+
"@vitejs/plugin-vue": "latest",
72+
"@vitest/coverage-c8": "latest",
73+
"@vitest/ui": "latest",
74+
"@vue/compiler-sfc": "latest",
75+
"@vue/test-utils": "latest",
76+
"case-police": "latest",
77+
"happy-dom": "latest",
78+
"husky": "latest",
79+
"json-editor-vue": "latest",
80+
"lint-staged": "latest",
81+
"lossless-json": "latest",
82+
"rome": "latest",
83+
"typescript": "latest",
84+
"unplugin-auto-import": "latest",
85+
"vanilla-jsoneditor": "latest",
86+
"vite": "latest",
87+
"vite-plugin-dts": "latest",
88+
"vitepress": "latest",
89+
"vitest": "latest",
90+
"vue": "latest",
91+
"zhlint": "latest"
9292
},
9393
"lint-staged": {
9494
"{src,__tests__}/**.*": "rome check",
@@ -100,4 +100,4 @@
100100
"publishConfig": {
101101
"registry": "https://registry.npmjs.org"
102102
}
103-
}
103+
}

0 commit comments

Comments
 (0)