Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#755)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 11, 2023
1 parent abeafb1 commit 81c2a5c
Show file tree
Hide file tree
Showing 3 changed files with 2,449 additions and 880 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.16.3",
"@types/node-fetch": "^2.6.3",
"nuxt": "^2.16.3"
"@nuxt/types": "^2.17.0",
"@types/node-fetch": "^2.6.4",
"nuxt": "^2.17.0"
},
"scripts": {
"dev": "nuxt",
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,52 +62,52 @@
"defu": "^6.1.2",
"estree-walker": "^2.0.2",
"fs-extra": "^9.1.0",
"magic-string": "^0.30.0",
"pathe": "^1.1.0",
"ufo": "^1.1.1"
"magic-string": "^0.30.1",
"pathe": "^1.1.1",
"ufo": "^1.1.2"
},
"devDependencies": {
"@babel/traverse": "^7.21.4",
"@babel/types": "^7.21.4",
"@babel/traverse": "^7.22.8",
"@babel/types": "^7.22.5",
"@nuxt/test-utils": "^0.2.2",
"@nuxt/types": "^2.16.3",
"@nuxt/types": "^2.17.0",
"@nuxt/typescript-build": "^3.0.1",
"@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.23",
"@types/node": "^16.18.38",
"@types/normalize-path": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"c8": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"c8": "^7.14.0",
"codecov": "^3.8.3",
"core-js": "3.29.1",
"core-js": "3.31.1",
"cross-env": "^7.0.3",
"eslint": "^8.37.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"happy-dom": "^10.0.6",
"happy-dom": "^10.1.1",
"http-server": "^14.1.1",
"lint-staged": "^13.2.0",
"lint-staged": "^13.2.3",
"npm-run-all": "^4.1.5",
"nuxt": "^2.16.3",
"prettier": "^2.8.7",
"release-it": "15.10.0",
"rimraf": "^5.0.0",
"nuxt": "^2.17.0",
"prettier": "^2.8.8",
"release-it": "15.11.0",
"rimraf": "^5.0.1",
"siroc": "0.16.0",
"start-server-and-test": "^2.0.0",
"testcafe": "2.4.0",
"ts-loader": "^8.4.0",
"tsd": "^0.28.1",
"typescript": "5.0.3",
"vite": "^4.2.1",
"vitest": "^0.29.8",
"typescript": "5.1.6",
"vite": "^4.4.2",
"vitest": "^0.33.0",
"yorkie": "^2.0.0"
},
"peerDependencies": {
"nuxt": "^2.16.3",
"nuxt": "^2.17.0",
"vue": "^2.7.14"
},
"engines": {
Expand Down
Loading

0 comments on commit 81c2a5c

Please sign in to comment.