Skip to content

Commit

Permalink
fix: transform esm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Mar 28, 2023
1 parent 6c18fa2 commit c2d98c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,18 @@
"peerDependencies": {
"postcss": ">=8.0.0"
},
"dependencies": {
"decode-uri-component": "^0.4.1",
"split-on-first": "^3.0.0"
},
"devDependencies": {
"@minko-fe/eslint-config-ts": "^1.2.32",
"@minko-fe/prettier-config": "^1.2.32",
"@minko-fe/tsconfig": "^1.2.32",
"@types/decode-uri-component": "^0.2.0",
"bumpp": "^9.0.0",
"conventional-changelog-cli": "^2.2.2",
"decode-uri-component": "^0.4.1",
"eslint": "^8.36.0",
"postcss": "^8.4.21",
"postcss-nested": "^6.0.1",
"split-on-first": "^3.0.0",
"tsup": "^6.7.0",
"typescript": "^4.9.5",
"vitest": "^0.29.7"
Expand Down
9 changes: 4 additions & 5 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 c2d98c1

Please sign in to comment.