Skip to content

Commit 5df1072

Browse files
committed
chore: update config
- windicss - typescript - package update - remove shims (volar) Signed-off-by: Lakshya Singh <[email protected]>
1 parent 4be8af0 commit 5df1072

File tree

5 files changed

+1783
-832
lines changed

5 files changed

+1783
-832
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
},
1313
"dependencies": {
1414
"@nuxt/content": "^1.15.1",
15-
"@nuxt/image": "^0.6.2",
16-
"@nuxtjs/axios": "^5.12.2",
15+
"@nuxt/image": "^0.7.1",
16+
"@nuxtjs/axios": "^5.13.6",
1717
"@nuxtjs/composition-api": "^0.29.3",
18-
"@nuxtjs/pwa": "^3.0.2",
19-
"@nuxtjs/robots": "^2.4.2",
18+
"@nuxtjs/pwa": "^3.3.5",
19+
"@nuxtjs/robots": "^2.5.0",
2020
"@nuxtjs/sitemap": "^2.4.0",
21-
"core-js": "^3.21.1",
21+
"core-js": "^3.23.4",
2222
"nuxt": "^2.15.8",
2323
"opti-image": "^0.10.0",
2424
"particles.js": "^2.0.0",
2525
"vue-lottie": "^0.2.1"
2626
},
2727
"devDependencies": {
28-
"@iconify/json": "^1.1.461",
28+
"@iconify/json": "^2.1.76",
2929
"@nuxt/types": "^2.14.6",
3030
"@nuxt/typescript-build": "^2.0.3",
3131
"@nuxtjs/eslint-config-typescript": "^6.0.1",
3232
"@nuxtjs/eslint-module": "^3.0.2",
33-
"@vue/runtime-dom": "^3.2.31",
33+
"@vue/runtime-dom": "^3.2.37",
3434
"eslint": "^7.10.0",
3535
"eslint-config-prettier": "^8.4.0",
3636
"eslint-plugin-nuxt": "^2.0.0",
@@ -39,13 +39,13 @@
3939
"eslint-plugin-vuejs-accessibility": "^0.7.1",
4040
"husky": "^7.0.4",
4141
"is-ci": "^3.0.1",
42-
"nuxt-gsap-module": "^1.6.0",
42+
"nuxt-gsap-module": "^1.7.1",
4343
"nuxt-purge-icons-module": "^0.7.0",
44-
"nuxt-windicss": "^2.2.5",
44+
"nuxt-windicss": "^2.4.3",
4545
"prettier": "^2.1.2",
46-
"sass": "1.49.8",
46+
"sass": "1.53.0",
4747
"sass-loader": "^10.1.1",
48-
"unplugin-icons": "^0.12.16"
48+
"unplugin-icons": "^0.14.7"
4949
},
5050
"engines": {
5151
"node": ">=14",

0 commit comments

Comments
 (0)