Skip to content

Commit 2709499

Browse files
authored
Remove countdown from Sunrise banner (#711)
1 parent 3bc112d commit 2709499

File tree

6 files changed

+588
-857
lines changed

6 files changed

+588
-857
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"eslint": "^8.57.0",
2323
"eslint-plugin-mdx": "^2.3.4",
2424
"prettier": "^3.3.2",
25-
"prettier-plugin-tailwindcss": "^0.6.3",
25+
"prettier-plugin-tailwindcss": "^0.6.5",
2626
"remark-frontmatter": "^5.0.0",
2727
"remark-lint-first-heading-level": "^3.1.2",
2828
"remark-lint-heading-increment": "^3.1.2",

packages/nextra-theme/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"react-use": "^17.5.0"
4444
},
4545
"devDependencies": {
46-
"@edgeandnode/gds": "5.15.0-sunrise-countdown-banner-1718175684308-cb24bd26f94e08877a72d73cbdc7dcb9449a7c9e",
47-
"@edgeandnode/go": "6.23.0-sunrise-countdown-banner-1718175684308-cb24bd26f94e08877a72d73cbdc7dcb9449a7c9e",
46+
"@edgeandnode/gds": "^5.17.0",
47+
"@edgeandnode/go": "^6.25.0",
4848
"@emotion/react": "^11.11.4",
4949
"@types/lodash": "^4.17.5",
5050
"@types/react": "^18.3.3",

packages/og-image/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"yoga-wasm-web": "0.3.3"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "^4.20240605.0",
19+
"@cloudflare/workers-types": "^4.20240614.0",
2020
"@types/react": "^18.3.3",
2121
"jest-image-snapshot": "^6.4.0",
22-
"tsx": "^4.15.2",
22+
"tsx": "^4.15.6",
2323
"typescript": "^5.4.5",
2424
"vitest": "^1.6.0",
25-
"wrangler": "^3.60.2"
25+
"wrangler": "^3.60.3"
2626
}
2727
}

0 commit comments

Comments
 (0)