Compare commits
	
		
			No commits in common. "8e4a37253f914079c2228f1d2c3bd9a5d543362b" and "c9334a2a7667eb1b6f3f57a01bcd60013653c268" have entirely different histories.
		
	
	
		
			8e4a37253f
			...
			c9334a2a76
		
	
		
					 3 changed files with 601 additions and 651 deletions
				
			
		
							
								
								
									
										569
									
								
								packages/server/Cargo.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										569
									
								
								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: | ||||
|   # Libraries | ||||
|   gl-matrix: ^3.4.3   # To help with 3D math in WebGL code | ||||
|   classnames: ^2.5.1 # To manage CSS class names in react code | ||||
|   classnames: ^2.3.2  # To manage CSS class names in react code | ||||
| 
 | ||||
|   # Fonts | ||||
|   hack-font: ^3.3.0 | ||||
|   '@fontsource/arimo': ^5.0.18 | ||||
|   '@fontsource/nunito': ^5.0.16 | ||||
|   '@fortawesome/fontawesome-free': ^6.5.1 | ||||
|   '@fontsource/arimo': ^5.0.3 | ||||
|   '@fontsource/nunito': ^5.0.3 | ||||
|   '@fortawesome/fontawesome-free': ^6.4.0 | ||||
| 
 | ||||
|   # Frameworks for static content | ||||
|   bulma: ^0.9.4 | ||||
|  | @ -23,39 +23,39 @@ dependencies: | |||
|   react: ^18.2.0 | ||||
|   react-dom: ^18.2.0 | ||||
|   react-use-error-boundary: ^3.0.0 # TODO(tlater): Remove when react implement their own | ||||
|   redux: ^5.0.1 | ||||
|   '@reduxjs/toolkit': ^2.0.1 | ||||
|   react-redux: ^9.0.4 | ||||
|   redux: ^4.2.1 | ||||
|   '@reduxjs/toolkit': ^1.9.5 | ||||
|   react-redux: ^8.1.0 | ||||
| 
 | ||||
| devDependencies: | ||||
|   # Parcel & plugins | ||||
|   parcel: ^2.10.3 | ||||
|   '@parcel/transformer-sass': ^2.10.3 | ||||
|   '@parcel/transformer-glsl': ^2.10.3 | ||||
|   parcel: ^2.9.2 | ||||
|   '@parcel/transformer-sass': ^2.9.2 | ||||
|   '@parcel/transformer-glsl': ^2.9.2 | ||||
| 
 | ||||
|   # Build tools | ||||
|   typescript: ^5.3.3 | ||||
|   sass: ^1.69.6 | ||||
|   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.23.7 | ||||
|   '@babel/preset-env': ^7.22.5 | ||||
| 
 | ||||
|   # Type shims | ||||
|   '@types/react-dom': ^18.2.18 | ||||
|   '@types/react-redux': ^7.1.33 | ||||
|   '@types/react-dom': ^18.2.5 | ||||
|   '@types/react-redux': ^7.1.25 | ||||
| 
 | ||||
|   # Dev tools | ||||
|   npm-check-updates: ^16.14.12 | ||||
|   prettier: ^3.1.1 | ||||
|   typescript-language-server: ^4.2.0 | ||||
|   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.56.0 | ||||
|   '@typescript-eslint/parser': ^6.17.0 | ||||
|   '@typescript-eslint/eslint-plugin': ^6.17.0 | ||||
|   vscode-langservers-extracted: ^4.8.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…
	
	Add table
		Add a link
		
	
		Reference in a new issue