templates: Update npm dependencies
This commit is contained in:
parent
19be07f0d0
commit
aba022379d
9196
templates/package-lock.json
generated
9196
templates/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -12,8 +12,8 @@ dependencies:
|
|||
|
||||
# Fonts
|
||||
hack-font: ^3.3.0
|
||||
'@fontsource/arimo': ^4.5.11
|
||||
'@fontsource/nunito': ^4.5.12
|
||||
'@fontsource/arimo': ^5.0.3
|
||||
'@fontsource/nunito': ^5.0.3
|
||||
'@fortawesome/fontawesome-free': ^6.4.0
|
||||
|
||||
# Frameworks for static content
|
||||
|
@ -24,38 +24,38 @@ dependencies:
|
|||
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.4
|
||||
react-redux: ^8.0.5
|
||||
'@reduxjs/toolkit': ^1.9.5
|
||||
react-redux: ^8.1.0
|
||||
|
||||
devDependencies:
|
||||
# Parcel & plugins
|
||||
parcel: ^2.8.3
|
||||
'@parcel/transformer-sass': ^2.8.3
|
||||
'@parcel/transformer-glsl': ^2.8.3
|
||||
parcel: ^2.9.2
|
||||
'@parcel/transformer-sass': ^2.9.2
|
||||
'@parcel/transformer-glsl': ^2.9.2
|
||||
|
||||
# Build tools
|
||||
typescript: ^5.0.4
|
||||
sass: ^1.62.0
|
||||
typescript: ^5.1.3
|
||||
sass: ^1.63.3
|
||||
posthtml-extend: ^0.6.5
|
||||
posthtml-favicons: ^1.4.0
|
||||
posthtml-include: ^1.7.4
|
||||
posthtml-markdownit: ^1.3.1
|
||||
|
||||
'@babel/preset-env': ^7.21.4
|
||||
'@babel/preset-env': ^7.22.5
|
||||
|
||||
# Type shims
|
||||
'@types/react-dom': ^18.0.11
|
||||
'@types/react-dom': ^18.2.5
|
||||
'@types/react-redux': ^7.1.25
|
||||
|
||||
# Dev tools
|
||||
npm-check-updates: ^16.10.8
|
||||
prettier: ^2.8.7
|
||||
npm-check-updates: ^16.10.12
|
||||
prettier: ^2.8.8
|
||||
typescript-language-server: ^3.3.2
|
||||
typescript-eslint-language-service: ^5.0.5
|
||||
eslint: ^8.38.0
|
||||
'@typescript-eslint/parser': ^5.59.0
|
||||
'@typescript-eslint/eslint-plugin': ^5.59.0
|
||||
vscode-langservers-extracted: ^4.6.0
|
||||
eslint: ^8.42.0
|
||||
'@typescript-eslint/parser': ^5.59.11
|
||||
'@typescript-eslint/eslint-plugin': ^5.59.11
|
||||
vscode-langservers-extracted: ^4.7.0
|
||||
|
||||
scripts:
|
||||
# Dev workflow
|
||||
|
|
Loading…
Reference in a new issue