Skip to content

Commit

Permalink
chore: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
activeguild committed Feb 7, 2024
1 parent 01be966 commit ba6c0a1
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 116 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"scripts": {
"tsup": "tsup src/index.ts --format esm,cjs --dts --clean",
"tsup": "tsup src/index.ts --format esm,cjs --dts --clean --shims",
"build": "turbo run tsup",
"watch": "turbo run tsup -- --watch",
"local:publish": "turbo run tsup && npm link",
Expand Down Expand Up @@ -51,24 +51,24 @@
"postcss-js": "^4.0.1"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/node": "^20.11.16",
"@types/prettier": "^2.7.3",
"@types/sass": "1.43.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"npm-check-updates": "^16.14.12",
"postcss": "^8.4.33",
"husky": "^9.0.10",
"lint-staged": "^15.2.2",
"npm-check-updates": "^16.14.14",
"postcss": "^8.4.35",
"postcss-js": "^4.0.1",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"sass": "^1.70.0",
"tsup": "^8.0.1",
"turbo": "^1.11.3",
"turbo": "^1.12.3",
"typescript": "^5.3.3",
"vite": "^5.0.11"
"vite": "^5.0.12"
},
"peerDependencies": {
"postcss": "^8",
Expand Down
Loading

1 comment on commit ba6c0a1

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