templates: Update npm packages
This commit is contained in:
parent
c38292b0f5
commit
f034fbe7e4
|
@ -12,9 +12,9 @@ dependencies:
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
hack-font: ^3.3.0
|
hack-font: ^3.3.0
|
||||||
'@fontsource/arimo': ^4.5.9
|
'@fontsource/arimo': ^4.5.10
|
||||||
'@fontsource/nunito': ^4.5.10
|
'@fontsource/nunito': ^4.5.11
|
||||||
'@fortawesome/fontawesome-free': ^6.2.0
|
'@fortawesome/fontawesome-free': ^6.2.1
|
||||||
|
|
||||||
# Frameworks for static content
|
# Frameworks for static content
|
||||||
bulma: ^0.9.4
|
bulma: ^0.9.4
|
||||||
|
@ -24,44 +24,44 @@ 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.5
|
'@reduxjs/toolkit': ^1.9.1
|
||||||
react-redux: ^8.0.2
|
react-redux: ^8.0.5
|
||||||
|
|
||||||
devDependencies:
|
devDependencies:
|
||||||
# Parcel & plugins
|
# Parcel & plugins
|
||||||
parcel: ^2.7.0
|
parcel: ^2.8.1
|
||||||
'@parcel/transformer-sass': ^2.7.0
|
'@parcel/transformer-sass': ^2.8.1
|
||||||
'@parcel/transformer-glsl': ^2.7.0
|
'@parcel/transformer-glsl': ^2.8.1
|
||||||
|
|
||||||
# Build tools
|
# Build tools
|
||||||
typescript: ^4.8.3
|
typescript: ^4.9.4
|
||||||
|
|
||||||
sass: ^1.54.9
|
sass: ^1.56.2
|
||||||
|
|
||||||
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.19.1
|
'@babel/preset-env': ^7.20.2
|
||||||
|
|
||||||
# Type shims
|
# Type shims
|
||||||
'@types/react-dom': ^18.0.6
|
'@types/react-dom': ^18.0.9
|
||||||
'@types/react-redux': ^7.1.24
|
'@types/react-redux': ^7.1.24
|
||||||
|
|
||||||
# Dev tools
|
# Dev tools
|
||||||
npm-check-updates: ^16.1.3
|
npm-check-updates: ^16.5.6
|
||||||
|
|
||||||
prettier: ^2.7.1
|
prettier: ^2.8.1
|
||||||
|
|
||||||
typescript-language-server: ^1.2.0
|
typescript-language-server: ^2.2.0
|
||||||
typescript-eslint-language-service: ^5.0.0
|
typescript-eslint-language-service: ^5.0.0
|
||||||
|
|
||||||
eslint: ^8.23.1
|
eslint: ^8.29.0
|
||||||
'@typescript-eslint/parser': ^5.37.0
|
'@typescript-eslint/parser': ^5.46.0
|
||||||
'@typescript-eslint/eslint-plugin': ^5.37.0
|
'@typescript-eslint/eslint-plugin': ^5.46.0
|
||||||
|
|
||||||
vscode-langservers-extracted: ^4.4.0
|
vscode-langservers-extracted: ^4.5.0
|
||||||
|
|
||||||
scripts:
|
scripts:
|
||||||
# Dev workflow
|
# Dev workflow
|
||||||
|
|
Loading…
Reference in a new issue