forked from shibao/cannery
		
	update node
This commit is contained in:
		@@ -1,3 +1,3 @@
 | 
				
			|||||||
elixir 1.14.1-otp-25
 | 
					elixir 1.14.1-otp-25
 | 
				
			||||||
erlang 25.1.2
 | 
					erlang 25.1.2
 | 
				
			||||||
nodejs 16.13.2
 | 
					nodejs 18.12.1
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
# v0.5.5
 | 
					# v0.6.0
 | 
				
			||||||
- Update translations
 | 
					- Update translations
 | 
				
			||||||
- Display used-up date on used-up ammo
 | 
					- Display used-up date on used-up ammo
 | 
				
			||||||
- Make ammo index page a bit more compact
 | 
					- Make ammo index page a bit more compact
 | 
				
			||||||
@@ -10,7 +10,7 @@
 | 
				
			|||||||
- Make container show page a bit more compact
 | 
					- Make container show page a bit more compact
 | 
				
			||||||
- Make container show page filter used-up ammo
 | 
					- Make container show page filter used-up ammo
 | 
				
			||||||
- Forgot to add the logo as the favicon whoops
 | 
					- Forgot to add the logo as the favicon whoops
 | 
				
			||||||
- Update project dependencies, use Elixir v1.14.1
 | 
					- Update project dependencies
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# v0.5.4
 | 
					# v0.5.4
 | 
				
			||||||
- Rename "Ammo" tab to "Catalog", and "Manage" tab is now "Ammo"
 | 
					- Rename "Ammo" tab to "Catalog", and "Manage" tab is now "Ammo"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										8
									
								
								assets/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								assets/package-lock.json
									
									
									
										generated
									
									
									
								
							@@ -35,17 +35,21 @@
 | 
				
			|||||||
        "webpack": "^5.72.0",
 | 
					        "webpack": "^5.72.0",
 | 
				
			||||||
        "webpack-cli": "^4.9.2",
 | 
					        "webpack-cli": "^4.9.2",
 | 
				
			||||||
        "webpack-dev-server": "^4.9.0"
 | 
					        "webpack-dev-server": "^4.9.0"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "engines": {
 | 
				
			||||||
 | 
					        "node": "18.12.1",
 | 
				
			||||||
 | 
					        "npm": "8.19.2"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "../deps/phoenix": {
 | 
					    "../deps/phoenix": {
 | 
				
			||||||
      "version": "1.6.8",
 | 
					      "version": "1.6.15",
 | 
				
			||||||
      "license": "MIT"
 | 
					      "license": "MIT"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "../deps/phoenix_html": {
 | 
					    "../deps/phoenix_html": {
 | 
				
			||||||
      "version": "3.2.0"
 | 
					      "version": "3.2.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "../deps/phoenix_live_view": {
 | 
					    "../deps/phoenix_live_view": {
 | 
				
			||||||
      "version": "0.17.9",
 | 
					      "version": "0.18.2",
 | 
				
			||||||
      "license": "MIT"
 | 
					      "license": "MIT"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/@ampproject/remapping": {
 | 
					    "node_modules/@ampproject/remapping": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,6 +2,10 @@
 | 
				
			|||||||
  "repository": {},
 | 
					  "repository": {},
 | 
				
			||||||
  "description": " ",
 | 
					  "description": " ",
 | 
				
			||||||
  "license": "MIT",
 | 
					  "license": "MIT",
 | 
				
			||||||
 | 
					  "engines":{
 | 
				
			||||||
 | 
					    "node": "18.12.1",
 | 
				
			||||||
 | 
					    "npm": "8.19.2"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "deploy": "NODE_ENV=production webpack --mode production",
 | 
					    "deploy": "NODE_ENV=production webpack --mode production",
 | 
				
			||||||
    "watch": "webpack --mode development --watch --watch-options-stdin",
 | 
					    "watch": "webpack --mode development --watch --watch-options-stdin",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user