Skip to content

Commit

Permalink
fix: deps and bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 16, 2023
1 parent 5f6abc1 commit fe256d6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.19.2",
"jsdom": "^22.1.0",
"markdown-it-shikiji": "^0.9.5",
"markdown-it-shikiji": "^0.9.7",
"postcss": "^8.4.32",
"postcss-html": "^1.5.0",
"rimraf": "^5.0.5",
"rollup-plugin-visualizer": "^5.11.0",
"sass": "^1.69.5",
"semantic-release": "^22.0.12",
"shikiji": "^0.9.5",
"shikiji": "^0.9.7",
"stylelint": "^15.11.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-scss": "^13.1.0",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "@vue/tsconfig/tsconfig.json",
"compilerOptions": {
"moduleResolution": "node",
"moduleResolution": "Bundler",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
Expand Down

0 comments on commit fe256d6

Please sign in to comment.