Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
chore: generate template (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 3, 2023
1 parent da85b2b commit 67976f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions brick/__brick__/{{project_name.snakeCase()}}/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint ."
},
"dependencies": {
"@docusaurus/core": "2.3.0",
"@docusaurus/preset-classic": "2.2.0",
"@docusaurus/core": "2.3.1",
"@docusaurus/preset-classic": "2.3.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
Expand All @@ -28,8 +28,8 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@docusaurus/eslint-plugin": "^2.3.0",
"@docusaurus/module-type-aliases": "2.3.0",
"@docusaurus/eslint-plugin": "^2.3.1",
"@docusaurus/module-type-aliases": "2.3.1",
"@tsconfig/docusaurus": "^1.0.5",
"eslint": "^8.33.0",
"prettier": "^2.8.3",
Expand Down

0 comments on commit 67976f3

Please sign in to comment.