Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 19, 2024
1 parent 4f75623 commit fda6460
Show file tree
Hide file tree
Showing 16 changed files with 8,514 additions and 7,123 deletions.
4 changes: 2 additions & 2 deletions docs/1.guide/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export default defineNuxtConfig({
```

```js [vite.config.ts]
import { defineConfig } from 'vite'
import { MagicRegExpTransformPlugin } from 'magic-regexp/transform'
import { defineConfig } from 'vite'

export default defineConfig({
plugins: [MagicRegExpTransformPlugin.vite()],
Expand All @@ -47,9 +47,9 @@ export default {
```

```js [build.config.ts ]
import { MagicRegExpTransformPlugin } from 'magic-regexp/transform'
// unbuild
import { defineBuildConfig } from 'unbuild'
import { MagicRegExpTransformPlugin } from 'magic-regexp/transform'

export default defineBuildConfig({
hooks: {
Expand Down
4 changes: 2 additions & 2 deletions nuxt.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { MagicRegExpTransformPlugin } from 'magic-regexp/transform'
import * as magicRegexp from 'magic-regexp'
import { addImportsSources, addVitePlugin, addWebpackPlugin, defineNuxtModule } from '@nuxt/kit'
import * as magicRegexp from 'magic-regexp'
import { MagicRegExpTransformPlugin } from 'magic-regexp/transform'

export default defineNuxtModule({
setup(_options, nuxt) {
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "magic-regexp",
"version": "0.8.0",
"packageManager": "pnpm@8.15.9",
"packageManager": "pnpm@9.10.0",
"description": "A compiled-away, type-safe, readable RegExp alternative",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -50,31 +50,31 @@
},
"dependencies": {
"estree-walker": "^3.0.3",
"magic-string": "^0.30.8",
"mlly": "^1.6.1",
"magic-string": "^0.30.11",
"mlly": "^1.7.1",
"regexp-tree": "^0.1.27",
"type-level-regexp": "~0.1.17",
"ufo": "^1.4.0",
"unplugin": "^1.8.3"
"ufo": "^1.5.4",
"unplugin": "^1.14.1"
},
"devDependencies": {
"@antfu/eslint-config": "2.27.3",
"@antfu/eslint-config": "3.6.2",
"@codspeed/vitest-plugin": "3.1.1",
"@nuxt/kit": "3.12.4",
"@types/estree": "1.0.5",
"@types/node": "20.16.5",
"@vitest/coverage-v8": "1.6.0",
"acorn": "8.11.3",
"bumpp": "9.4.1",
"@nuxt/kit": "3.13.2",
"@types/estree": "1.0.6",
"@types/node": "22.5.5",
"@vitest/coverage-v8": "2.1.1",
"acorn": "8.12.1",
"bumpp": "9.5.2",
"eslint": "9.10.0",
"expect-type": "0.18.0",
"expect-type": "0.20.0",
"lint-staged": "latest",
"rollup": "4.12.1",
"simple-git-hooks": "2.10.0",
"typescript": "5.4.5",
"rollup": "4.22.0",
"simple-git-hooks": "2.11.1",
"typescript": "5.6.2",
"unbuild": "2.0.0",
"vite": "5.2.13",
"vitest": "1.6.0"
"vite": "5.2.14",
"vitest": "2.1.1"
},
"pnpm": {
"patchedDependencies": {
Expand Down
Loading

0 comments on commit fda6460

Please sign in to comment.