Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 3c31fc5

Browse files
chore(deps): update all non-major dependencies (#770)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e8b2669 commit 3c31fc5

File tree

3 files changed

+493
-427
lines changed

3 files changed

+493
-427
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"vue-content-placeholders": "^0.2.1"
77
},
88
"devDependencies": {
9-
"@nuxt/types": "^2.17.0",
9+
"@nuxt/types": "^2.17.1",
1010
"@types/node-fetch": "^2.6.4",
11-
"nuxt": "^2.17.0"
11+
"nuxt": "^2.17.1"
1212
},
1313
"scripts": {
1414
"dev": "nuxt",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@babel/traverse": "^7.22.8",
7171
"@babel/types": "^7.22.5",
7272
"@nuxt/test-utils": "^0.2.2",
73-
"@nuxt/types": "^2.17.0",
73+
"@nuxt/types": "^2.17.1",
7474
"@nuxt/typescript-build": "^3.0.1",
7575
"@nuxtjs/module-test-utils": "^1.6.3",
7676
"@nuxtjs/pwa": "^3.3.5",
@@ -84,15 +84,15 @@
8484
"codecov": "^3.8.3",
8585
"core-js": "3.31.1",
8686
"cross-env": "^7.0.3",
87-
"eslint": "^8.44.0",
87+
"eslint": "^8.45.0",
8888
"eslint-config-prettier": "^8.8.0",
8989
"eslint-plugin-prettier": "^4.2.1",
9090
"eslint-plugin-promise": "^6.1.1",
91-
"happy-dom": "^10.1.1",
91+
"happy-dom": "^10.3.2",
9292
"http-server": "^14.1.1",
9393
"lint-staged": "^13.2.3",
9494
"npm-run-all": "^4.1.5",
95-
"nuxt": "^2.17.0",
95+
"nuxt": "^2.17.1",
9696
"prettier": "^2.8.8",
9797
"release-it": "16.1.0",
9898
"rimraf": "^5.0.1",
@@ -102,12 +102,12 @@
102102
"ts-loader": "^8.4.0",
103103
"tsd": "^0.28.1",
104104
"typescript": "5.1.6",
105-
"vite": "^4.4.2",
105+
"vite": "^4.4.4",
106106
"vitest": "^0.33.0",
107107
"yorkie": "^2.0.0"
108108
},
109109
"peerDependencies": {
110-
"nuxt": "^2.17.0",
110+
"nuxt": "^2.17.1",
111111
"vue": "^2.7.14"
112112
},
113113
"engines": {

0 commit comments

Comments
 (0)