templates: Update dependencies
This commit is contained in:
parent
07a0809b4d
commit
8b83eb74f1
1054
templates/package-lock.json
generated
1054
templates/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -8,13 +8,13 @@ private: true
|
||||||
dependencies:
|
dependencies:
|
||||||
# Libraries
|
# Libraries
|
||||||
gl-matrix: ^3.4.3 # To help with 3D math in WebGL code
|
gl-matrix: ^3.4.3 # To help with 3D math in WebGL code
|
||||||
classnames: ^2.3.1 # To manage CSS class names in react code
|
classnames: ^2.3.2 # To manage CSS class names in react code
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
hack-font: ^3.3.0
|
hack-font: ^3.3.0
|
||||||
'@fontsource/arimo': ^4.5.8
|
'@fontsource/arimo': ^4.5.9
|
||||||
'@fontsource/nunito': ^4.5.9
|
'@fontsource/nunito': ^4.5.10
|
||||||
'@fortawesome/fontawesome-free': ^6.1.1
|
'@fortawesome/fontawesome-free': ^6.2.0
|
||||||
|
|
||||||
# Frameworks for static content
|
# Frameworks for static content
|
||||||
bulma: ^0.9.4
|
bulma: ^0.9.4
|
||||||
|
@ -24,7 +24,7 @@ dependencies:
|
||||||
react-dom: ^18.2.0
|
react-dom: ^18.2.0
|
||||||
react-use-error-boundary: ^3.0.0 # TODO(tlater): Remove when react implement their own
|
react-use-error-boundary: ^3.0.0 # TODO(tlater): Remove when react implement their own
|
||||||
redux: ^4.2.0
|
redux: ^4.2.0
|
||||||
'@reduxjs/toolkit': ^1.8.3
|
'@reduxjs/toolkit': ^1.8.5
|
||||||
react-redux: ^8.0.2
|
react-redux: ^8.0.2
|
||||||
|
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
@ -34,34 +34,34 @@ devDependencies:
|
||||||
'@parcel/transformer-glsl': ^2.7.0
|
'@parcel/transformer-glsl': ^2.7.0
|
||||||
|
|
||||||
# Build tools
|
# Build tools
|
||||||
typescript: ^4.7.4
|
typescript: ^4.8.3
|
||||||
|
|
||||||
sass: ^1.53.0
|
sass: ^1.54.9
|
||||||
|
|
||||||
posthtml-extend: ^0.6.3
|
posthtml-extend: ^0.6.3
|
||||||
posthtml-favicons: ^1.4.0
|
posthtml-favicons: ^1.4.0
|
||||||
posthtml-include: ^1.7.4
|
posthtml-include: ^1.7.4
|
||||||
posthtml-markdownit: ^1.3.0
|
posthtml-markdownit: ^1.3.0
|
||||||
|
|
||||||
'@babel/preset-env': ^7.18.6
|
'@babel/preset-env': ^7.19.1
|
||||||
|
|
||||||
# Type shims
|
# Type shims
|
||||||
'@types/react-dom': ^18.0.6
|
'@types/react-dom': ^18.0.6
|
||||||
'@types/react-redux': ^7.1.24
|
'@types/react-redux': ^7.1.24
|
||||||
|
|
||||||
# Dev tools
|
# Dev tools
|
||||||
npm-check-updates: ^16.0.5
|
npm-check-updates: ^16.1.3
|
||||||
|
|
||||||
prettier: ^2.7.1
|
prettier: ^2.7.1
|
||||||
|
|
||||||
typescript-language-server: ^0.11.2
|
typescript-language-server: ^1.2.0
|
||||||
typescript-eslint-language-service: ^5.0.0
|
typescript-eslint-language-service: ^5.0.0
|
||||||
|
|
||||||
eslint: ^8.21.0
|
eslint: ^8.23.1
|
||||||
'@typescript-eslint/parser': ^5.32.0
|
'@typescript-eslint/parser': ^5.37.0
|
||||||
'@typescript-eslint/eslint-plugin': ^5.32.0
|
'@typescript-eslint/eslint-plugin': ^5.37.0
|
||||||
|
|
||||||
vscode-langservers-extracted: ^4.2.1
|
vscode-langservers-extracted: ^4.4.0
|
||||||
|
|
||||||
scripts:
|
scripts:
|
||||||
# Dev workflow
|
# Dev workflow
|
||||||
|
|
Loading…
Reference in a new issue