templates: Update npm dependencies

pull/25/head
Tristan Daniël Maat 2023-06-13 17:41:42 +01:00
parent 19be07f0d0
commit aba022379d
Signed by: tlater
GPG Key ID: 49670FD774E43268
2 changed files with 5349 additions and 3943 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,8 +12,8 @@ dependencies:
# Fonts # Fonts
hack-font: ^3.3.0 hack-font: ^3.3.0
'@fontsource/arimo': ^4.5.11 '@fontsource/arimo': ^5.0.3
'@fontsource/nunito': ^4.5.12 '@fontsource/nunito': ^5.0.3
'@fortawesome/fontawesome-free': ^6.4.0 '@fortawesome/fontawesome-free': ^6.4.0
# Frameworks for static content # Frameworks for static content
@ -24,38 +24,38 @@ 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.1 redux: ^4.2.1
'@reduxjs/toolkit': ^1.9.4 '@reduxjs/toolkit': ^1.9.5
react-redux: ^8.0.5 react-redux: ^8.1.0
devDependencies: devDependencies:
# Parcel & plugins # Parcel & plugins
parcel: ^2.8.3 parcel: ^2.9.2
'@parcel/transformer-sass': ^2.8.3 '@parcel/transformer-sass': ^2.9.2
'@parcel/transformer-glsl': ^2.8.3 '@parcel/transformer-glsl': ^2.9.2
# Build tools # Build tools
typescript: ^5.0.4 typescript: ^5.1.3
sass: ^1.62.0 sass: ^1.63.3
posthtml-extend: ^0.6.5 posthtml-extend: ^0.6.5
posthtml-favicons: ^1.4.0 posthtml-favicons: ^1.4.0
posthtml-include: ^1.7.4 posthtml-include: ^1.7.4
posthtml-markdownit: ^1.3.1 posthtml-markdownit: ^1.3.1
'@babel/preset-env': ^7.21.4 '@babel/preset-env': ^7.22.5
# Type shims # Type shims
'@types/react-dom': ^18.0.11 '@types/react-dom': ^18.2.5
'@types/react-redux': ^7.1.25 '@types/react-redux': ^7.1.25
# Dev tools # Dev tools
npm-check-updates: ^16.10.8 npm-check-updates: ^16.10.12
prettier: ^2.8.7 prettier: ^2.8.8
typescript-language-server: ^3.3.2 typescript-language-server: ^3.3.2
typescript-eslint-language-service: ^5.0.5 typescript-eslint-language-service: ^5.0.5
eslint: ^8.38.0 eslint: ^8.42.0
'@typescript-eslint/parser': ^5.59.0 '@typescript-eslint/parser': ^5.59.11
'@typescript-eslint/eslint-plugin': ^5.59.0 '@typescript-eslint/eslint-plugin': ^5.59.11
vscode-langservers-extracted: ^4.6.0 vscode-langservers-extracted: ^4.7.0
scripts: scripts:
# Dev workflow # Dev workflow