mirror of
https://github.com/iconify/iconify.git
synced 2024-12-22 09:48:54 +00:00
chore(vue): update dependencies in component and demo
This commit is contained in:
parent
2a960cc887
commit
fecba21531
@ -1,4 +1,7 @@
|
||||
import { defineNuxtConfig } from 'nuxt';
|
||||
|
||||
// https://v3.nuxtjs.org/docs/directory-structure/nuxt.config
|
||||
export default defineNuxtConfig({});
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
future: {
|
||||
compatibilityVersion: 4,
|
||||
},
|
||||
compatibilityDate: '2024-07-16',
|
||||
});
|
||||
|
@ -2,13 +2,15 @@
|
||||
"name": "@iconify-demo/nuxt3",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "nuxi dev",
|
||||
"build": "nuxi build",
|
||||
"start": "node .output/server/index.mjs"
|
||||
"build": "nuxt build",
|
||||
"dev": "nuxt dev",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nuxt": "npm:nuxt3@latest",
|
||||
"ufo": "^0.8.6"
|
||||
"nuxt": "^3.13.2",
|
||||
"vue": "^3.5.12"
|
||||
},
|
||||
"dependencies": {
|
||||
"@iconify/vue": "workspace:*"
|
||||
|
@ -7,15 +7,15 @@
|
||||
"build": "vite build"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.4.33"
|
||||
"vue": "^3.5.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-icons/bx": "^1.2.6",
|
||||
"@iconify-icons/dashicons": "^1.2.4",
|
||||
"@iconify/types": "workspace:*",
|
||||
"@iconify/vue": "workspace:*",
|
||||
"@vitejs/plugin-vue": "^4.6.2",
|
||||
"typescript": "^5.5.3",
|
||||
"vite": "^4.5.3"
|
||||
"@vitejs/plugin-vue": "^5.1.4",
|
||||
"typescript": "^5.6.3",
|
||||
"vite": "^5.4.10"
|
||||
}
|
||||
}
|
||||
|
@ -1,2 +0,0 @@
|
||||
lib
|
||||
dist
|
@ -1,17 +0,0 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
browser: true,
|
||||
jest: true,
|
||||
es6: true,
|
||||
},
|
||||
settings: {
|
||||
'import/resolver': {
|
||||
node: {
|
||||
extensions: ['.js'],
|
||||
},
|
||||
},
|
||||
'import/extensions': ['.js'],
|
||||
},
|
||||
extends: ['plugin:vue/recommended'],
|
||||
};
|
1
components/vue/.gitignore
vendored
1
components/vue/.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
node_modules
|
||||
dist
|
||||
lib
|
||||
tsconfig.tsbuildinfo
|
@ -10,5 +10,6 @@ api-extractor.*.json
|
||||
build.js
|
||||
tsconfig.json
|
||||
tsconfig.common.json
|
||||
tsconfig.tsbuildinfo
|
||||
*.config.js
|
||||
vitest.config.ts
|
||||
|
@ -45,19 +45,19 @@
|
||||
"@iconify/types": "workspace:^"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.24.8",
|
||||
"@babel/preset-env": "^7.26.0",
|
||||
"@iconify/core": "workspace:^",
|
||||
"@iconify/utils": "workspace:^",
|
||||
"@microsoft/api-extractor": "^7.47.2",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@vitejs/plugin-vue": "^4.6.2",
|
||||
"@microsoft/api-extractor": "^7.47.11",
|
||||
"@rollup/plugin-node-resolve": "^15.3.0",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@vitejs/plugin-vue": "^5.1.4",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"jsdom": "^21.1.2",
|
||||
"rollup": "^3.29.4",
|
||||
"typescript": "^5.5.3",
|
||||
"vitest": "^0.29.8",
|
||||
"vue": "^3.4.33"
|
||||
"jsdom": "^25.0.1",
|
||||
"rollup": "^4.24.3",
|
||||
"typescript": "^5.6.3",
|
||||
"vitest": "^2.1.4",
|
||||
"vue": "^3.5.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": ">=3"
|
||||
|
3447
pnpm-lock.yaml
3447
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user