templates: Update npm dependencies
This commit is contained in:
parent
a8ebfc33a4
commit
9259e130e6
|
@ -14,7 +14,7 @@ dependencies:
|
||||||
hack-font: ^3.3.0
|
hack-font: ^3.3.0
|
||||||
'@fontsource/arimo': ^4.5.11
|
'@fontsource/arimo': ^4.5.11
|
||||||
'@fontsource/nunito': ^4.5.12
|
'@fontsource/nunito': ^4.5.12
|
||||||
'@fortawesome/fontawesome-free': ^6.2.1
|
'@fortawesome/fontawesome-free': ^6.4.0
|
||||||
|
|
||||||
# Frameworks for static content
|
# Frameworks for static content
|
||||||
bulma: ^0.9.4
|
bulma: ^0.9.4
|
||||||
|
@ -23,8 +23,8 @@ dependencies:
|
||||||
react: ^18.2.0
|
react: ^18.2.0
|
||||||
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.1
|
||||||
'@reduxjs/toolkit': ^1.9.1
|
'@reduxjs/toolkit': ^1.9.4
|
||||||
react-redux: ^8.0.5
|
react-redux: ^8.0.5
|
||||||
|
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
@ -34,31 +34,28 @@ devDependencies:
|
||||||
'@parcel/transformer-glsl': ^2.8.3
|
'@parcel/transformer-glsl': ^2.8.3
|
||||||
|
|
||||||
# Build tools
|
# Build tools
|
||||||
typescript: ^4.9.4
|
typescript: ^5.0.4
|
||||||
|
sass: ^1.62.0
|
||||||
sass: ^1.57.1
|
|
||||||
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.20.2
|
'@babel/preset-env': ^7.21.4
|
||||||
|
|
||||||
# Type shims
|
# Type shims
|
||||||
'@types/react-dom': ^18.0.10
|
'@types/react-dom': ^18.0.11
|
||||||
'@types/react-redux': ^7.1.25
|
'@types/react-redux': ^7.1.25
|
||||||
|
|
||||||
# Dev tools
|
# Dev tools
|
||||||
npm-check-updates: ^16.6.2
|
npm-check-updates: ^16.10.8
|
||||||
prettier: ^2.8.3
|
prettier: ^2.8.7
|
||||||
typescript-language-server: ^3.0.2
|
typescript-language-server: ^3.3.2
|
||||||
typescript-eslint-language-service: ^5.0.0
|
typescript-eslint-language-service: ^5.0.5
|
||||||
|
eslint: ^8.38.0
|
||||||
eslint: ^8.32.0
|
'@typescript-eslint/parser': ^5.59.0
|
||||||
'@typescript-eslint/parser': ^5.48.2
|
'@typescript-eslint/eslint-plugin': ^5.59.0
|
||||||
'@typescript-eslint/eslint-plugin': ^5.48.2
|
vscode-langservers-extracted: ^4.6.0
|
||||||
|
|
||||||
vscode-langservers-extracted: ^4.5.0
|
|
||||||
|
|
||||||
scripts:
|
scripts:
|
||||||
# Dev workflow
|
# Dev workflow
|
||||||
|
|
Loading…
Reference in a new issue