Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lideming committed Aug 5, 2023
1 parent 2de4648 commit 287861d
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 144 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"types": "build/index.d.ts",
"browser": "dist/webfx.min.js",
"scripts": {
"buildall": "pnpm run -r --parallel --filter ./packages build && pnpm run build",
"buildall": "pnpm run -r --parallel --filter \"./packages/*\" build && pnpm run build",
"build": "tsc && rollup -c",
"watch": "tsc && rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -23,14 +23,14 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.2.1",
"rollup": "^2.71.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"rollup": "^2.79.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.6.4"
"typescript": "^4.9.5"
},
"dependencies": {
"@yuuza/i18n": "workspace:^1.2.1",
"@yuuza/utils": "workspace:^1.0.0"
"@yuuza/i18n": "workspace:*",
"@yuuza/utils": "workspace:*"
}
}
Loading

0 comments on commit 287861d

Please sign in to comment.