Skip to content

Commit

Permalink
chore: release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rush committed Apr 20, 2024
1 parent bf6a5ca commit d59a6a1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-remix-router",
"type": "module",
"version": "1.1.0",
"version": "1.1.1",
"packageManager": "[email protected]",
"description": "",
"license": "MIT",
Expand Down Expand Up @@ -113,25 +113,25 @@
}
},
"dependencies": {
"unplugin": "^1.7.1"
"unplugin": "^1.10.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@nuxt/kit": "^3.10.1",
"@nuxt/schema": "^3.10.1",
"@types/node": "^20.11.17",
"bumpp": "^9.3.0",
"@antfu/eslint-config": "^2.15.0",
"@nuxt/kit": "^3.11.2",
"@nuxt/schema": "^3.11.2",
"@types/node": "^20.12.7",
"bumpp": "^9.4.0",
"chalk": "^5.3.0",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"eslint": "^8.57.0",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"nodemon": "^3.0.3",
"nodemon": "^3.1.0",
"rimraf": "^5.0.5",
"rollup": "^4.10.0",
"rollup": "^4.14.3",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vitest": "^0.34.6",
"webpack": "^5.90.1"
"webpack": "^5.91.0"
}
}

0 comments on commit d59a6a1

Please sign in to comment.