Skip to content

Commit

Permalink
fix: sync-up lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
euonymos committed Jan 7, 2025
1 parent c643030 commit 66ea3b8
Show file tree
Hide file tree
Showing 3 changed files with 3,028 additions and 3,964 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

99 changes: 49 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,49 @@
{
"name": "clb-docs",
"version": "0.0.1",
"description": "CLB Docs",
"scripts": {
"lint": "eslint . --ext mdx --max-warnings 0 && pnpm spellcheck:lint",
"fix": "eslint . --ext mdx --fix && pnpm spellcheck:fix",
"spellcheck:lint": "cspell lint \"**/*.mdx\"",
"spellcheck:fix": "cspell --words-only --unique \"**/*.mdx\" | sort --ignore-case | uniq > words.txt",
"linkcheck": "lychee --config ./lychee.toml --quiet \"./pages\"",
"dev": "next dev",
"build": "next build",
"start": "next build && npx serve@latest out",
"postbuild": "next-sitemap"
},
"dependencies": {
"@feelback/react": "latest",
"next": "latest",
"next-sitemap": "latest",
"nextra": "latest",
"nextra-theme-docs": "latest",
"react": "latest",
"react-dom": "latest"
},
"devDependencies": {
"@double-great/remark-lint-alt-text": "latest",
"@types/node": "latest",
"@types/react": "19.0.2",
"cspell": "latest",
"eslint": "latest",
"eslint-plugin-mdx": "latest",
"ethers": "^5",
"remark": "latest",
"remark-code-import": "latest",
"remark-frontmatter": "latest",
"remark-gfm": "latest",
"remark-lint-frontmatter-schema": "latest",
"remark-lint-heading-style": "latest",
"remark-lint-list-item-indent": "latest",
"remark-lint-table-cell-padding": "latest",
"remark-lint-table-pipe-alignment": "latest",
"remark-lint-table-pipes": "latest",
"remark-lint-unordered-list-marker-style": "latest",
"remark-preset-lint-consistent": "latest",
"remark-preset-lint-recommended": "latest",
"typescript": "latest",
"unified-lint-rule": "latest",
"unist-util-visit": "latest"
}
}
{
"name": "clb-docs",
"version": "0.0.1",
"description": "CLB Docs",
"scripts": {
"lint": "eslint . --ext mdx --max-warnings 0 && pnpm spellcheck:lint",
"fix": "eslint . --ext mdx --fix && pnpm spellcheck:fix",
"spellcheck:lint": "cspell lint \"**/*.mdx\"",
"spellcheck:fix": "cspell --words-only --unique \"**/*.mdx\" | sort --ignore-case | uniq > words.txt",
"linkcheck": "lychee --config ./lychee.toml --quiet \"./pages\"",
"dev": "next dev",
"build": "next build",
"start": "next build && npx serve@latest out",
"postbuild": "next-sitemap"
},
"dependencies": {
"@feelback/react": "latest",
"next": "latest",
"next-sitemap": "latest",
"nextra": "latest",
"nextra-theme-docs": "latest",
"react": "latest",
"react-dom": "latest"
},
"devDependencies": {
"@double-great/remark-lint-alt-text": "latest",
"@types/node": "latest",
"cspell": "latest",
"eslint": "latest",
"eslint-plugin-mdx": "latest",
"ethers": "^5",
"remark": "latest",
"remark-code-import": "latest",
"remark-frontmatter": "latest",
"remark-gfm": "latest",
"remark-lint-frontmatter-schema": "latest",
"remark-lint-heading-style": "latest",
"remark-lint-list-item-indent": "latest",
"remark-lint-table-cell-padding": "latest",
"remark-lint-table-pipe-alignment": "latest",
"remark-lint-table-pipes": "latest",
"remark-lint-unordered-list-marker-style": "latest",
"remark-preset-lint-consistent": "latest",
"remark-preset-lint-recommended": "latest",
"typescript": "latest",
"unified-lint-rule": "latest",
"unist-util-visit": "latest"
}
}
Loading

0 comments on commit 66ea3b8

Please sign in to comment.