Skip to content

Commit 04cf184

Browse files
renovate[bot]cexbrayat
authored andcommittedFeb 20, 2024
chore(deps): update all non-major dependencies
1 parent f3f22cf commit 04cf184

File tree

5 files changed

+50
-54
lines changed

5 files changed

+50
-54
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"npm-run-all2": "^6.1.2",
5252
"prettier": "^3.2.5",
5353
"prompts": "^2.4.2",
54-
"vitest": "^1.2.2",
54+
"vitest": "^1.3.0",
5555
"zx": "^7.2.3"
5656
},
5757
"lint-staged": {

‎pnpm-lock.yaml

+46-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎template/config/nightwatch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@nightwatch/vue": "^3.1.0",
88
"@vitejs/plugin-vue": "^5.0.4",
99
"geckodriver": "^4.3.2",
10-
"chromedriver": "^121.0.1",
10+
"chromedriver": "^121.0.2",
1111
"ts-node": "^10.9.2",
1212
"vite-plugin-nightwatch": "^0.4.6"
1313
}

‎template/config/vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"devDependencies": {
99
"@vue/test-utils": "^2.4.4",
1010
"jsdom": "^24.0.0",
11-
"vitest": "^1.2.2"
11+
"vitest": "^1.3.0"
1212
}
1313
}

‎template/eslint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
33
"eslint-plugin-cypress": "^2.15.1",
4-
"eslint-plugin-playwright": "^1.1.1"
4+
"eslint-plugin-playwright": "^1.3.0"
55
}
66
}

0 commit comments

Comments
 (0)
Failed to load comments.