summaryrefslogtreecommitdiff
path: root/package.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 13.0.0-alpha.12syuilo2022-12-261-1/+1
|
* 13.0.0-alpha.11syuilo2022-12-261-1/+1
|
* 13.0.0-alpha.10syuilo2022-12-251-1/+1
|
* 13.0.0-alpha.9syuilo2022-12-241-1/+1
|
* 13.0.0-alpha.8syuilo2022-12-231-1/+1
|
* 13.0.0-alpha.7syuilo2022-12-231-1/+1
|
* 13.0.0-alpha.6syuilo2022-12-231-1/+1
|
* update depssyuilo2022-12-231-3/+3
|
* 13.0.0-alpha.5syuilo2022-12-221-1/+1
|
* 13.0.0-alpha.4syuilo2022-12-221-1/+1
|
* 13.0.0-alpha.3syuilo2022-12-211-1/+1
|
* 13.0.0-alpha.2syuilo2022-12-211-1/+1
|
* 13.0.0-alpha.1syuilo2022-12-201-1/+1
|
* 12.120.0-alpha.2syuilo2022-12-201-1/+1
|
* 12.120.0-alpha.22syuilo2022-12-201-1/+1
|
* enhance: Vite HMR while yarn dev, and more build tuning (#9361)tamaina2022-12-201-1/+2
| | | | | | | * enhance: Vite HMR while yarn dev, and more build tuning * use localhost Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* 12.120.0-alpha.21syuilo2022-12-201-1/+1
|
* 12.120.0-alpha.20syuilo2022-12-201-1/+1
|
* 12.120.0-alpha.19syuilo2022-12-201-1/+1
|
* 12.120.0-alpha.18syuilo2022-12-191-1/+1
|
* update depsdsyuilo2022-12-191-6/+6
|
* 12.120.0-alpha.17syuilo2022-12-191-1/+1
|
* 12.120.0-alpha.16syuilo2022-12-181-1/+1
|
* 12.120.0-alpha.15syuilo2022-12-141-1/+1
|
* update depstamaina2022-12-101-4/+4
|
* 12.120.0-alpha.14syuilo2022-12-101-1/+1
|
* 12.120.0-alpha.13syuilo2022-12-101-1/+1
|
* 12.120.0-alpha.12syuilo2022-12-081-1/+1
|
* 12.120.0-alpha.11syuilo2022-12-081-1/+1
|
* 12.120.0-alpha.10syuilo2022-12-071-1/+1
|
* update depssyuilo2022-12-041-1/+1
|
* Update package.jsonsyuilo2022-12-031-1/+1
|
* Fix #9252tamaina2022-12-021-1/+1
|
* update yarn.locksyuilo2022-11-291-1/+1
|
* update depssyuilo2022-11-291-3/+3
|
* refactor: migrate to Yarn Berry (v3.2.1) (#8764)Kainoa Kanter2022-11-241-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Yarn berry * Add `.yarn` to dockerignore * Mention in CHANGELOG * Update Dockerfile * Proper upgrade to yarn * use `"packageManager"` * Replace `install-packages.js` with workspaces * Replace `install-packages.js` with workspaces * Typo * `corepack enable` for linting * Remove `packages/*/yarn.lock` * Improve lint workflow * Update .github/workflows/lint.yml Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update .github/workflows/lint.yml Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Add `eslint` * Regenerate yarn.lock * 🙏‍ * Update lint.yml :thinking: * Fix workflow! * yarn lint my beloved * corepack enable for mocha/e2e * Update CHANGELOG.md * fix the code that depends on node_modules * tbh * tbh * More yarn workspaces stuff * 🍀 * Change `browser-image-resizer` * :finnadie: * :goberserk: * :godmode: * Remove yarnrc for workspaces * 🙏 * Add proper packages for eslint * Skip extra install * New steps for test.yml too * uhh * Update .dockerignore * Update lint.yml * Update test.yml * Make client/backend lints seperate workflows * package.json names * pnpm = dont change paths * Fix changelog * :bowtie: * I don't know why github workflows hates me... * test * ????? * continue-on-error: true * Fix yarn.lock Co-authored-by: ishowta <ishowta@gmail.com> * add @rollup/pluginutils * add packageExtensions for chartjs_date-fns Co-authored-by: acid-chicken <root@acid-chicken.com> * npm run => yarn * wip * yarn node => node 依存関係の記載不足の解消がかなり多いため、yarn nodeは使わない * fix * fix http-signature * fix * fix * add packageExtensions * :v: * remove `yarn set version berry` * yarn install --immutable Co-authored-by: ishowta <ishowta@gmail.com> * https://github.com/misskey-dev/misskey/pull/8764#discussion_r885749892 * enable actions/setup-node's global cache * Update .gitignore Co-authored-by: iwata <ishowta@gmail.com> * revival gulp build https://github.com/misskey-dev/misskey/pull/8764/files/66ab7591bff9b35255219057e33399a06260aa31#r885899944 * fix lockfile * Update packages/backend/package.json Co-authored-by: iwata <ishowta@gmail.com> * remove packagemanager * `yarn run gulp` in `build` instead of just `gulp` * Update CHANGELOG.md * update lockfile * Add .yarn/cache to gitignore for packages * ? * move resolutions * :v: * update lockfie * update-lockfile * update yarn.lock * fix build * fix * fix * fix: add @tensorflow/tfjs * ダメ * modify lockfile * use yarnrc * update yarnlock * add jest-mock * update-lockfile * update lockfile * update lockfile * move jest-mock, update lockfile Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: ishowta <ishowta@gmail.com>
* chore: Unflag JSON modulessyuilo2022-11-191-2/+2
| | | | https://github.com/nodejs/node/pull/41736
* update depssyuilo2022-11-191-4/+4
|
* 12.120.0-alpha.8syuilo2022-11-131-1/+1
|
* update depssyuilo2022-11-131-2/+2
|
* update depssyuilo2022-10-281-3/+3
|
* 12.120.0-alpha.7syuilo2022-10-131-1/+1
|
* 12.120.0-alpha.6syuilo2022-09-241-1/+1
|
* Update package.jsonsyuilo2022-09-231-2/+2
|
* 12.120.0-alpha.5syuilo2022-09-221-1/+1
|
* 12.120.0-alpha.4syuilo2022-09-201-1/+1
|
* 12.120.0-alpha.3syuilo2022-09-201-1/+1
|
* update depssyuilo2022-09-201-2/+2
|
* 12.120.0-alpha.2syuilo2022-09-201-1/+1
|
* refactor(backend): simplify bootsyuilo2022-09-181-2/+2
|