Skip to content

Commit

Permalink
Update liveeditor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jul 6, 2022
1 parent 5dee352 commit 93d3ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/doc/common/liveeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { CodeHighlight } from './codehighlight';
import { TabPanel } from '../../lib/tabview/TabView';
import pkg from '../../../package.json';

const vPrimeReact = '^7.0.0'; // latest
const vPrimeReact = '^8.0.0'; // latest

let currentProps = {};

Expand Down

0 comments on commit 93d3ecd

Please sign in to comment.