Skip to content

Commit 1ff6997

Browse files
committed
chore: deps update
1 parent 1816bb4 commit 1ff6997

File tree

19 files changed

+690
-792
lines changed

19 files changed

+690
-792
lines changed

.changeset/blue-countries-rest.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'astro-webmanifest': patch
3+
'astro-robots-txt': patch
4+
'astro-sitemap': patch
5+
---
6+
7+
chore: deps update

examples/robots-txt/advanced/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"preview": "astro preview"
1111
},
1212
"devDependencies": {
13-
"@astrojs/sitemap": "^1.0.1",
14-
"astro": "^2.0.13",
13+
"@astrojs/sitemap": "^1.2.1",
14+
"astro": "^2.1.5",
1515
"astro-robots-txt": "latest"
1616
}
1717
}

examples/robots-txt/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"preview": "astro preview"
1212
},
1313
"devDependencies": {
14-
"@astrojs/sitemap": "^1.0.1",
15-
"astro": "^2.0.13",
14+
"@astrojs/sitemap": "^1.2.1",
15+
"astro": "^2.1.5",
1616
"astro-robots-txt": "latest"
1717
}
1818
}

examples/sitemap/advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"preview": "astro preview"
1212
},
1313
"devDependencies": {
14-
"astro": "^2.0.13",
14+
"astro": "^2.1.5",
1515
"astro-sitemap": "latest"
1616
}
1717
}

examples/sitemap/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"preview": "astro preview"
1212
},
1313
"devDependencies": {
14-
"astro": "^2.0.13",
14+
"astro": "^2.1.5",
1515
"astro-sitemap": "latest"
1616
}
1717
}

examples/sitemap/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "astro preview"
1111
},
1212
"devDependencies": {
13-
"astro": "^2.0.13",
13+
"astro": "^2.1.5",
1414
"astro-sitemap": "latest"
1515
}
1616
}

examples/webmanifest/advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "astro preview"
1111
},
1212
"devDependencies": {
13-
"astro": "^2.0.13",
13+
"astro": "^2.1.5",
1414
"astro-webmanifest": "latest"
1515
}
1616
}

examples/webmanifest/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "astro preview"
1111
},
1212
"devDependencies": {
13-
"astro": "^2.0.13",
13+
"astro": "^2.1.5",
1414
"astro-webmanifest": "latest"
1515
}
1616
}

examples/webmanifest/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "astro preview"
1111
},
1212
"devDependencies": {
13-
"astro": "^2.0.13",
13+
"astro": "^2.1.5",
1414
"astro-webmanifest": "latest"
1515
}
1616
}

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,27 @@
3434
"version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run format"
3535
},
3636
"devDependencies": {
37-
"@changesets/cli": "^2.26.0",
38-
"@commitlint/config-conventional": "^17.4.3",
39-
"@types/node": "^18.13.0",
40-
"@typescript-eslint/eslint-plugin": "^5.52.0",
41-
"@typescript-eslint/parser": "^5.52.0",
42-
"astro": "^2.0.13",
37+
"@changesets/cli": "^2.26.1",
38+
"@commitlint/config-conventional": "^17.4.4",
39+
"@types/node": "^18.15.5",
40+
"@typescript-eslint/eslint-plugin": "^5.56.0",
41+
"@typescript-eslint/parser": "^5.56.0",
42+
"astro": "^2.1.5",
4343
"c8": "^7.13.0",
44-
"commitlint": "^17.4.3",
45-
"esbuild": "^0.17.8",
46-
"eslint": "^8.34.0",
47-
"eslint-config-prettier": "^8.6.0",
44+
"commitlint": "^17.5.0",
45+
"esbuild": "^0.17.12",
46+
"eslint": "^8.36.0",
47+
"eslint-config-prettier": "^8.8.0",
4848
"eslint-plugin-import": "^2.27.5",
4949
"eslint-plugin-prettier": "^4.2.1",
5050
"husky": "^8.0.3",
51-
"lint-staged": "^13.1.2",
52-
"prettier": "^2.8.4",
51+
"lint-staged": "^13.2.0",
52+
"prettier": "^2.8.6",
5353
"rimraf": "3.0.2",
54-
"turbo": "^1.7.4",
55-
"typescript": "^4.9.5",
56-
"vite": "^4.1.1",
57-
"vitest": "^0.28.5"
54+
"turbo": "^1.8.5",
55+
"typescript": "^5.0.2",
56+
"vite": "^4.2.1",
57+
"vitest": "^0.29.7"
5858
},
5959
"engines": {
6060
"pnpm": ">=7.0.0"

0 commit comments

Comments
 (0)