Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…#724) * Prefer `as const` with TypeScript 4.9 introduced `satisfies` operator microsoft/TypeScript#47920 https://devblogs.microsoft.com/typescript/announcing-typescript-4-9-rc/#satisfies This is my hope since #479 (comment) * `npm run build` To includes babel 7.2.0 https://babeljs.io/blog/2022/10/27/7.20.0 * `npm i -g npm-check-updates && ncu -u` To bump jest to apply jestjs/jest#13199 (comment) * `npm install` * Revert "`npm i -g npm-check-updates && ncu -u`" This reverts commit 1131421. * Revert "`npm install`" This reverts commit 2dfc43e. * Specify TS 4.9 satisfies supported babel plugin with npm overrides https://babeljs.io/blog/2022/10/27/7.20.0 https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides vitejs/vite#7634 #724 (comment)
- Loading branch information