Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Aug 19, 2024
1 parent 27f52b9 commit 4b64b52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"@release-it/conventional-changelog": "^8.0.1",
"@types/node": "^22.4.1",
"@univerjs/vite-plugin": "^0.5.0",
"builtin-modules": "^4.0.0",
"dotenv": "^16.4.5",
"eslint": "^9.9.0",
"lint-staged": "^15.2.9",
Expand Down
9 changes: 0 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { copyFile, rename, writeFile } from 'node:fs/promises'
import { join, resolve } from 'node:path'
import process from 'node:process'
import { existsSync } from 'node:fs'
import { builtinModules } from 'node:module'
import { defineConfig } from 'vite'
import { univerPlugin } from '@univerjs/vite-plugin'
import builtins from 'builtin-modules'
import dotenv from 'dotenv'
import pkg from './package.json'

Expand Down Expand Up @@ -93,7 +93,7 @@ export default defineConfig((_) => {
'@lezer/common',
'@lezer/highlight',
'@lezer/lr',
...builtins,
...builtinModules,
],
},
},
Expand Down

0 comments on commit 4b64b52

Please sign in to comment.