Skip to content

Commit fd636fa

Browse files
renovate[bot]Scrumplex
authored andcommitted
fix(deps): pin dependencies
1 parent 1629269 commit fd636fa

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

bun.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
"": {
55
"name": "prism-launcher-website",
66
"dependencies": {
7-
"@astrojs/mdx": "^4.3.1",
8-
"@astrojs/sitemap": "^3.4.1",
9-
"@tailwindcss/typography": "^0.5.16",
10-
"@tailwindcss/vite": "^4.1.11",
11-
"astro": "^5.12.3",
12-
"astro-icon": "^1.1.5",
13-
"rehype-raw": "^7.0.0",
14-
"rehype-stringify": "^10.0.1",
7+
"@astrojs/mdx": "4.3.1",
8+
"@astrojs/sitemap": "3.4.1",
9+
"@tailwindcss/typography": "0.5.16",
10+
"@tailwindcss/vite": "4.1.11",
11+
"astro": "5.12.3",
12+
"astro-icon": "1.1.5",
13+
"rehype-raw": "7.0.0",
14+
"rehype-stringify": "10.0.1",
1515
"remark": "^15.0.1",
1616
"remark-rehype": "^11.1.2",
17-
"tailwindcss": "^4.1.11",
17+
"tailwindcss": "4.1.11",
1818
},
1919
"devDependencies": {
20-
"@iconify-json/lucide": "^1.2.58",
21-
"@iconify-json/simple-icons": "^1.2.44",
22-
"prettier": "^3.6.2",
23-
"prettier-plugin-astro": "^0.14.1",
20+
"@iconify-json/lucide": "1.2.58",
21+
"@iconify-json/simple-icons": "1.2.44",
22+
"prettier": "3.6.2",
23+
"prettier-plugin-astro": "0.14.1",
2424
},
2525
},
2626
},

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
"format:check": "prettier --check ."
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.3.1",
14-
"@astrojs/sitemap": "^3.4.1",
15-
"@tailwindcss/typography": "^0.5.16",
16-
"@tailwindcss/vite": "^4.1.11",
17-
"astro": "^5.12.3",
18-
"astro-icon": "^1.1.5",
19-
"rehype-raw": "^7.0.0",
20-
"rehype-stringify": "^10.0.1",
13+
"@astrojs/mdx": "4.3.1",
14+
"@astrojs/sitemap": "3.4.1",
15+
"@tailwindcss/typography": "0.5.16",
16+
"@tailwindcss/vite": "4.1.11",
17+
"astro": "5.12.3",
18+
"astro-icon": "1.1.5",
19+
"rehype-raw": "7.0.0",
20+
"rehype-stringify": "10.0.1",
2121
"remark": "^15.0.1",
2222
"remark-rehype": "^11.1.2",
23-
"tailwindcss": "^4.1.11"
23+
"tailwindcss": "4.1.11"
2424
},
2525
"devDependencies": {
26-
"@iconify-json/lucide": "^1.2.58",
27-
"@iconify-json/simple-icons": "^1.2.44",
28-
"prettier": "^3.6.2",
29-
"prettier-plugin-astro": "^0.14.1"
26+
"@iconify-json/lucide": "1.2.58",
27+
"@iconify-json/simple-icons": "1.2.44",
28+
"prettier": "3.6.2",
29+
"prettier-plugin-astro": "0.14.1"
3030
}
3131
}

0 commit comments

Comments
 (0)