Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 0fb539f

Browse files
chore(deps): update all non-major dependencies (#1008)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent e91ca08 commit 0fb539f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/cna-template/template/frameworks/ava/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ava": "^4.3.3",
1010
"babel-plugin-module-resolver": "^4.1.0",
1111
"cross-env": "^7.0.3",
12-
"jsdom": "^20.0.0",
12+
"jsdom": "^20.0.1",
1313
"jsdom-global": "^3.0.2",
1414
"require-extension-hooks": "^0.3.3",
1515
"require-extension-hooks-babel": "^1.0.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
33
"@nuxtjs/tailwindcss": "^5.3.3",
4-
"postcss": "^8.4.16"
4+
"postcss": "^8.4.17"
55
}
66
}

packages/create-nuxt-app/test/snapshots/index.test.js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ Generated by [AVA](https://avajs.dev).
13141314
},
13151315
devDependencies: {
13161316
'@nuxtjs/tailwindcss': '^5.3.3',
1317-
postcss: '^8.4.16',
1317+
postcss: '^8.4.17',
13181318
},
13191319
private: true,
13201320
scripts: {
@@ -3080,7 +3080,7 @@ Generated by [AVA](https://avajs.dev).
30803080
ava: '^4.3.3',
30813081
'babel-plugin-module-resolver': '^4.1.0',
30823082
'cross-env': '^7.0.3',
3083-
jsdom: '^20.0.0',
3083+
jsdom: '^20.0.1',
30843084
'jsdom-global': '^3.0.2',
30853085
'require-extension-hooks': '^0.3.3',
30863086
'require-extension-hooks-babel': '^1.0.0',
1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)