Skip to content

Commit 5fb9f90

Browse files
committed
chore: deps update
1 parent 9925d61 commit 5fb9f90

File tree

16 files changed

+2323
-2220
lines changed

16 files changed

+2323
-2220
lines changed

.changeset/giant-toes-pretend.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'astro-webmanifest': major
3+
'astro-robots-txt': major
4+
'astro-sitemap': major
5+
---
6+
Astro has grown to the third version in years. All **Astro-lib** integrations are stable, so the decision was made to change the version to 1.0
7+
There are no any real breaking changes.

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.2.2",
14-
"astro": "^2.3.0",
13+
"@astrojs/sitemap": "^3.0.0",
14+
"astro": "^3.0.11",
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.2.2",
15-
"astro": "^2.3.0",
14+
"@astrojs/sitemap": "^3.0.0",
15+
"astro": "^3.0.11",
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.3.0",
14+
"astro": "^3.0.11",
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.3.0",
14+
"astro": "^3.0.11",
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.3.0",
13+
"astro": "^3.0.11",
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.3.0",
13+
"astro": "^3.0.11",
1414
"astro-webmanifest": "^0.6.0"
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.3.0",
13+
"astro": "^3.0.11",
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.3.0",
13+
"astro": "^3.0.11",
1414
"astro-webmanifest": "^0.6.0"
1515
}
1616
}

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,27 @@
3636
"ncu": "ncu -u --deep -x rimraf,sharp"
3737
},
3838
"devDependencies": {
39-
"@changesets/cli": "^2.26.1",
40-
"@commitlint/config-conventional": "^17.6.1",
41-
"@types/node": "^18.15.11",
42-
"@typescript-eslint/eslint-plugin": "^5.59.0",
43-
"@typescript-eslint/parser": "^5.59.0",
44-
"astro": "^2.3.0",
45-
"c8": "^7.13.0",
46-
"commitlint": "^17.6.1",
47-
"esbuild": "^0.17.17",
48-
"eslint": "^8.38.0",
49-
"eslint-config-prettier": "^8.8.0",
50-
"eslint-plugin-import": "^2.27.5",
51-
"eslint-plugin-prettier": "^4.2.1",
39+
"@changesets/cli": "^2.26.2",
40+
"@commitlint/config-conventional": "^17.7.0",
41+
"@types/node": "^20.5.9",
42+
"@typescript-eslint/eslint-plugin": "^6.6.0",
43+
"@typescript-eslint/parser": "^6.6.0",
44+
"astro": "^3.0.11",
45+
"c8": "^8.0.1",
46+
"commitlint": "^17.7.1",
47+
"esbuild": "^0.19.2",
48+
"eslint": "^8.48.0",
49+
"eslint-config-prettier": "^9.0.0",
50+
"eslint-plugin-import": "^2.28.1",
51+
"eslint-plugin-prettier": "^5.0.0",
5252
"husky": "^8.0.3",
53-
"lint-staged": "^13.2.1",
54-
"prettier": "^2.8.7",
55-
"rimraf": "5.0.0",
56-
"turbo": "^1.9.3",
57-
"typescript": "^5.0.4",
58-
"vite": "^4.2.2",
59-
"vitest": "^0.30.1"
53+
"lint-staged": "^14.0.1",
54+
"prettier": "^3.0.3",
55+
"rimraf": "5.0.1",
56+
"turbo": "^1.10.13",
57+
"typescript": "^5.2.2",
58+
"vite": "^4.4.9",
59+
"vitest": "^0.34.4"
6060
},
6161
"engines": {
6262
"pnpm": ">=7.9.5",

0 commit comments

Comments
 (0)