Update dependencies #29
573
packages/server/Cargo.lock
generated
573
packages/server/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
639
packages/templates/package-lock.json
generated
639
packages/templates/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -8,13 +8,13 @@ private: true
|
||||||
dependencies:
|
dependencies:
|
||||||
# Libraries
|
# Libraries
|
||||||
gl-matrix: ^3.4.3 # To help with 3D math in WebGL code
|
gl-matrix: ^3.4.3 # To help with 3D math in WebGL code
|
||||||
classnames: ^2.3.2 # To manage CSS class names in react code
|
classnames: ^2.5.1 # To manage CSS class names in react code
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
hack-font: ^3.3.0
|
hack-font: ^3.3.0
|
||||||
'@fontsource/arimo': ^5.0.3
|
'@fontsource/arimo': ^5.0.18
|
||||||
'@fontsource/nunito': ^5.0.3
|
'@fontsource/nunito': ^5.0.16
|
||||||
'@fortawesome/fontawesome-free': ^6.4.0
|
'@fortawesome/fontawesome-free': ^6.5.1
|
||||||
|
|
||||||
# Frameworks for static content
|
# Frameworks for static content
|
||||||
bulma: ^0.9.4
|
bulma: ^0.9.4
|
||||||
|
@ -23,39 +23,39 @@ 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.1
|
redux: ^5.0.1
|
||||||
'@reduxjs/toolkit': ^1.9.5
|
'@reduxjs/toolkit': ^2.0.1
|
||||||
react-redux: ^8.1.0
|
react-redux: ^9.0.4
|
||||||
|
|
||||||
devDependencies:
|
devDependencies:
|
||||||
# Parcel & plugins
|
# Parcel & plugins
|
||||||
parcel: ^2.9.2
|
parcel: ^2.10.3
|
||||||
'@parcel/transformer-sass': ^2.9.2
|
'@parcel/transformer-sass': ^2.10.3
|
||||||
'@parcel/transformer-glsl': ^2.9.2
|
'@parcel/transformer-glsl': ^2.10.3
|
||||||
|
|
||||||
# Build tools
|
# Build tools
|
||||||
typescript: ^5.1.3
|
typescript: ^5.3.3
|
||||||
sass: ^1.63.3
|
sass: ^1.69.6
|
||||||
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.22.5
|
'@babel/preset-env': ^7.23.7
|
||||||
|
|
||||||
# Type shims
|
# Type shims
|
||||||
'@types/react-dom': ^18.2.5
|
'@types/react-dom': ^18.2.18
|
||||||
'@types/react-redux': ^7.1.25
|
'@types/react-redux': ^7.1.33
|
||||||
|
|
||||||
# Dev tools
|
# Dev tools
|
||||||
npm-check-updates: ^16.10.12
|
npm-check-updates: ^16.14.12
|
||||||
prettier: ^2.8.8
|
prettier: ^3.1.1
|
||||||
typescript-language-server: ^3.3.2
|
typescript-language-server: ^4.2.0
|
||||||
typescript-eslint-language-service: ^5.0.5
|
typescript-eslint-language-service: ^5.0.5
|
||||||
eslint: ^8.42.0
|
eslint: ^8.56.0
|
||||||
'@typescript-eslint/parser': ^5.59.11
|
'@typescript-eslint/parser': ^6.17.0
|
||||||
'@typescript-eslint/eslint-plugin': ^5.59.11
|
'@typescript-eslint/eslint-plugin': ^6.17.0
|
||||||
vscode-langservers-extracted: ^4.7.0
|
vscode-langservers-extracted: ^4.8.0
|
||||||
|
|
||||||
scripts:
|
scripts:
|
||||||
# Dev workflow
|
# Dev workflow
|
||||||
|
|
Loading…
Reference in a new issue