templates: Update npm dependencies
This commit is contained in:
parent
13fa5cbdc0
commit
dcffae54fd
16212
templates/package-lock.json
generated
16212
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.10
|
||||
'@fontsource/nunito': ^4.5.11
|
||||
'@fontsource/arimo': ^4.5.11
|
||||
'@fontsource/nunito': ^4.5.12
|
||||
'@fortawesome/fontawesome-free': ^6.2.1
|
||||
|
||||
# Frameworks for static content
|
||||
|
@ -29,37 +29,34 @@ dependencies:
|
|||
|
||||
devDependencies:
|
||||
# Parcel & plugins
|
||||
parcel: ^2.8.1
|
||||
'@parcel/transformer-sass': ^2.8.1
|
||||
'@parcel/transformer-glsl': ^2.8.1
|
||||
parcel: ^2.8.3
|
||||
'@parcel/transformer-sass': ^2.8.3
|
||||
'@parcel/transformer-glsl': ^2.8.3
|
||||
|
||||
# Build tools
|
||||
typescript: ^4.9.4
|
||||
|
||||
sass: ^1.56.2
|
||||
|
||||
posthtml-extend: ^0.6.3
|
||||
sass: ^1.57.1
|
||||
posthtml-extend: ^0.6.5
|
||||
posthtml-favicons: ^1.4.0
|
||||
posthtml-include: ^1.7.4
|
||||
posthtml-markdownit: ^1.3.0
|
||||
posthtml-markdownit: ^1.3.1
|
||||
|
||||
'@babel/preset-env': ^7.20.2
|
||||
|
||||
# Type shims
|
||||
'@types/react-dom': ^18.0.9
|
||||
'@types/react-redux': ^7.1.24
|
||||
'@types/react-dom': ^18.0.10
|
||||
'@types/react-redux': ^7.1.25
|
||||
|
||||
# Dev tools
|
||||
npm-check-updates: ^16.5.6
|
||||
|
||||
prettier: ^2.8.1
|
||||
|
||||
typescript-language-server: ^2.2.0
|
||||
npm-check-updates: ^16.6.2
|
||||
prettier: ^2.8.3
|
||||
typescript-language-server: ^3.0.2
|
||||
typescript-eslint-language-service: ^5.0.0
|
||||
|
||||
eslint: ^8.29.0
|
||||
'@typescript-eslint/parser': ^5.46.0
|
||||
'@typescript-eslint/eslint-plugin': ^5.46.0
|
||||
eslint: ^8.32.0
|
||||
'@typescript-eslint/parser': ^5.48.2
|
||||
'@typescript-eslint/eslint-plugin': ^5.48.2
|
||||
|
||||
vscode-langservers-extracted: ^4.5.0
|
||||
|
||||
|
@ -109,6 +106,6 @@ posthtml:
|
|||
display: browser
|
||||
orientation: any
|
||||
start_url: https://tlater.net
|
||||
version: '1.0'
|
||||
version: "1.0"
|
||||
icons:
|
||||
favicons: true
|
||||
|
|
Loading…
Reference in a new issue