Skip to content

Commit d6f50ed

Browse files
update dependencies (#49)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c91cf1 commit d6f50ed

File tree

2 files changed

+184
-99
lines changed

2 files changed

+184
-99
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
},
1717
"devDependencies": {
1818
"@formkit/nuxt": "^1.0.0-beta.11",
19-
"@formkit/themes": "^1.0.0-beta.11",
19+
"@formkit/themes": "^1.0.0-beta.12",
2020
"@graphql-codegen/add": "^3.2.1",
2121
"@graphql-codegen/cli": "^2.13.7",
2222
"@graphql-codegen/fragment-matcher": "^3.3.1",
23-
"@graphql-codegen/typed-document-node": "^2.3.4",
23+
"@graphql-codegen/typed-document-node": "^2.3.7",
2424
"@graphql-codegen/typescript": "^2.7.4",
25-
"@graphql-codegen/typescript-operations": "^2.5.4",
25+
"@graphql-codegen/typescript-operations": "^2.5.7",
2626
"@graphql-eslint/eslint-plugin": "^3.13.1",
2727
"@heroicons/vue": "^2.0.12",
2828
"@nuxtjs/apollo": "^5.0.0-alpha.2",
2929
"@nuxtjs/color-mode": "^3.1.8",
30-
"@nuxtjs/eslint-config-typescript": "^11.0.0",
30+
"@nuxtjs/eslint-config-typescript": "^12.0.0",
3131
"@nuxtjs/tailwindcss": "^6.1.3",
3232
"@types/leaflet": "^1.8.0",
3333
"lodash-es": "^4.17.21",
@@ -38,7 +38,7 @@
3838
"@volar-plugins/prettier": "^1.1.4",
3939
"@vue-leaflet/vue-leaflet": "^0.6.1",
4040
"@vueform/multiselect": "^2.5.6",
41-
"core-js": "^3.25.3",
41+
"core-js": "^3.26.1",
4242
"eslint": "^8.28.0",
4343
"eslint-config-stylelint": "^17.0.0",
4444
"eslint-plugin-nuxt": "^4.0.0",
@@ -56,6 +56,6 @@
5656
"stylelint": "^14.14.0",
5757
"stylelint-config-prettier": "^9.0.3",
5858
"stylelint-config-recommended-vue": "^1.4.0",
59-
"stylelint-config-standard-scss": "^5.0.0"
59+
"stylelint-config-standard-scss": "^6.1.0"
6060
}
6161
}

0 commit comments

Comments
 (0)