Skip to content

Commit

Permalink
test: add a large molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Jul 31, 2024
1 parent 0c78287 commit 1d49e02
Show file tree
Hide file tree
Showing 3 changed files with 599 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"openchemlib": ">=8"
},
"dependencies": {
"openchemlib": "^8.14.0",
"openchemlib-utils": "^6.0.1",
"openchemlib": "^8.15.0",
"openchemlib-utils": "^6.4.0",
"react-ocl": "^6.1.0"
},
"scripts": {
Expand All @@ -49,13 +49,13 @@
"@vitejs/plugin-react": "^4.3.1",
"@zakodium/eslint-config": "^6.0.0",
"eslint": "^8.47.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.7",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vite": "^5.3.2"
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
}
1 change: 1 addition & 0 deletions test-app/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import React, { useState, useEffect } from 'react';
import OCLnmr from '../src/OCLnmr';

import ClickedDebug from './ClickedDebug';
//import { demoLarge as demoMolfile } from './demoMolfile';
import { demoMolfile } from './demoMolfile';

function App() {
Expand Down
Loading

0 comments on commit 1d49e02

Please sign in to comment.