Skip to content

Commit

Permalink
upgrade to std lib v0.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZPiDER666 authored May 22, 2020
1 parent c1ab79d commit cc7bc2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from 'https://dev.jspm.io/[email protected]';
import ReactDOMServer from 'https://dev.jspm.io/[email protected]/server';
import * as cookie from 'https://deno.land/std@v0.40.0/http/cookie.ts';
import * as http from 'https://deno.land/std@v0.40.0/http/server.ts';
import { Status as status, STATUS_TEXT as statusText } from 'https://deno.land/std@v0.40.0/http/http_status.ts';
import * as cookie from 'https://deno.land/std@v0.52.0/http/cookie.ts';
import * as http from 'https://deno.land/std@v0.52.0/http/server.ts';
import { Status as status, STATUS_TEXT as statusText } from 'https://deno.land/std@v0.52.0/http/http_status.ts';

export {
React,
Expand Down

0 comments on commit cc7bc2e

Please sign in to comment.