Skip to content

Commit 2b98646

Browse files
chore(deps): pin dependencies
1 parent efad43d commit 2b98646

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,33 +54,33 @@
5454
"@semantic-release/git": "10.0.1",
5555
"@testing-library/cypress": "7.0.7",
5656
"@testing-library/vue": "6.6.1",
57-
"@types/node": "^20.14.2",
57+
"@types/node": "20.14.2",
5858
"@typescript-eslint/eslint-plugin": "5.62.0",
5959
"@typescript-eslint/parser": "5.62.0",
60-
"@vitejs/plugin-vue": "^5.1.2",
60+
"@vitejs/plugin-vue": "5.1.2",
6161
"@vue/compiler-sfc": "3.4.25",
6262
"@vue/eslint-config-prettier": "9.0.0",
6363
"@vue/eslint-config-typescript": "10.0.0",
6464
"@vue/test-utils": "2.4.6",
6565
"babel-loader": "8.3.0",
66-
"concurrently": "^7.6.0",
66+
"concurrently": "7.6.0",
6767
"conventional-changelog-conventionalcommits": "4.6.3",
6868
"core-js": "3.39.0",
6969
"cypress": "7.7.0",
7070
"eslint": "8.57.1",
7171
"eslint-plugin-cypress": "2.15.2",
7272
"eslint-plugin-prettier": "4.2.1",
7373
"eslint-plugin-vue": "8.7.1",
74-
"jsdom": "^22.0.0",
74+
"jsdom": "22.0.0",
7575
"prettier": "2.8.8",
7676
"read-pkg": "5.2.0",
7777
"rollup": "2.79.1",
7878
"rollup-plugin-babel": "4.4.0",
79-
"rollup-plugin-license": "^3.0.1",
79+
"rollup-plugin-license": "3.0.1",
8080
"rollup-plugin-vue": "6.0.0",
8181
"typescript": "4.9.5",
82-
"vite": "^2.9.17",
83-
"vitest": "^0.34.0",
82+
"vite": "2.9.18",
83+
"vitest": "0.34.6",
8484
"vue": "3.4.25",
8585
"vue-template-compiler": "2.7.16",
8686
"yarn-run-all": "3.1.1"

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -868,18 +868,18 @@
868868
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.15.tgz#de0e1fbd2b22b962d45971431e2ae696643d3f5d"
869869
integrity sha512-VkhBbVo2+2oozlkdHXLrb3zjsRkpdnaU2bXmX8Wgle3PUi569eLRaHGlgETQHR7lLL1w7GiG3h9SnePhxNDecw==
870870

871-
"@types/node@^14.14.31":
872-
version "14.18.34"
873-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.34.tgz#cd2e6fa0dbfb08a62582a7b967558e73c32061ec"
874-
integrity sha512-hcU9AIQVHmPnmjRK+XUUYlILlr9pQrsqSrwov/JK1pnf3GTQowVBhx54FbvM0AU/VXGH4i3+vgXS5EguR7fysA==
875-
876-
"@types/node@^20.14.2":
871+
877872
version "20.14.2"
878873
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18"
879874
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==
880875
dependencies:
881876
undici-types "~5.26.4"
882877

878+
"@types/node@^14.14.31":
879+
version "14.18.34"
880+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.34.tgz#cd2e6fa0dbfb08a62582a7b967558e73c32061ec"
881+
integrity sha512-hcU9AIQVHmPnmjRK+XUUYlILlr9pQrsqSrwov/JK1pnf3GTQowVBhx54FbvM0AU/VXGH4i3+vgXS5EguR7fysA==
882+
883883
"@types/normalize-package-data@^2.4.0":
884884
version "2.4.1"
885885
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -1096,7 +1096,7 @@
10961096
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
10971097
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
10981098

1099-
"@vitejs/plugin-vue@^5.1.2":
1099+
11001100
version "5.1.2"
11011101
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.1.2.tgz#f11091e0130eca6c1ca8cfb85ee71ea53b255d31"
11021102
integrity sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A==
@@ -1781,7 +1781,7 @@ [email protected]:
17811781
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
17821782
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
17831783

1784-
concurrently@^7.6.0:
1784+
17851785
version "7.6.0"
17861786
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.6.0.tgz#531a6f5f30cf616f355a4afb8f8fcb2bba65a49a"
17871787
integrity sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==
@@ -3504,7 +3504,7 @@ jsbn@~0.1.0:
35043504
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
35053505
integrity sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==
35063506

3507-
jsdom@^22.0.0:
3507+
35083508
version "22.0.0"
35093509
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-22.0.0.tgz#3295c6992c70089c4b8f5cf060489fddf7ee9816"
35103510
integrity sha512-p5ZTEb5h+O+iU02t0GfEjAnkdYPrQSkfuTSMkMYyIoMvUNEHsbG0bHHbfXIcfTqD2UfvjQX7mmgiFsyRwGscVw==
@@ -4597,7 +4597,7 @@ [email protected]:
45974597
"@babel/helper-module-imports" "^7.0.0"
45984598
rollup-pluginutils "^2.8.1"
45994599

4600-
rollup-plugin-license@^3.0.1:
4600+
46014601
version "3.0.1"
46024602
resolved "https://registry.yarnpkg.com/rollup-plugin-license/-/rollup-plugin-license-3.0.1.tgz#e54d9464971dc2c5282b74c00cee09091b329054"
46034603
integrity sha512-/lec6Y94Y3wMfTDeYTO/jSXII0GQ/XkDZCiqkMKxyU5D5nGPaxr/2JNYvAgYsoCYuOLGOanKDPjCCQiTT96p7A==
@@ -5366,7 +5366,7 @@ [email protected]:
53665366
picocolors "^1.0.0"
53675367
vite "^3.0.0 || ^4.0.0 || ^5.0.0-0"
53685368

5369-
vite@^2.9.17:
5369+
53705370
version "2.9.18"
53715371
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.18.tgz#74e2a83b29da81e602dac4c293312cc575f091c7"
53725372
integrity sha512-sAOqI5wNM9QvSEE70W3UGMdT8cyEn0+PmJMTFvTB8wB0YbYUWw3gUbY62AOyrXosGieF2htmeLATvNxpv/zNyQ==
@@ -5389,7 +5389,7 @@ vite@^2.9.17:
53895389
optionalDependencies:
53905390
fsevents "~2.3.3"
53915391

5392-
vitest@^0.34.0:
5392+
53935393
version "0.34.6"
53945394
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.34.6.tgz#44880feeeef493c04b7f795ed268f24a543250d7"
53955395
integrity sha512-+5CALsOvbNKnS+ZHMXtuUC7nL8/7F1F2DnHGjSsszX8zCjWSSviphCb/NuS9Nzf4Q03KyyDRBAXhF/8lffME4Q==

0 commit comments

Comments
 (0)