Skip to content

Commit

Permalink
chore: downgrade package deps
Browse files Browse the repository at this point in the history
  • Loading branch information
realdreamer committed Nov 13, 2023
1 parent 9b509f9 commit 552fd56
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
2 changes: 1 addition & 1 deletion packages/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@7-docs/edge": "^0.5.1",
"@google-analytics/data": "~3.2.2",
"@kadena/docs-tools": "workspace:^",
"@kadena/docs-tools": "workspace:*",
"@kadena/fonts": "~0.0.1",
"@kadena/react-ui": "workspace:*",
"@mailchimp/mailchimp_marketing": "~3.0.80",
Expand Down
18 changes: 9 additions & 9 deletions packages/tools/docs-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,27 @@
},
"dependencies": {
"acorn": "~8.11.2",
"mdast-util-to-string": "~4.0.0",
"mdast-util-to-string": "~3.2.0",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@kadena-dev/eslint-config": "workspace:^",
"@kadena-dev/lint-package": "workspace:^",
"@kadena-dev/shared-config": "workspace:^",
"@kadena-dev/eslint-config": "workspace:*",
"@kadena-dev/lint-package": "workspace:*",
"@kadena-dev/shared-config": "workspace:*",
"@types/js-yaml": "^4.0.9",
"@types/mdast": "^4.0.3",
"@types/node": "^20.9.0",
"@types/mdast": "^4.0.1",
"@types/node": "^18.17.14",
"@types/react": "^18.2.15",
"@types/unist": "^3.0.2",
"date-fns": "~2.30.0",
"eslint": "^8.53.0",
"eslint": "^8.45.0",
"js-yaml": "~4.1.0",
"mdast": "^3.0.0",
"prettier": "~3.0.3",
"react": "^18.2.0",
"rimraf": "~5.0.1",
"tsc-alias": "~1.8.7",
"typescript": "^5.2.2",
"unified": "^11.0.4"
"typescript": "5.2.2",
"unified": "^11.0.3"
}
}
28 changes: 15 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit 552fd56

Please sign in to comment.