Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 14, 2023
1 parent fe373aa commit 12c2038
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { resolve } = require('path')
const { resolve } = require('node:path')

const restricted = [
'vue',
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/useCookies/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { IncomingMessage } from 'http'
import type { IncomingMessage } from 'node:http'
import { tryOnScopeDispose } from '@vueuse/shared'
import { ref } from 'vue-demi'
import Cookie from 'universal-cookie'
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import path from 'node:path'
import assert from 'node:assert'
import { execSync as exec } from 'child_process'
import { execSync as exec } from 'node:child_process'
import fs from 'fs-extra'
import fg from 'fast-glob'
import consola from 'consola'
Expand Down

0 comments on commit 12c2038

Please sign in to comment.