Skip to content

Commit

Permalink
package bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
songololo committed Dec 27, 2022
1 parent 76f3300 commit fbba462
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,26 @@
"check": "astro check"
},
"devDependencies": {
"@astrojs/markdown-remark": "1.1.3",
"@astrojs/mdx": "0.13.0",
"@astrojs/markdown-remark": "1.2.0",
"@astrojs/mdx": "0.14.0",
"@astrojs/prefetch": "0.1.1",
"@astrojs/sitemap": "1.0.0",
"@astrojs/tailwind": "2.1.3",
"@astrojs/vue": "1.2.2",
"@fec/remark-a11y-emoji": "3.1.0",
"@prettier/plugin-pug": "2.3.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-commonjs": "24.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-replace": "5.0.2",
"@rushstack/eslint-patch": "1.2.0",
"@types/node": "^18.11.18",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"@vicons/fa": "0.12.0",
"@volar/vue-language-plugin-pug": "^1.0.18",
"@volar/vue-language-plugin-pug": "1.0.18",
"@vue/compiler-sfc": "3.2.45",
"@vueuse/core": "9.9.0",
"astro": "^1.7.2",
"astro": "1.8.0",
"autoprefixer": "10.4.13",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
Expand All @@ -82,19 +82,19 @@
"remark-directive": "2.0.1",
"remark-emoji": "3.0.2",
"remark-smartypants": "2.0.0",
"rollup-plugin-typescript2": "^0.34.1",
"rollup-plugin-vue": "^6.0.0",
"rollup-plugin-typescript2": "0.34.1",
"rollup-plugin-vue": "6.0.0",
"serialize-javascript": "6.0.0",
"shorthash": "0.0.2",
"stylelint": "14.16.0",
"stylelint-config-prettier": "9.0.4",
"stylelint-config-standard": "29.0.0",
"tailwindcss": "3.2.4",
"typescript": "^4.9.4",
"typescript": "4.9.4",
"vite": "4.0.3",
"vue-eslint-parser": "9.1.0"
},
"dependencies": {
"vue": "^3.2.45"
"vue": "3.2.45"
}
}

0 comments on commit fbba462

Please sign in to comment.