Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
chore: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zolyn committed Mar 20, 2022
1 parent 1803aa0 commit 6e2bf04
Show file tree
Hide file tree
Showing 2 changed files with 485 additions and 558 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
}
},
"scripts": {
"build": "tsup --dts",
"dev": "tsup --watch src",
"build": "cross-env NODE_ENV=production tsup",
"dev": "cross-env NODE_ENV=development tsup --watch src",
"prepublishOnly": "nr build",
"play": "npm -C playground run dev",
"play:build": "pnpm run build && npm -C playground run build",
Expand All @@ -50,18 +50,17 @@
"@release-it/conventional-changelog": "^4.2.2",
"@types/jest": "^27.4.1",
"@types/node": "^16.11.26",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vue/compiler-sfc": "^3.2.31",
"cross-env": "^7.0.3",
"eslint": "^8.11.0",
"eslint-config-alloy": "^4.5.1",
"eslint-config-alloy-patched": "^1.1.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-prettier": "^4.0.0",
"esno": "^0.12.1",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"release-it": "^14.12.5",
"prettier": "^2.6.0",
"release-it": "^14.13.0",
"ts-jest": "^27.1.3",
"tsup": "^5.12.1",
"typescript": "^4.6.2",
Expand All @@ -74,8 +73,8 @@
"vue": "^3.2.31"
},
"dependencies": {
"@babel/generator": "^7.17.3",
"@babel/types": "^7.17.0",
"fast-glob": "^3.2.11"
"fast-glob": "^3.2.11",
"local-pkg": "^0.4.1"
}
}
Loading

0 comments on commit 6e2bf04

Please sign in to comment.