mirror of
https://github.com/iconify/iconify.git
synced 2025-01-05 15:02:09 +00:00
chore: update dependencies for iconify-icon demo
This commit is contained in:
parent
73da477a0a
commit
22d7d8b889
@ -24,44 +24,44 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ember/optional-features": "^2.0.0",
|
||||
"@ember/test-helpers": "^2.9.3",
|
||||
"@ember/test-helpers": "^3.2.0",
|
||||
"@glimmer/component": "^1.1.2",
|
||||
"@glimmer/tracking": "^1.1.2",
|
||||
"@iconify-icons/mdi-light": "^1.2.5",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"broccoli-asset-rev": "^3.0.0",
|
||||
"ember-auto-import": "^2.6.1",
|
||||
"ember-cli": "~4.11.0",
|
||||
"ember-cli-app-version": "^6.0.0",
|
||||
"ember-auto-import": "^2.6.3",
|
||||
"ember-cli": "~5.1.0",
|
||||
"ember-cli-app-version": "^6.0.1",
|
||||
"ember-cli-babel": "^7.26.11",
|
||||
"ember-cli-dependency-checker": "^3.3.1",
|
||||
"ember-cli-dependency-checker": "^3.3.2",
|
||||
"ember-cli-htmlbars": "^6.2.0",
|
||||
"ember-cli-inject-live-reload": "^2.1.0",
|
||||
"ember-cli-sri": "^2.1.1",
|
||||
"ember-cli-terser": "^4.0.2",
|
||||
"ember-data": "~4.11.3",
|
||||
"ember-data": "~4.12.3",
|
||||
"ember-export-application-global": "^2.0.1",
|
||||
"ember-fetch": "^8.1.2",
|
||||
"ember-load-initializers": "^2.1.2",
|
||||
"ember-page-title": "^7.0.0",
|
||||
"ember-qunit": "^6.2.0",
|
||||
"ember-resolver": "^10.0.0",
|
||||
"ember-source": "~4.11.0",
|
||||
"ember-template-lint": "^5.7.2",
|
||||
"ember-welcome-page": "^7.0.1",
|
||||
"eslint": "^8.37.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-ember": "^11.4.9",
|
||||
"ember-qunit": "^7.0.0",
|
||||
"ember-resolver": "^11.0.0",
|
||||
"ember-source": "~4.12.3",
|
||||
"ember-template-lint": "^5.11.1",
|
||||
"ember-welcome-page": "^7.0.2",
|
||||
"eslint": "^8.46.0",
|
||||
"eslint-config-prettier": "^8.9.0",
|
||||
"eslint-plugin-ember": "^11.10.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-qunit": "^7.3.4",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"eslint-plugin-qunit": "^8.0.0",
|
||||
"iconify-icon": "workspace:*",
|
||||
"loader.js": "^4.7.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.8.7",
|
||||
"prettier": "^3.0.0",
|
||||
"qunit": "^2.19.4",
|
||||
"qunit-dom": "^2.0.0",
|
||||
"webpack": "^5.77.0"
|
||||
"webpack": "^5.88.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "12.* || 14.* || >= 16"
|
||||
|
@ -12,18 +12,18 @@
|
||||
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\""
|
||||
},
|
||||
"dependencies": {
|
||||
"lit": "^2.7.0"
|
||||
"lit": "^2.7.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.21.4",
|
||||
"@babel/preset-env": "^7.22.9",
|
||||
"@custom-elements-manifest/analyzer": "^0.6.9",
|
||||
"@iconify-icons/line-md": "^1.2.21",
|
||||
"@open-wc/building-rollup": "^2.2.2",
|
||||
"@iconify-icons/line-md": "^1.2.23",
|
||||
"@open-wc/building-rollup": "^2.2.3",
|
||||
"@rollup/plugin-babel": "^5.3.1",
|
||||
"@rollup/plugin-node-resolve": "^14.1.0",
|
||||
"@web/dev-server": "^0.1.37",
|
||||
"@web/rollup-plugin-html": "^1.11.0",
|
||||
"@web/rollup-plugin-import-meta-assets": "^1.0.7",
|
||||
"@web/dev-server": "^0.1.38",
|
||||
"@web/rollup-plugin-html": "^1.11.1",
|
||||
"@web/rollup-plugin-import-meta-assets": "^1.0.8",
|
||||
"babel-plugin-template-html-minifier": "^4.1.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"deepmerge": "^4.3.1",
|
||||
@ -31,9 +31,9 @@
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "^2.79.1",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"rollup-plugin-workbox": "^6.2.0",
|
||||
"tslib": "^2.5.0",
|
||||
"typescript": "^5.0.3"
|
||||
"rollup-plugin-workbox": "^6.2.2",
|
||||
"tslib": "^2.6.1",
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"customElements": "custom-elements.json"
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "^13.2.4",
|
||||
"next": "^13.4.12",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
|
@ -1,5 +1,3 @@
|
||||
import { defineNuxtConfig } from 'nuxt';
|
||||
|
||||
// https://v3.nuxtjs.org/docs/directory-structure/nuxt.config
|
||||
export default defineNuxtConfig({
|
||||
vue: {
|
||||
|
@ -2,13 +2,16 @@
|
||||
"name": "@iconify-icon/nuxt3-demo",
|
||||
"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": {
|
||||
"@types/node": "^18.17.1",
|
||||
"iconify-icon": "workspace:*",
|
||||
"nuxt": "npm:nuxt3@latest",
|
||||
"ufo": "^1.1.1"
|
||||
"nuxt": "^3.6.5",
|
||||
"vue": "^3.3.4"
|
||||
}
|
||||
}
|
||||
|
@ -15,11 +15,11 @@
|
||||
"@iconify-icon/react": "workspace:*",
|
||||
"@iconify-icons/mdi-light": "^1.2.5",
|
||||
"@iconify-icons/uil": "^1.2.3",
|
||||
"@types/react": "^17.0.55",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@types/react": "^18.2.18",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
"iconify-icon": "workspace:*",
|
||||
"typescript": "^5.0.3",
|
||||
"vite": "^4.2.1"
|
||||
"typescript": "^5.1.6",
|
||||
"vite": "^4.4.8"
|
||||
}
|
||||
}
|
||||
|
@ -11,13 +11,13 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@iconify-icon/solid": "workspace:*",
|
||||
"@iconify-icons/line-md": "^1.2.21",
|
||||
"@iconify-icons/line-md": "^1.2.23",
|
||||
"iconify-icon": "workspace:*",
|
||||
"typescript": "^5.0.3",
|
||||
"vite": "^4.2.1",
|
||||
"vite-plugin-solid": "^2.6.1"
|
||||
"typescript": "^5.1.6",
|
||||
"vite": "^4.4.8",
|
||||
"vite-plugin-solid": "^2.7.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"solid-js": "^1.7.1"
|
||||
"solid-js": "^1.7.8"
|
||||
}
|
||||
}
|
||||
|
@ -11,14 +11,14 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-icons/mdi-light": "^1.2.5",
|
||||
"@sveltejs/vite-plugin-svelte": "^2.0.4",
|
||||
"@tsconfig/svelte": "^4.0.1",
|
||||
"@sveltejs/vite-plugin-svelte": "^2.4.3",
|
||||
"@tsconfig/svelte": "^5.0.0",
|
||||
"iconify-icon": "workspace:*",
|
||||
"svelte": "^3.58.0",
|
||||
"svelte-check": "^3.1.4",
|
||||
"svelte-preprocess": "^5.0.3",
|
||||
"tslib": "^2.5.0",
|
||||
"typescript": "^5.0.3",
|
||||
"vite": "^4.2.1"
|
||||
"svelte": "^4.1.2",
|
||||
"svelte-check": "^3.4.6",
|
||||
"svelte-preprocess": "^5.0.4",
|
||||
"tslib": "^2.6.1",
|
||||
"typescript": "^5.1.6",
|
||||
"vite": "^4.4.8"
|
||||
}
|
||||
}
|
||||
|
@ -14,15 +14,15 @@
|
||||
"@sveltejs/kit": "next",
|
||||
"@types/cookie": "^0.5.1",
|
||||
"iconify-icon": "workspace:*",
|
||||
"svelte": "^3.58.0",
|
||||
"svelte-check": "^3.1.4",
|
||||
"svelte-preprocess": "^5.0.3",
|
||||
"tslib": "^2.5.0",
|
||||
"typescript": "^5.0.3",
|
||||
"vite": "^4.2.1"
|
||||
"svelte": "^4.1.2",
|
||||
"svelte-check": "^3.4.6",
|
||||
"svelte-preprocess": "^5.0.4",
|
||||
"tslib": "^2.6.1",
|
||||
"typescript": "^5.1.6",
|
||||
"vite": "^4.4.8"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@fontsource/fira-mono": "^4.5.10"
|
||||
"@fontsource/fira-mono": "^5.0.5"
|
||||
}
|
||||
}
|
||||
|
@ -7,14 +7,14 @@
|
||||
"build": "vite build"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.2.47"
|
||||
"vue": "^3.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-icons/bx": "^1.2.6",
|
||||
"@iconify-icons/dashicons": "^1.2.4",
|
||||
"@vitejs/plugin-vue": "^4.1.0",
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"iconify-icon": "workspace:*",
|
||||
"typescript": "^5.0.3",
|
||||
"vite": "^4.2.1"
|
||||
"typescript": "^5.1.6",
|
||||
"vite": "^4.4.8"
|
||||
}
|
||||
}
|
||||
|
@ -16,7 +16,7 @@
|
||||
"@iconify-icons/bx": "^1.2.6",
|
||||
"@iconify-icons/dashicons": "^1.2.4",
|
||||
"iconify-icon": "workspace:*",
|
||||
"vite": "^2.9.15",
|
||||
"vite": "^4.4.8",
|
||||
"vite-plugin-vue2": "^2.0.3"
|
||||
}
|
||||
}
|
||||
|
7585
pnpm-lock.yaml
generated
7585
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user