Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@ module.exports = {
projectName: "squawk", // Usually your repo name.
themeConfig: {
prism: {
additionalLanguages: ['toml'],
theme: require('prism-react-renderer/themes/oceanicNext'),
additionalLanguages: ["toml"],
theme: require("prism-react-renderer/themes/oceanicNext"),
},
algolia: {
appId: process.env.ALGOLIA_APP_ID,
apiKey: process.env.ALGOLIA_API_KEY,
indexName: process.env.ALGOLIA_INDEX_NAME,
},
sidebarCollapsible: false,
colorMode: {
defaultMode: "light",
disableSwitch: true,
respectPrefersColorScheme: false,
},
image: 'img/squawk-wordmark.png',
metadatas: [
image: "img/squawk-wordmark.png",
metadata: [
{
name: 'title',
content: 'Squawk — a linter for Postgres migrations'
name: "title",
content: "Squawk — a linter for Postgres migrations",
},
{
name: 'description',
content: 'Reveal blocking schema changes with the Squawk CLI and GitHub App.'
name: "description",
content:
"Reveal blocking schema changes with the Squawk CLI and GitHub App.",
},
],
navbar: {
Expand Down Expand Up @@ -113,6 +113,7 @@ module.exports = {
{
docs: {
sidebarPath: require.resolve("./sidebars.js"),
sidebarCollapsible: false,
// Please change this to your repo.
editUrl: "https://github.com/sbdchd/squawk/edit/master/docs/",
},
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"clear": "docusaurus clear"
},
"dependencies": {
"@docusaurus/core": "2.0.0-alpha.70",
"@docusaurus/preset-classic": "2.0.0-alpha.70",
"@mdx-js/react": "^1.6.21",
"clsx": "^1.1.1",
"react": "^16.8.4",
"react-dom": "^16.8.4"
"@docusaurus/core": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"browserslist": {
"production": [
Expand Down
12,822 changes: 5,207 additions & 7,615 deletions docs/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typescript": "^3.9.5"
},
"dependencies": {
"node-fetch": "^2.6.0"
"node-fetch": "2.6.7"
},
"volta": {
"node": "20.18.0"
Expand Down
34 changes: 17 additions & 17 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,29 @@
"preview": "vite preview"
},
"dependencies": {
"@sentry/react": "^9.15.0",
"@sentry/vite-plugin": "^3.3.1",
"@tailwindcss/vite": "^4.0.6",
"@sentry/react": "^9.46.0",
"@sentry/vite-plugin": "^3.6.1",
"@tailwindcss/vite": "^4.1.12",
"lz-string": "^1.5.0",
"monaco-editor": "^0.52.2",
"prettier": "^3.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.0.6"
"prettier": "^3.6.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwindcss": "^4.1.12"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"@eslint/js": "^9.34.0",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^4.7.0",
"babel-plugin-react-compiler": "19.1.0-rc.1",
"eslint": "^9.19.0",
"eslint": "^9.34.0",
"eslint-plugin-react-hooks": "6.0.0-rc1",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.22.0",
"vite": "^6.1.0"
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^15.15.0",
"typescript": "~5.7.3",
"typescript-eslint": "^8.41.0",
"vite": "^6.3.5"
},
"volta": {
"node": "18.7.0",
Expand Down
Loading
Loading