diff --git a/src/technologies.json b/src/technologies.json index 9bac27047..acdfc9293 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1729,7 +1729,7 @@ 19 ], "scripts": [ - "/axios@([\\d.]+)/([a-z]+)/axios(?:.min)?\\.js\\;version:\\1" + "/axios(@|/)([\\d.]+)(?:/[a-z]+)?/axios(?:.min)?\\.js\\;version:\\2" ], "description": "Promise based HTTP client for the browser and node.js", "website": "https://github.com/axios/axios" @@ -5988,7 +5988,7 @@ ], "description": "Manage session history with JavaScript", "scripts": [ - "/history@([\\d.]+)/([a-z]+)/history(?:.min)?\\.js\\;version:\\1" + "/history(@|/)([\\d.]+)(?:/[a-z]+)?/history(?:(.production|.development))?(?:.min)?\\.js\\;version:\\2" ], "website": "https://github.com/ReactTraining/history" }, @@ -10644,7 +10644,7 @@ "description": "Predictable state container for JavaScript apps", "icon": "Redux.png", "scripts": [ - "/redux@([\\d.]+)/([a-z]+)/redux(?:.min)?\\.js\\;version:\\1" + "/redux(@|/)([\\d.]+)(?:/[a-z]+)?/redux(?:.min)?\\.js\\;version:\\2" ], "website": "https://redux.js.org/" }, @@ -10678,7 +10678,7 @@ "Redux" ], "scripts": [ - "/react-redux@([\\d.]+)/([a-z]+)/react-redux(?:.min)?\\.js\\;version:\\1" + "/react-redux(@|/)([\\d.]+)(?:/[a-z]+)?/react-redux(?:.min)?\\.js\\;version:\\2" ], "website": "https://react-redux.js.org/" }, @@ -10690,7 +10690,7 @@ "icon": "React Router.png", "implies": "React", "scripts": [ - "/react-router@([\\d.]+)/([a-z]+)/react-router(?:.min)?\\.js\\;version:\\1" + "/react-router(@|/)([\\d.]+)(?:/[a-z]+)?/react-router(?:.min)?\\.js\\;version:\\2" ], "website": "https://reactrouter.com/" },