templates: Update npm dependencies

pull/29/head
Tristan Daniël Maat 2024-01-01 20:49:13 +01:00
parent 3bd3ed0518
commit 8e4a37253f
Signed by: tlater
GPG Key ID: 49670FD774E43268
2 changed files with 322 additions and 361 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,13 +8,13 @@ private: true
dependencies:
# Libraries
gl-matrix: ^3.4.3 # To help with 3D math in WebGL code
classnames: ^2.3.2 # To manage CSS class names in react code
classnames: ^2.5.1 # To manage CSS class names in react code
# Fonts
hack-font: ^3.3.0
'@fontsource/arimo': ^5.0.3
'@fontsource/nunito': ^5.0.3
'@fortawesome/fontawesome-free': ^6.4.0
'@fontsource/arimo': ^5.0.18
'@fontsource/nunito': ^5.0.16
'@fortawesome/fontawesome-free': ^6.5.1
# Frameworks for static content
bulma: ^0.9.4
@ -23,39 +23,39 @@ dependencies:
react: ^18.2.0
react-dom: ^18.2.0
react-use-error-boundary: ^3.0.0 # TODO(tlater): Remove when react implement their own
redux: ^4.2.1
'@reduxjs/toolkit': ^1.9.5
react-redux: ^8.1.0
redux: ^5.0.1
'@reduxjs/toolkit': ^2.0.1
react-redux: ^9.0.4
devDependencies:
# Parcel & plugins
parcel: ^2.9.2
'@parcel/transformer-sass': ^2.9.2
'@parcel/transformer-glsl': ^2.9.2
parcel: ^2.10.3
'@parcel/transformer-sass': ^2.10.3
'@parcel/transformer-glsl': ^2.10.3
# Build tools
typescript: ^5.1.3
sass: ^1.63.3
typescript: ^5.3.3
sass: ^1.69.6
posthtml-extend: ^0.6.5
posthtml-favicons: ^1.4.0
posthtml-include: ^1.7.4
posthtml-markdownit: ^1.3.1
'@babel/preset-env': ^7.22.5
'@babel/preset-env': ^7.23.7
# Type shims
'@types/react-dom': ^18.2.5
'@types/react-redux': ^7.1.25
'@types/react-dom': ^18.2.18
'@types/react-redux': ^7.1.33
# Dev tools
npm-check-updates: ^16.10.12
prettier: ^2.8.8
typescript-language-server: ^3.3.2
npm-check-updates: ^16.14.12
prettier: ^3.1.1
typescript-language-server: ^4.2.0
typescript-eslint-language-service: ^5.0.5
eslint: ^8.42.0
'@typescript-eslint/parser': ^5.59.11
'@typescript-eslint/eslint-plugin': ^5.59.11
vscode-langservers-extracted: ^4.7.0
eslint: ^8.56.0
'@typescript-eslint/parser': ^6.17.0
'@typescript-eslint/eslint-plugin': ^6.17.0
vscode-langservers-extracted: ^4.8.0
scripts:
# Dev workflow