Skip to content

Commit

Permalink
chore: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Oct 8, 2024
1 parent f8315c2 commit c6b3e4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"licia": "^1.42.0",
"luna-box-model": "^1.0.0",
"luna-console": "^1.3.4",
"luna-data-grid": "^0.6.0",
"luna-data-grid": "^1.0.0",
"luna-dom-viewer": "^1.4.0",
"luna-modal": "^1.2.3",
"luna-notification": "^0.3.2",
Expand Down
4 changes: 2 additions & 2 deletions src/Snippets/defSnippets.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default [
fn() {
loadPlugin('monitor')
},
desc: 'Display page fps and memory',
desc: 'Display page fps, memory and dom nodes',
},
{
name: 'Load Features Plugin',
Expand Down Expand Up @@ -224,7 +224,7 @@ function loadPlugin(name) {
}

const pluginVersion = {
monitor: '1.0.2',
monitor: '1.1.1',
features: '2.1.0',
timing: '2.0.1',
code: '2.2.0',
Expand Down

0 comments on commit c6b3e4f

Please sign in to comment.