mirror of
				https://github.com/richard-loafle/fuse-angular.git
				synced 2025-11-04 13:53:33 +00:00 
			
		
		
		
	(dependencies) Updated various dependencies to their latest versions
(fuse/highlight) Updated the import path
This commit is contained in:
		
							parent
							
								
									ab3ad4fd2f
								
							
						
					
					
						commit
						decb238f73
					
				
							
								
								
									
										1055
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1055
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										46
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										46
									
								
								package.json
									
									
									
									
									
								
							@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@fuse/demo",
 | 
			
		||||
    "version": "13.0.2",
 | 
			
		||||
    "version": "13.0.3",
 | 
			
		||||
    "license": "https://themeforest.net/licenses/standard",
 | 
			
		||||
    "private": true,
 | 
			
		||||
    "scripts": {
 | 
			
		||||
@ -31,14 +31,14 @@
 | 
			
		||||
        "@fullcalendar/moment": "4.4.2",
 | 
			
		||||
        "@fullcalendar/rrule": "4.4.2",
 | 
			
		||||
        "@fullcalendar/timegrid": "4.4.2",
 | 
			
		||||
        "@ngneat/transloco": "2.20.1",
 | 
			
		||||
        "@ngneat/transloco": "2.21.0",
 | 
			
		||||
        "apexcharts": "3.26.3",
 | 
			
		||||
        "crypto-js": "3.3.0",
 | 
			
		||||
        "highlight.js": "10.7.2",
 | 
			
		||||
        "highlight.js": "11.0.0",
 | 
			
		||||
        "lodash-es": "4.17.21",
 | 
			
		||||
        "moment": "2.29.1",
 | 
			
		||||
        "ng-apexcharts": "1.5.10",
 | 
			
		||||
        "ngx-markdown": "12.0.0",
 | 
			
		||||
        "ngx-markdown": "12.0.1",
 | 
			
		||||
        "ngx-quill": "14.0.0",
 | 
			
		||||
        "perfect-scrollbar": "1.5.1",
 | 
			
		||||
        "quill": "1.3.7",
 | 
			
		||||
@ -50,43 +50,41 @@
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@angular-devkit/build-angular": "12.0.2",
 | 
			
		||||
        "@angular-eslint/builder": "12.0.0",
 | 
			
		||||
        "@angular-eslint/eslint-plugin": "12.0.0",
 | 
			
		||||
        "@angular-eslint/eslint-plugin-template": "12.0.0",
 | 
			
		||||
        "@angular-eslint/schematics": "12.0.0",
 | 
			
		||||
        "@angular-eslint/template-parser": "12.0.0",
 | 
			
		||||
        "@angular-eslint/builder": "12.1.0",
 | 
			
		||||
        "@angular-eslint/eslint-plugin": "12.1.0",
 | 
			
		||||
        "@angular-eslint/eslint-plugin-template": "12.1.0",
 | 
			
		||||
        "@angular-eslint/schematics": "12.1.0",
 | 
			
		||||
        "@angular-eslint/template-parser": "12.1.0",
 | 
			
		||||
        "@angular/cli": "12.0.2",
 | 
			
		||||
        "@angular/compiler-cli": "12.0.2",
 | 
			
		||||
        "@angular/language-service": "12.0.2",
 | 
			
		||||
        "@tailwindcss/aspect-ratio": "0.2.0",
 | 
			
		||||
        "@tailwindcss/line-clamp": "0.2.0",
 | 
			
		||||
        "@tailwindcss/typography": "0.4.0",
 | 
			
		||||
        "@tailwindcss/aspect-ratio": "0.2.1",
 | 
			
		||||
        "@tailwindcss/line-clamp": "0.2.1",
 | 
			
		||||
        "@tailwindcss/typography": "0.4.1",
 | 
			
		||||
        "@types/chroma-js": "2.1.3",
 | 
			
		||||
        "@types/crypto-js": "3.1.47",
 | 
			
		||||
        "@types/highlight.js": "10.1.0",
 | 
			
		||||
        "@types/jasmine": "3.6.11",
 | 
			
		||||
        "@types/lodash": "4.14.169",
 | 
			
		||||
        "@types/lodash": "4.14.170",
 | 
			
		||||
        "@types/lodash-es": "4.17.4",
 | 
			
		||||
        "@types/node": "12.20.13",
 | 
			
		||||
        "@typescript-eslint/eslint-plugin": "4.24.0",
 | 
			
		||||
        "@typescript-eslint/parser": "4.24.0",
 | 
			
		||||
        "autoprefixer": "10.2.5",
 | 
			
		||||
        "@types/node": "12.20.14",
 | 
			
		||||
        "@typescript-eslint/eslint-plugin": "4.26.0",
 | 
			
		||||
        "@typescript-eslint/parser": "4.26.0",
 | 
			
		||||
        "autoprefixer": "10.2.6",
 | 
			
		||||
        "chroma-js": "2.1.2",
 | 
			
		||||
        "eslint": "7.26.0",
 | 
			
		||||
        "eslint-plugin-import": "2.23.2",
 | 
			
		||||
        "eslint-plugin-jsdoc": "34.8.2",
 | 
			
		||||
        "eslint": "7.27.0",
 | 
			
		||||
        "eslint-plugin-import": "2.23.4",
 | 
			
		||||
        "eslint-plugin-jsdoc": "35.1.2",
 | 
			
		||||
        "eslint-plugin-prefer-arrow": "1.2.3",
 | 
			
		||||
        "jasmine-core": "3.7.1",
 | 
			
		||||
        "jasmine-spec-reporter": "5.0.2",
 | 
			
		||||
        "karma": "6.3.2",
 | 
			
		||||
        "karma": "6.3.3",
 | 
			
		||||
        "karma-chrome-launcher": "3.1.0",
 | 
			
		||||
        "karma-coverage": "2.0.3",
 | 
			
		||||
        "karma-jasmine": "4.0.1",
 | 
			
		||||
        "karma-jasmine-html-reporter": "1.6.0",
 | 
			
		||||
        "lodash": "4.17.21",
 | 
			
		||||
        "postcss": "8.3.0",
 | 
			
		||||
        "protractor": "7.0.0",
 | 
			
		||||
        "tailwindcss": "2.1.2",
 | 
			
		||||
        "tailwindcss": "2.1.4",
 | 
			
		||||
        "typescript": "4.2.4"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
import { Injectable } from '@angular/core';
 | 
			
		||||
import * as hljs from 'highlight.js';
 | 
			
		||||
import hljs from 'highlight.js';
 | 
			
		||||
 | 
			
		||||
@Injectable({
 | 
			
		||||
    providedIn: 'root'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user