Skip to content

Commit

Permalink
🔨 move some dependencies to dev.
Browse files Browse the repository at this point in the history
                bump version.
  • Loading branch information
novrain committed Dec 15, 2023
1 parent be25338 commit 9cc1e34
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 11 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue3-lumino-widget",
"private": false,
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"files": [
"dist",
Expand Down Expand Up @@ -53,12 +53,14 @@
"vue": "^3.3.11"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@rushstack/eslint-patch": "^1.6.0",
"@types/node": "^20.10.4",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.55.0",
"eslint-plugin-vue": "^9.19.2",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"vite": "^5.0.8",
"vite-plugin-dts": "^3.6.4",
Expand All @@ -67,9 +69,7 @@
"vue-tsc": "^1.8.25"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@lumino/default-theme": "^2.1.4",
"@lumino/widgets": "^2.3.1",
"sass": "^1.69.5"
"@lumino/widgets": "^2.3.1"
}
}
32 changes: 25 additions & 7 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 9cc1e34

Please sign in to comment.