templates: Update npm dependencies

pull/24/head
Tristan Daniël Maat 2023-01-21 05:26:18 +00:00
parent 13fa5cbdc0
commit dcffae54fd
Signed by: tlater
GPG Key ID: 49670FD774E43268
2 changed files with 14759 additions and 1482 deletions

16204
templates/package-lock.json generated

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.10 '@fontsource/arimo': ^4.5.11
'@fontsource/nunito': ^4.5.11 '@fontsource/nunito': ^4.5.12
'@fortawesome/fontawesome-free': ^6.2.1 '@fortawesome/fontawesome-free': ^6.2.1
# Frameworks for static content # Frameworks for static content
@ -29,37 +29,34 @@ dependencies:
devDependencies: devDependencies:
# Parcel & plugins # Parcel & plugins
parcel: ^2.8.1 parcel: ^2.8.3
'@parcel/transformer-sass': ^2.8.1 '@parcel/transformer-sass': ^2.8.3
'@parcel/transformer-glsl': ^2.8.1 '@parcel/transformer-glsl': ^2.8.3
# Build tools # Build tools
typescript: ^4.9.4 typescript: ^4.9.4
sass: ^1.56.2 sass: ^1.57.1
posthtml-extend: ^0.6.5
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.1
'@babel/preset-env': ^7.20.2 '@babel/preset-env': ^7.20.2
# Type shims # Type shims
'@types/react-dom': ^18.0.9 '@types/react-dom': ^18.0.10
'@types/react-redux': ^7.1.24 '@types/react-redux': ^7.1.25
# Dev tools # Dev tools
npm-check-updates: ^16.5.6 npm-check-updates: ^16.6.2
prettier: ^2.8.3
prettier: ^2.8.1 typescript-language-server: ^3.0.2
typescript-language-server: ^2.2.0
typescript-eslint-language-service: ^5.0.0 typescript-eslint-language-service: ^5.0.0
eslint: ^8.29.0 eslint: ^8.32.0
'@typescript-eslint/parser': ^5.46.0 '@typescript-eslint/parser': ^5.48.2
'@typescript-eslint/eslint-plugin': ^5.46.0 '@typescript-eslint/eslint-plugin': ^5.48.2
vscode-langservers-extracted: ^4.5.0 vscode-langservers-extracted: ^4.5.0
@ -109,6 +106,6 @@ posthtml:
display: browser display: browser
orientation: any orientation: any
start_url: https://tlater.net start_url: https://tlater.net
version: '1.0' version: "1.0"
icons: icons:
favicons: true favicons: true