Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 10, 2024
1 parent ec009ca commit 8b3cb1b
Show file tree
Hide file tree
Showing 3 changed files with 3,029 additions and 2,102 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"vue-content-placeholders": "^0.2.1"
},
"devDependencies": {
"@nuxt/types": "^2.17.1",
"@types/node-fetch": "^2.6.4",
"nuxt": "^2.17.1"
"@nuxt/types": "^2.17.3",
"@types/node-fetch": "^2.6.11",
"nuxt": "^2.17.3"
},
"scripts": {
"dev": "nuxt",
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,56 +59,56 @@
"watch": "yarn build -w"
},
"dependencies": {
"defu": "^6.1.2",
"defu": "^6.1.4",
"estree-walker": "^2.0.2",
"fs-extra": "^9.1.0",
"magic-string": "^0.30.1",
"pathe": "^1.1.1",
"ufo": "^1.1.2"
"magic-string": "^0.30.9",
"pathe": "^1.1.2",
"ufo": "^1.5.3"
},
"devDependencies": {
"@babel/traverse": "^7.22.8",
"@babel/types": "^7.22.5",
"@babel/traverse": "^7.24.1",
"@babel/types": "^7.24.0",
"@nuxt/test-utils": "^0.2.2",
"@nuxt/types": "^2.17.1",
"@nuxt/typescript-build": "^3.0.1",
"@nuxt/types": "^2.17.3",
"@nuxt/typescript-build": "^3.0.2",
"@nuxtjs/module-test-utils": "^1.6.3",
"@nuxtjs/pwa": "^3.3.5",
"@release-it/conventional-changelog": "^5.1.1",
"@types/fs-extra": "^9.0.13",
"@types/node": "^16.18.38",
"@types/normalize-path": "^3.0.0",
"@types/node": "^16.18.96",
"@types/normalize-path": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"c8": "^7.14.0",
"codecov": "^3.8.3",
"core-js": "3.31.1",
"core-js": "3.36.1",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"happy-dom": "^10.3.2",
"happy-dom": "^10.11.2",
"http-server": "^14.1.1",
"lint-staged": "^13.2.3",
"lint-staged": "^13.3.0",
"npm-run-all": "^4.1.5",
"nuxt": "^2.17.1",
"nuxt": "^2.17.3",
"prettier": "^2.8.8",
"release-it": "16.1.0",
"rimraf": "^5.0.1",
"release-it": "16.3.0",
"rimraf": "^5.0.5",
"siroc": "0.16.0",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.3",
"testcafe": "2.4.0",
"ts-loader": "^8.4.0",
"tsd": "^0.28.1",
"typescript": "5.1.6",
"vite": "^4.4.4",
"vitest": "^0.33.0",
"tsd": "^0.31.0",
"typescript": "5.4.5",
"vite": "^4.5.3",
"vitest": "^0.34.6",
"yorkie": "^2.0.0"
},
"peerDependencies": {
"nuxt": "^2.17.1",
"vue": "^2.7.14"
"nuxt": "^2.17.3",
"vue": "^2.7.16"
},
"engines": {
"node": ">=v14.13.0"
Expand Down

0 comments on commit 8b3cb1b

Please sign in to comment.