14 lines
271 B
Text
14 lines
271 B
Text
|
# -*- mode: org -*-
|
||
|
|
||
|
** vNEXT
|
||
|
|
||
|
**** Replace React with preact
|
||
|
This change replaces React with a lightweight alternative
|
||
|
known as preact
|
||
|
|
||
|
**** eslint v9
|
||
|
This change upgrades our version of eslint to v9
|
||
|
|
||
|
**** Fix ~$ npm outdated~
|
||
|
This change upgrades outdated dependencies
|