Skip to content

Commit

Permalink
Update dependencies and package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Dec 21, 2023
1 parent c706dd7 commit 11eacf4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 31 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"postinstall": "husky install && pnpm ls --r --filter \"./packages/*\"",
"postinstall": "husky install",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=16384 pnpm --filter \"./packages/*\" build",
"build:examples": "cross-env NODE_OPTIONS=--max-old-space-size=16384 pnpm --filter \"./examples/*\" --parallel build",
"check": "pnpm run commit-check && pnpm run build && pnpm --filter \"./packages/*\" --parallel run \"/^(test|lint|type-check)/\"",
Expand Down
36 changes: 8 additions & 28 deletions pnpm-lock.yaml

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

4 changes: 3 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
"@master/eslint-config-css": "workspace:^",
"@master/eslint-plugin-css": "workspace:^",
"@master/normal.css": "workspace:^",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@monaco-editor/react": "^4.6.0",
"@next/mdx": "^14.0.2",
"@next/mdx": "^14.0.4",
"@vercel/speed-insights": "^1.0.2",
"accept-language": "^3.0.18",
"cheerio": "1.0.0-rc.12",
Expand Down
2 changes: 1 addition & 1 deletion website/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '2.0.0-beta.213'
export default '2.0.0-beta.214'

0 comments on commit 11eacf4

Please sign in to comment.