Skip to content

Commit

Permalink
Merge pull request #2 from SafdarJamal/update-deps
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
SafdarJamal authored Oct 20, 2022
2 parents 21c14a4 + aa5e5e6 commit 82d2f6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/App.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Component } from 'https://unpkg.com/preact@10.6.4/dist/preact.module.js';
import { Component } from 'https://unpkg.com/preact@10.11.2/dist/preact.module.js';

class App extends Component {
constructor(props) {
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
h,
render,
} from 'https://unpkg.com/preact@10.6.4/dist/preact.module.js';
import htm from 'https://unpkg.com/htm@3.1.0/dist/htm.module.js';
} from 'https://unpkg.com/preact@10.11.2/dist/preact.module.js';
import htm from 'https://unpkg.com/htm@3.1.1/dist/htm.module.js';
window.html = htm.bind(h);

import App from './components/App.js';
Expand Down

0 comments on commit 82d2f6c

Please sign in to comment.