Skip to content

Commit

Permalink
chore: update sn-hello (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed May 16, 2023
1 parent 382dc7b commit 794e55d
Show file tree
Hide file tree
Showing 4 changed files with 1,939 additions and 1,415 deletions.
3 changes: 2 additions & 1 deletion apis/stardust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@
"@nebula.js/supernova": "^4.0.3",
"@nebula.js/theme": "^4.0.3",
"@nebula.js/ui": "^4.0.3",
"@scriptappy/cli": "0.6.0",
"@scriptappy/cli": "0.8.0",
"@scriptappy/to-dts": "1.0.0-beta.4",
"@scriptappy/from-jsdoc": "0.17.0",
"extend": "3.0.2",
"node-event-emitter": "0.0.1",
"react": "18.2.0",
Expand Down
22 changes: 11 additions & 11 deletions examples/sn-hello-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"@nebula.js/stardust": ">=4.0.0"
},
"devDependencies": {
"@nebula.js/cli": "4.0.0",
"@nebula.js/cli-build": "4.0.0",
"@nebula.js/cli-serve": "4.0.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-mocha": "9.0.0",
"eslint-plugin-react": "7.26.0",
"react": "18.0.0",
"react-dom": "18.0.0"
"@nebula.js/cli": "latest",
"@nebula.js/cli-build": "latest",
"@nebula.js/cli-serve": "latest",
"eslint": "8.40.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-react": "7.32.2",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}
Loading

0 comments on commit 794e55d

Please sign in to comment.