feat: tan stack theme query
This commit is contained in:
		
							parent
							
								
									47a522e443
								
							
						
					
					
						commit
						2b509774b8
					
				
					 6 changed files with 197 additions and 64 deletions
				
			
		
							
								
								
									
										111
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										111
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							|  | @ -91,6 +91,8 @@ | |||
|             "name": "dwengo-1-frontend", | ||||
|             "version": "0.1.1", | ||||
|             "dependencies": { | ||||
|                 "@tanstack/react-query": "^5.69.0", | ||||
|                 "@tanstack/vue-query": "^5.69.0", | ||||
|                 "axios": "^1.8.2", | ||||
|                 "oidc-client-ts": "^3.1.0", | ||||
|                 "vue": "^3.5.13", | ||||
|  | @ -2532,6 +2534,99 @@ | |||
|                 "url": "https://github.com/sponsors/sindresorhus" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@tanstack/match-sorter-utils": { | ||||
|             "version": "8.19.4", | ||||
|             "resolved": "https://registry.npmjs.org/@tanstack/match-sorter-utils/-/match-sorter-utils-8.19.4.tgz", | ||||
|             "integrity": "sha512-Wo1iKt2b9OT7d+YGhvEPD3DXvPv2etTusIMhMUoG7fbhmxcXCtIjJDEygy91Y2JFlwGyjqiBPRozme7UD8hoqg==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "remove-accents": "0.5.0" | ||||
|             }, | ||||
|             "engines": { | ||||
|                 "node": ">=12" | ||||
|             }, | ||||
|             "funding": { | ||||
|                 "type": "github", | ||||
|                 "url": "https://github.com/sponsors/tannerlinsley" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@tanstack/query-core": { | ||||
|             "version": "5.69.0", | ||||
|             "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.69.0.tgz", | ||||
|             "integrity": "sha512-Kn410jq6vs1P8Nm+ZsRj9H+U3C0kjuEkYLxbiCyn3MDEiYor1j2DGVULqAz62SLZtUZ/e9Xt6xMXiJ3NJ65WyQ==", | ||||
|             "license": "MIT", | ||||
|             "funding": { | ||||
|                 "type": "github", | ||||
|                 "url": "https://github.com/sponsors/tannerlinsley" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@tanstack/react-query": { | ||||
|             "version": "5.69.0", | ||||
|             "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.69.0.tgz", | ||||
|             "integrity": "sha512-Ift3IUNQqTcaFa1AiIQ7WCb/PPy8aexZdq9pZWLXhfLcLxH0+PZqJ2xFImxCpdDZrFRZhLJrh76geevS5xjRhA==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@tanstack/query-core": "5.69.0" | ||||
|             }, | ||||
|             "funding": { | ||||
|                 "type": "github", | ||||
|                 "url": "https://github.com/sponsors/tannerlinsley" | ||||
|             }, | ||||
|             "peerDependencies": { | ||||
|                 "react": "^18 || ^19" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@tanstack/vue-query": { | ||||
|             "version": "5.69.0", | ||||
|             "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.69.0.tgz", | ||||
|             "integrity": "sha512-JZecDd0b+hZChqV5O1wXBfKoxlEj3aGvRj7upuqWei+oGrT+ERuOU4uQn7/DDVA5TouIt88G3oMFBjE2wKO/6A==", | ||||
|             "license": "MIT", | ||||
|             "dependencies": { | ||||
|                 "@tanstack/match-sorter-utils": "^8.19.4", | ||||
|                 "@tanstack/query-core": "5.69.0", | ||||
|                 "@vue/devtools-api": "^6.6.3", | ||||
|                 "vue-demi": "^0.14.10" | ||||
|             }, | ||||
|             "funding": { | ||||
|                 "type": "github", | ||||
|                 "url": "https://github.com/sponsors/tannerlinsley" | ||||
|             }, | ||||
|             "peerDependencies": { | ||||
|                 "@vue/composition-api": "^1.1.2", | ||||
|                 "vue": "^2.6.0 || ^3.3.0" | ||||
|             }, | ||||
|             "peerDependenciesMeta": { | ||||
|                 "@vue/composition-api": { | ||||
|                     "optional": true | ||||
|                 } | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@tanstack/vue-query/node_modules/vue-demi": { | ||||
|             "version": "0.14.10", | ||||
|             "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz", | ||||
|             "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==", | ||||
|             "hasInstallScript": true, | ||||
|             "license": "MIT", | ||||
|             "bin": { | ||||
|                 "vue-demi-fix": "bin/vue-demi-fix.js", | ||||
|                 "vue-demi-switch": "bin/vue-demi-switch.js" | ||||
|             }, | ||||
|             "engines": { | ||||
|                 "node": ">=12" | ||||
|             }, | ||||
|             "funding": { | ||||
|                 "url": "https://github.com/sponsors/antfu" | ||||
|             }, | ||||
|             "peerDependencies": { | ||||
|                 "@vue/composition-api": "^1.0.0-rc.1", | ||||
|                 "vue": "^3.0.0-0 || ^2.6.0" | ||||
|             }, | ||||
|             "peerDependenciesMeta": { | ||||
|                 "@vue/composition-api": { | ||||
|                     "optional": true | ||||
|                 } | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@tootallnate/once": { | ||||
|             "version": "1.1.2", | ||||
|             "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", | ||||
|  | @ -9046,6 +9141,16 @@ | |||
|                 "node": ">=0.10.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/react": { | ||||
|             "version": "19.0.0", | ||||
|             "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz", | ||||
|             "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==", | ||||
|             "license": "MIT", | ||||
|             "peer": true, | ||||
|             "engines": { | ||||
|                 "node": ">=0.10.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/read-package-json-fast": { | ||||
|             "version": "4.0.0", | ||||
|             "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-4.0.0.tgz", | ||||
|  | @ -9092,6 +9197,12 @@ | |||
|             "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==", | ||||
|             "license": "Apache-2.0" | ||||
|         }, | ||||
|         "node_modules/remove-accents": { | ||||
|             "version": "0.5.0", | ||||
|             "resolved": "https://registry.npmjs.org/remove-accents/-/remove-accents-0.5.0.tgz", | ||||
|             "integrity": "sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==", | ||||
|             "license": "MIT" | ||||
|         }, | ||||
|         "node_modules/require-directory": { | ||||
|             "version": "2.1.1", | ||||
|             "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", | ||||
|  |  | |||
		Reference in a new issue
	
	 Gabriellvl
						Gabriellvl