mirror of
				https://github.com/digitalocean/nginxconfig.io.git
				synced 2025-11-04 09:26:11 +08:00 
			
		
		
		
	Dependency updates (#373)
* Bump Node.js to 16.16.0 * Minor version dependency updates * Major version dependency updates * Resolve dependency vulnerability
This commit is contained in:
		@@ -100,8 +100,8 @@ THE SOFTWARE.
 | 
			
		||||
                    <h2>{{ $t('templates.app.configFiles') }}</h2>
 | 
			
		||||
                    <div ref="files" class="columns is-multiline files">
 | 
			
		||||
                        <component
 | 
			
		||||
                            v-for="confContents in confFilesOutput"
 | 
			
		||||
                            :is="getPrismComponent(confContents[0])"
 | 
			
		||||
                            v-for="confContents in confFilesOutput"
 | 
			
		||||
                            :key="confContents[2]"
 | 
			
		||||
                            :name="confContents[0]"
 | 
			
		||||
                            :conf="confContents[1]"
 | 
			
		||||
@@ -119,6 +119,7 @@ THE SOFTWARE.
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    import { defineAsyncComponent } from 'vue';
 | 
			
		||||
    import clone from 'clone';
 | 
			
		||||
    import sha2_256 from 'simple-js-sha2-256';
 | 
			
		||||
    import escape from 'escape-html';
 | 
			
		||||
@@ -158,8 +159,8 @@ THE SOFTWARE.
 | 
			
		||||
            ContributeCallout,
 | 
			
		||||
            Setup,
 | 
			
		||||
            NginxPrism,
 | 
			
		||||
            YamlPrism: () => import('./prism/yaml'),
 | 
			
		||||
            DockerPrism: () => import('./prism/docker'),
 | 
			
		||||
            YamlPrism: defineAsyncComponent(() => import('./prism/yaml')),
 | 
			
		||||
            DockerPrism: defineAsyncComponent(() => import('./prism/docker')),
 | 
			
		||||
        },
 | 
			
		||||
        data() {
 | 
			
		||||
            return {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user