I just update my dependencies and it automatically places the “^” character. What dose does this mean? There is nothing in the documentation.
Example
"bower": "^ 1.2.8",
I could also find it in some of the npm commits https://github.com/npm/npm/commit/ce662561ca0a7b154a7e6058a6a2428b49bd7266 https://www.npmjs.org/doc/json.html
This is part of the syntax for semver.
From https://www.npmjs.org/doc/misc/semver.html
^1.2.3: = >=1.2.3-0 <2.0.0-0 " 1.2.3". , - ( ) , ( ).
^1.2.3
>=1.2.3-0 <2.0.0-0
, bower 1.2.8, bower 2.0.0.
Source: https://habr.com/ru/post/1531831/More articles:How to install ReviewBoard under Nginx? - pythonblockchain getjson javascript XMLHttpRequest - javascriptPython: assigning class attributes to boolean / flag - pythonWhat could cause client.Call rpc to return an error in Go (golang)? - goError and correct code - haskellHooks in the evolution of the game? - scalaПредупреждение OMP, когда numpy 1.8.0 упакован вместе с py2exe - numpyprogrammatically detects the current git branch extracted from C # code - gitГде поставить константы в классе: стандарты и передовая практика - javaWhat is the Reflection class for? - reflectionAll Articles