Skip to content

Commit

Permalink
chore: update dependencies and cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
b-inary committed Sep 30, 2023
1 parent d1be8a2 commit 77d78c7
Show file tree
Hide file tree
Showing 12 changed files with 637 additions and 589 deletions.
824 changes: 429 additions & 395 deletions package-lock.json

Large diffs are not rendered by default.

33 changes: 15 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,42 +17,39 @@
},
"dependencies": {
"@heroicons/vue": "^2.0.18",
"chart.js": "^4.3.0",
"chart.js": "^4.4.0",
"comlink": "^4.4.1",
"detect-browser": "^5.3.0",
"dexie": "^3.2.4",
"pinia": "^2.1.4",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-chartjs": "^5.2.0",
"vue-tippy": "^6.2.0"
"vue-tippy": "^6.3.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@tailwindcss/forms": "^0.5.3",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"autoprefixer": "^10.4.14",
"@rushstack/eslint-patch": "^1.5.0",
"@tailwindcss/forms": "^0.5.6",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"autoprefixer": "^10.4.16",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"eslint": "^8.44.0",
"eslint-plugin-vue": "^9.15.1",
"eslint": "^8.50.0",
"eslint-plugin-vue": "^9.17.0",
"express": "^4.18.2",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.25",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"prettier": "^3.0.0",
"tailwindcss": "^3.3.2",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"url-loader": "^4.1.1",
"vue-loader": "^17.2.2",
"webpack": "^5.88.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"overrides": {
"eslint-plugin-prettier": "^5.0.0"
}
}
46 changes: 23 additions & 23 deletions rust/range/Cargo.lock

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

Loading

0 comments on commit 77d78c7

Please sign in to comment.