Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
activeguild committed Sep 4, 2023
1 parent b289eef commit d5e80ee
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 616 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-sass-dts",
"version": "1.3.9",
"version": "1.3.10",
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
Expand Down Expand Up @@ -51,24 +51,24 @@
"postcss-js": "^4.0.1"
},
"devDependencies": {
"@types/node": "^20.4.1",
"@types/node": "^20.5.9",
"@types/prettier": "^2.7.3",
"@types/sass": "1.43.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"npm-check-updates": "^16.10.15",
"postcss": "^8.4.25",
"lint-staged": "^14.0.1",
"npm-check-updates": "^16.13.2",
"postcss": "^8.4.29",
"postcss-js": "^4.0.1",
"prettier": "^3.0.0",
"sass": "^1.63.6",
"tsup": "^7.1.0",
"turbo": "^1.10.7",
"typescript": "^5.1.6",
"vite": "^4.4.2"
"prettier": "^3.0.3",
"sass": "^1.66.1",
"tsup": "^7.2.0",
"turbo": "^1.10.13",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"peerDependencies": {
"postcss": "^8",
Expand Down
Loading

1 comment on commit d5e80ee

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bundled size for the package is listed below:

dist: 42.97 KB

Please sign in to comment.