Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfig committed Dec 1, 2020
1 parent 3e91325 commit 6c686b7
Show file tree
Hide file tree
Showing 13 changed files with 92,995 additions and 75,646 deletions.
165,843 changes: 90,871 additions & 74,972 deletions docs/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/jsdoc/EventEmitter-.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h4 class="name" id="EventEmitter">

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 25 2020 07:57:18 GMT+0800 (Taipei Standard Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 25 2020 18:34:24 GMT+0800 (Taipei Standard Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/Scrollbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -3045,7 +3045,7 @@ <h4 class="name" id="updateLoop">

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 25 2020 07:57:18 GMT+0800 (Taipei Standard Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 25 2020 18:34:24 GMT+0800 (Taipei Standard Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h2>license</h2>

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 25 2020 07:57:18 GMT+0800 (Taipei Standard Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 25 2020 18:34:24 GMT+0800 (Taipei Standard Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/node_modules_eventemitter3_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ <h2>node_modules/eventemitter3/index.js</h2>

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 25 2020 07:57:18 GMT+0800 (Taipei Standard Time)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 25 2020 18:34:24 GMT+0800 (Taipei Standard Time)
</div>
</footer>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ <h2>node_modules/eventemitter3/umd/eventemitter3.js</h2>

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 25 2020 07:57:18 GMT+0800 (Taipei Standard Time)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 25 2020 18:34:24 GMT+0800 (Taipei Standard Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/src_scrollbox.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ <h2>src/scrollbox.js</h2>

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 25 2020 07:57:18 GMT+0800 (Taipei Standard Time)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Wed Nov 25 2020 18:34:24 GMT+0800 (Taipei Standard Time)
</div>
</footer>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import resolve from 'rollup-plugin-node-resolve'
import commonjs from 'rollup-plugin-commonjs'
import resolve from '@rollup/plugin-node-resolve'
import commonjs from '@rollup/plugin-commonjs'
import builtins from '@joseph184/rollup-plugin-node-builtins'
import globals from 'rollup-plugin-node-globals'

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
},
"devDependencies": {
"@joseph184/rollup-plugin-node-builtins": "^2.1.4",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"clicked": "^3.0.0",
"fork-me-github": "^1.2.0",
"highlight.js": "^9.16.2",
"highlight.js": "^10.4.0",
"jsdoc": "^3.6.3",
"pixi-viewport": "^4.3.4",
"pixi.js": "^5.2.0",
"rollup": "^1.27.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup": "^2.34.0",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^5.1.2",
Expand Down
3 changes: 1 addition & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import peerDepsExternal from 'rollup-plugin-peer-deps-external'
import { terser } from 'rollup-plugin-terser'
import resolve from 'rollup-plugin-node-resolve'
import commonjs from 'rollup-plugin-commonjs'
import resolve from '@rollup/plugin-node-resolve'

export default [
{
Expand Down
4 changes: 2 additions & 2 deletions rollup.dev.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import resolve from 'rollup-plugin-node-resolve'
import commonjs from 'rollup-plugin-commonjs'
import resolve from '@rollup/plugin-node-resolve'
import commonjs from '@rollup/plugin-commonjs'
import serve from 'rollup-plugin-serve'
import builtins from '@joseph184/rollup-plugin-node-builtins'
import globals from 'rollup-plugin-node-globals'
Expand Down
Loading

0 comments on commit 6c686b7

Please sign in to comment.