Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Dec 20, 2023
1 parent add35c2 commit 7b66091
Show file tree
Hide file tree
Showing 7 changed files with 3,044 additions and 1,565 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"release": "release-it"
},
"dependencies": {
"@types/mdast": "^4.0.0",
"@types/unist": "^3.0.0",
"flat": "^5.0.2",
"@types/mdast": "^4.0.3",
"@types/unist": "^3.0.2",
"flat": "^6.0.1",
"js-yaml": "^4.1.0",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-to-markdown": "^2.1.0",
Expand All @@ -38,28 +38,28 @@
"micromark-util-character": "^2.0.1",
"micromark-util-types": "^2.0.0",
"parse-entities": "^4.0.1",
"scule": "^1.0.0",
"scule": "^1.1.1",
"stringify-entities": "^4.0.3",
"unified": "^11.0.2",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"unist-util-visit-parents": "^6.0.1"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/kit": "^3.7.0",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/kit": "^3.8.2",
"@nuxtjs/eslint-config-typescript": "latest",
"@types/flat": "^5.0.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"@types/flat": "^5.0.5",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.10.5",
"eslint": "^8.56.0",
"eslint-plugin-nuxt": "latest",
"jiti": "^1.19.3",
"nuxt": "^3.7.0",
"release-it": "^16.1.5",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.2",
"remark-stringify": "^10.0.3",
"remark-wiki-link": "^1.0.4",
"jiti": "^1.21.0",
"nuxt": "^3.8.2",
"release-it": "^17.0.1",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"remark-wiki-link": "^2.0.1",
"unbuild": "^2.0.0",
"vitest": "latest"
},
Expand Down
Loading

0 comments on commit 7b66091

Please sign in to comment.