Skip to content

Commit

Permalink
Update vite and vitest and all other root devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Dec 6, 2023
1 parent 781c032 commit 75bc208
Show file tree
Hide file tree
Showing 4 changed files with 660 additions and 513 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- name: Build
run: yarn
- name: Lint
Expand Down
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,21 @@
"publish:next": "SHA=$(git rev-parse --short HEAD) && lerna publish preminor --exact --canary --preid next.${SHA} --dist-tag next --no-git-reset --no-git-tag-version --no-push --ignore-scripts --yes --no-verify-access"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"concurrently": "~8.2.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-no-null": "^1.0.2",
"lerna": "^7.3.0",
"reflect-metadata": "^0.1.13",
"semver": "^7.5.4",
"shx": "^0.3.4",
"typescript": "~5.2.2",
"@vitest/coverage-v8": "~0.34.6",
"vitest": "~0.34.6"
"@typescript-eslint/eslint-plugin": "~6.13.2",
"@typescript-eslint/parser": "~6.13.2",
"@vitest/coverage-v8": "~1.0.1",
"eslint": "~8.55.0",
"concurrently": "~8.2.2",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-header": "~3.1.1",
"eslint-plugin-no-null": "~1.0.2",
"lerna": "~8.0.0",
"reflect-metadata": "~0.1.13",
"semver": "~7.5.4",
"shx": "~0.3.4",
"typescript": "~5.3.2",
"vite": "~5.0.5",
"vitest": "~1.0.1"
},
"workspaces": [
"packages/*",
Expand Down
3 changes: 0 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ export default defineConfig({
reporter: ['text', 'html'],
include: ['packages/*'],
},
deps: {
interopDefault: true
},
include: ['**/*.spec.ts', '**/*.spec.tsx'],
globals: true,
}
Expand Down
Loading

0 comments on commit 75bc208

Please sign in to comment.