mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 06:24:11 +01:00 
			
		
		
		
	Upgrade webpack to 5.59.1 to resolve the waitFor bug with watch-frontend (#17428)
				
					
				
			Webpack < 5.59 has a bug, which makes watch-frontend fail when editing .less files.
This commit is contained in:
		
							parent
							
								
									a961666c38
								
							
						
					
					
						commit
						649e1d0dc2
					
				
							
								
								
									
										14
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										14
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@ -35,7 +35,7 @@
 | 
			
		||||
        "vue-calendar-heatmap": "0.8.4",
 | 
			
		||||
        "vue-loader": "15.9.8",
 | 
			
		||||
        "vue-template-compiler": "2.6.14",
 | 
			
		||||
        "webpack": "5.58.2",
 | 
			
		||||
        "webpack": "5.59.1",
 | 
			
		||||
        "webpack-cli": "4.9.1",
 | 
			
		||||
        "workbox-routing": "6.3.0",
 | 
			
		||||
        "workbox-strategies": "6.3.0",
 | 
			
		||||
@ -10547,9 +10547,9 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/webpack": {
 | 
			
		||||
      "version": "5.58.2",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.2.tgz",
 | 
			
		||||
      "integrity": "sha512-3S6e9Vo1W2ijk4F4PPWRIu6D/uGgqaPmqw+av3W3jLDujuNkdxX5h5c+RQ6GkjVR+WwIPOfgY8av+j5j4tMqJw==",
 | 
			
		||||
      "version": "5.59.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.59.1.tgz",
 | 
			
		||||
      "integrity": "sha512-I01IQV9K96FlpXX3V0L4nvd7gb0r7thfuu1IfT2P4uOHOA77nKARAKDYGe/tScSHKnffNIyQhLC8kRXzY4KEHQ==",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@types/eslint-scope": "^3.7.0",
 | 
			
		||||
        "@types/estree": "^0.0.50",
 | 
			
		||||
@ -19013,9 +19013,9 @@
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "webpack": {
 | 
			
		||||
      "version": "5.58.2",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.2.tgz",
 | 
			
		||||
      "integrity": "sha512-3S6e9Vo1W2ijk4F4PPWRIu6D/uGgqaPmqw+av3W3jLDujuNkdxX5h5c+RQ6GkjVR+WwIPOfgY8av+j5j4tMqJw==",
 | 
			
		||||
      "version": "5.59.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.59.1.tgz",
 | 
			
		||||
      "integrity": "sha512-I01IQV9K96FlpXX3V0L4nvd7gb0r7thfuu1IfT2P4uOHOA77nKARAKDYGe/tScSHKnffNIyQhLC8kRXzY4KEHQ==",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "@types/eslint-scope": "^3.7.0",
 | 
			
		||||
        "@types/estree": "^0.0.50",
 | 
			
		||||
 | 
			
		||||
@ -35,7 +35,7 @@
 | 
			
		||||
    "vue-calendar-heatmap": "0.8.4",
 | 
			
		||||
    "vue-loader": "15.9.8",
 | 
			
		||||
    "vue-template-compiler": "2.6.14",
 | 
			
		||||
    "webpack": "5.58.2",
 | 
			
		||||
    "webpack": "5.59.1",
 | 
			
		||||
    "webpack-cli": "4.9.1",
 | 
			
		||||
    "workbox-routing": "6.3.0",
 | 
			
		||||
    "workbox-strategies": "6.3.0",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user