Skip to content

Commit f92d0de

Browse files
committed
chore: dependency maintenance and snapshot updates
1 parent be87ff0 commit f92d0de

File tree

102 files changed

+560
-506
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+560
-506
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"lint-staged": "^12.1.2",
4141
"minimist": "^1.2.5",
4242
"npm-run-all": "^4.1.5",
43-
"prettier": "^2.4.1",
43+
"prettier": "^2.5.0",
4444
"prompts": "^2.4.2"
4545
},
4646
"lint-staged": {

playground/default/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dist-ssr
1717
/cypress/screenshots/
1818

1919
# Editor directories and files
20-
.vscode
20+
.vscode/*
2121
!.vscode/extensions.json
2222
.idea
2323
*.suo
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["johnsoncodehk.volar"]
3+
}

playground/default/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"preview": "vite preview --port 5050"
88
},
99
"dependencies": {
10-
"vue": "^3.2.22"
10+
"vue": "^3.2.23"
1111
},
1212
"devDependencies": {
13-
"@vitejs/plugin-vue": "^1.10.0",
13+
"@vitejs/plugin-vue": "^1.10.1",
1414
"vite": "^2.6.14"
1515
}
1616
}

playground/jsx-pinia-with-tests/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dist-ssr
1717
/cypress/screenshots/
1818

1919
# Editor directories and files
20-
.vscode
20+
.vscode/*
2121
!.vscode/extensions.json
2222
.idea
2323
*.suo
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["johnsoncodehk.volar"]
3+
}

playground/jsx-pinia-with-tests/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'"
1212
},
1313
"dependencies": {
14-
"pinia": "^2.0.4",
15-
"vue": "^3.2.22"
14+
"pinia": "^2.0.6",
15+
"vue": "^3.2.23"
1616
},
1717
"devDependencies": {
1818
"@cypress/vite-dev-server": "^2.2.1",
1919
"@cypress/vue": "^3.0.5",
20-
"@vitejs/plugin-vue": "^1.10.0",
20+
"@vitejs/plugin-vue": "^1.10.1",
2121
"@vitejs/plugin-vue-jsx": "^1.3.0",
22-
"cypress": "^9.1.0",
22+
"cypress": "^9.1.1",
2323
"start-server-and-test": "^1.14.0",
2424
"vite": "^2.6.14"
2525
}

playground/jsx-pinia/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dist-ssr
1717
/cypress/screenshots/
1818

1919
# Editor directories and files
20-
.vscode
20+
.vscode/*
2121
!.vscode/extensions.json
2222
.idea
2323
*.suo
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["johnsoncodehk.volar"]
3+
}

playground/jsx-pinia/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"preview": "vite preview --port 5050"
88
},
99
"dependencies": {
10-
"pinia": "^2.0.4",
11-
"vue": "^3.2.22"
10+
"pinia": "^2.0.6",
11+
"vue": "^3.2.23"
1212
},
1313
"devDependencies": {
14-
"@vitejs/plugin-vue": "^1.10.0",
14+
"@vitejs/plugin-vue": "^1.10.1",
1515
"@vitejs/plugin-vue-jsx": "^1.3.0",
1616
"vite": "^2.6.14"
1717
}

0 commit comments

Comments
 (0)