Skip to content

Commit

Permalink
Update devDependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
activeguild committed Jan 19, 2024
1 parent 407c0d6 commit 01be966
Show file tree
Hide file tree
Showing 2 changed files with 1,517 additions and 2,896 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,24 @@
"postcss-js": "^4.0.1"
},
"devDependencies": {
"@types/node": "^20.9.4",
"@types/node": "^20.11.5",
"@types/prettier": "^2.7.3",
"@types/sass": "1.43.1",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"npm-check-updates": "^16.14.11",
"postcss": "^8.4.31",
"lint-staged": "^15.2.0",
"npm-check-updates": "^16.14.12",
"postcss": "^8.4.33",
"postcss-js": "^4.0.1",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"prettier": "^3.2.4",
"sass": "^1.70.0",
"tsup": "^8.0.1",
"turbo": "^1.10.16",
"typescript": "^5.3.2",
"vite": "^5.0.2"
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
"peerDependencies": {
"postcss": "^8",
Expand Down
Loading

1 comment on commit 01be966

@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.